[Lunar-commits] r21387 - moonbase/trunk/gnome2-apps/meld
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Sep 10 17:35:23 UTC 2006
Author: v3rt1g0
Date: 2006-09-10 17:35:23 +0000 (Sun, 10 Sep 2006)
New Revision: 21387
Removed:
moonbase/trunk/gnome2-apps/meld/meld
Modified:
moonbase/trunk/gnome2-apps/meld/BUILD
moonbase/trunk/gnome2-apps/meld/DETAILS
Log:
Module Version Bump: meld (0.9.4.1 -> 1.1.4)
* added bzr support, better word wrapping, new UI elements
* a few small bugfixes too
* added a workaround for the new gettext
* deleted a file that wasn't being used anymore
compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x
Modified: moonbase/trunk/gnome2-apps/meld/BUILD
===================================================================
--- moonbase/trunk/gnome2-apps/meld/BUILD 2006-09-10 17:13:15 UTC (rev 21386)
+++ moonbase/trunk/gnome2-apps/meld/BUILD 2006-09-10 17:35:23 UTC (rev 21387)
@@ -1,5 +1,8 @@
(
+ # prevent an error with the latest gettext
+ sedit 's:msgfmt -c:msgfmt:' po/GNUmakefile &&
+
make prefix=/usr &&
prepare_install &&
make prefix=/usr install
Modified: moonbase/trunk/gnome2-apps/meld/DETAILS
===================================================================
--- moonbase/trunk/gnome2-apps/meld/DETAILS 2006-09-10 17:13:15 UTC (rev 21386)
+++ moonbase/trunk/gnome2-apps/meld/DETAILS 2006-09-10 17:35:23 UTC (rev 21387)
@@ -1,12 +1,12 @@
MODULE=meld
- VERSION=0.9.4.1
+ VERSION=1.1.4
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/0.9/
- SOURCE_VFY=md5:cd5f02e084529c581ce52a22647ca4dc
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/1.1/
+ SOURCE_VFY=sha1:52f51e5825b4e2bb56594a9f4e180908e714848f
WEB_SITE=http://meld.sourceforge.net
ENTERED=20021119
- UPDATED=20040716
- SHORT="Diff Generator for Gnome 2"
+ UPDATED=20060910
+ SHORT="a visual diff and merge tool"
cat << EOF
Meld is a visual diff and merge tool. It integrates especially well
Deleted: moonbase/trunk/gnome2-apps/meld/meld
More information about the Lunar-commits
mailing list