[35652] trunk/dports/devel/glade3/Portfile

gui_dos at macports.org gui_dos at macports.org
Tue Apr 1 08:50:22 PDT 2008


Revision: 35652
          http://trac.macosforge.org/projects/macports/changeset/35652
Author:   gui_dos at macports.org
Date:     2008-04-01 08:50:21 -0700 (Tue, 01 Apr 2008)

Log Message:
-----------
glade3: cleanup by maintainer (commits #14882)

Modified Paths:
--------------
    trunk/dports/devel/glade3/Portfile

Modified: trunk/dports/devel/glade3/Portfile
===================================================================
--- trunk/dports/devel/glade3/Portfile	2008-04-01 14:03:27 UTC (rev 35651)
+++ trunk/dports/devel/glade3/Portfile	2008-04-01 15:50:21 UTC (rev 35652)
@@ -1,59 +1,42 @@
 # $Id$
+
 PortSystem 1.0
-name		glade3
-version		3.4.3
-revision	1 
-description	Glade is a free user interface builder for GTK+ and GNOME.
-long_description	Glade is a free user interface builder for GTK+ \
-			and GNOME. It is released under the GNU General \
-			Public License (GPL).
-maintainers	gmail.com:dbevans
-categories	gnome devel
-platforms	darwin 
-homepage	http://glade.gnome.org/
-master_sites	gnome:sources/glade3/3.4/
-use_bzip2	yes
-checksums	md5 4cfa58db27431f976d488bf8f0f638cd \
-		sha1 6f9fcdefefac2f1fe4a8d2c032dddd21d4b9a7f2 \
-		rmd160 ae3df5219d660bc016e2afcdd284420ea82cc940
-	
-depends_lib \
-	bin:automake-1.7:automake bin:autoconf:autoconf \
-	lib:libiconv.2:libiconv lib:libgail-gnome:libgail-gnome \
-	lib:libXft.2.1.2:Xft2 port:freetype lib:libaudiofile:audiofile \
-	lib:libesd:esound port:fontconfig port:gnome-keyring lib:libpng:libpng \
-        lib:libatk-1.0:atk bin:gconftool-2:gconf lib:libgettextlib:gettext \
-        lib:libglib-2.0:glib2 lib:libgnomevfs-2:gnome-vfs lib:libgtk-x11-2.0:gtk2 \
-        lib:libgnomecanvas-2:libgnomecanvas lib:libart_lgpl_2:libart_lgpl \
-        lib:libbonobo-2:libbonobo lib:libbonoboui-2:libbonoboui \
-        lib:libgnome-2:libgnome lib:libgnomeui-2:libgnomeui \
-        bin:orbit-idl-2:orbit2 port:libxml2 bin:perl:perl5.8 port:tiff \
-        lib:libpangoft2-1.0:pango bin:pkg-config:pkgconfig port:rarian \
-	port:xrender port:zlib
 
-depends_run port:hicolor-icon-theme
+name            glade3
+version         3.4.3
+revision        1
+description     Glade is a free user interface builder for GTK+ and GNOME.
+long_description    Glade is a free user interface builder for GTK+ \
+                    and GNOME. It is released under the GNU General \
+                    Public License (GPL).
+maintainers     gmail.com:dbevans
+categories      devel gnome
+platforms       darwin
+homepage        http://glade.gnome.org/
+master_sites    gnome:sources/glade3/3.4/
+use_bzip2       yes
+checksums       md5 4cfa58db27431f976d488bf8f0f638cd \
+                sha1 6f9fcdefefac2f1fe4a8d2c032dddd21d4b9a7f2 \
+                rmd160 ae3df5219d660bc016e2afcdd284420ea82cc940
 
-configure.args	\
-	--disable-scrollkeeper
+depends_lib     port:gettext \
+                port:gtk-doc \
+                port:gtk2 \
+                port:libiconv \
+                port:libgnomeui \
+                port:libxml2 \
+                port:pkgconfig \
+                port:rarian
 
-default_variants \
-	+disable_gnomedb
+depends_run     port:hicolor-icon-theme
 
-post-install    {
-	ui_msg "--------------------------------------------------------------------------"
-	ui_msg "Remember to set ACLOCAL_FLAGS=\"-I ${prefix}/share/glade-2\""
-	ui_msg "--------------------------------------------------------------------------" 
-}
+configure.args  --disable-scrollkeeper
 
-post-activate	{
-	system "scrollkeeper-update"
+post-activate   {
+        system "scrollkeeper-update"
 }
 
-variant enable_gnomedb {
-	configure.args-append --enable-gnome-db
-	depends_lib-append lib:libgnomedb:libgnomedb
+variant disable_gnome description {Disable support for GNOME UI widgets} {
+        configure.args-append --disable-gnome
+        depends_lib-delete port:libgnomeui
 }
-
-variant disable_gnomedb {
-	configure.args-append --disable-gnome-db
-}

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


More information about the macports-changes mailing list