[35761] trunk/dports/gnome/gucharmap

gui_dos at macports.org gui_dos at macports.org
Sat Apr 5 03:32:42 PDT 2008


Revision: 35761
          http://trac.macosforge.org/projects/macports/changeset/35761
Author:   gui_dos at macports.org
Date:     2008-04-05 03:32:38 -0700 (Sat, 05 Apr 2008)

Log Message:
-----------
gucharmap:
* Update to 2.22.0
* Remove unneeded patches and flags

Modified Paths:
--------------
    trunk/dports/gnome/gucharmap/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/gucharmap/files/

Modified: trunk/dports/gnome/gucharmap/Portfile
===================================================================
--- trunk/dports/gnome/gucharmap/Portfile	2008-04-05 08:34:05 UTC (rev 35760)
+++ trunk/dports/gnome/gucharmap/Portfile	2008-04-05 10:32:38 UTC (rev 35761)
@@ -1,37 +1,28 @@
 # $Id$
+
 PortSystem 1.0
+
 name		gucharmap
-version		1.10.0
-revision	0
+version         2.22.0
 description	gucharmap is a featureful unicode character map.
-long_description	${description} 
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
-master_sites    gnome:sources/gucharmap/1.10/
+long_description ${description}
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/gucharmap/2.22/
 
-checksums	md5 a0e01bcff2bc5e35ec88f60a383051d3 \
-		sha1 99957a7ef4be025db4e11bdf1eb7367438e1265d \
-		rmd160 6caf6b49d27fd76991db384ef894c2dd7de38dce
+checksums       md5 aff0c556ab360e0d6c63be911260637e \
+                sha1 0827264f38a984fb20523b6cc019500614a11e22 \
+                rmd160 dad27a4bf2cf6d1188e227733cafc4599a6b7042
 
-depends_lib \
-		port:libgnomeui \
-		port:dbus \
-		port:dbus-glib
-depends_build \
-		port:gnome-doc-utils
+depends_lib     port:libgnomeui
+depends_build   port:gnome-doc-utils
+use_bzip2       yes
 
-use_bzip2 	yes
+configure.args	"--disable-gtk-immodules --disable-scrollkeeper"
 
-patchfiles	patch_ltmain.sh
-
-configure.args	--infodir=${prefix}/share/info --mandir=${prefix}/share/man \
-		--libexecdir=${destroot}$prefix}/lib --disable-gtk-immodules \
-		--disable-scrollkeeper
-
-destroot.destdir	DESTDIR=${destroot}
-
 post-activate	{
-	system "scrollkeeper-update"
+    system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080405/5fb26bb3/attachment.html


More information about the macports-changes mailing list