[26568] trunk/dports/x11
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jun 28 06:10:39 PDT 2007
Revision: 26568
http://trac.macosforge.org/projects/macports/changeset/26568
Author: afb at macports.org
Date: 2007-06-28 06:10:39 -0700 (Thu, 28 Jun 2007)
Log Message:
-----------
helper for GTK+ su/sudo
Added Paths:
-----------
trunk/dports/x11/gksu/
trunk/dports/x11/gksu/Portfile
trunk/dports/x11/gksu/files/
trunk/dports/x11/gksu/files/patch-gksu.diff
Added: trunk/dports/x11/gksu/Portfile
===================================================================
--- trunk/dports/x11/gksu/Portfile (rev 0)
+++ trunk/dports/x11/gksu/Portfile 2007-06-28 13:10:39 UTC (rev 26568)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name gksu
+version 1.3.7
+platforms darwin
+categories x11 sysutils
+maintainers nomaintainer at macports.org
+description Graphical frontend to su and sudo
+long_description \
+ Gtk+ frontend to su and sudo. It supports login shells and preserving \
+ environment when acting as a su frontend. It is useful to menu items or \
+ other graphical programs that need to ask a user's password to run another \
+ program as another user.
+
+homepage http://www.nongnu.org/gksu/
+master_sites http://people.debian.org/~kov/gksu/old_stuff/gksu/
+checksums md5 15031e06ebb482f8aa1515499212eeaf
+
+depends_lib port:gtk2 \
+ port:gnome-keyring port:gconf \
+ port:libgksu12 port:libgksuui10
+depends_build port:pkgconfig
+
+patchfiles patch-gksu.diff
+
+configure.args --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man \
+ --disable-gtk-doc
+
+variant docs {
+ depends_build-append port:gtk-doc
+ configure.args-delete --disable-gtk-doc
+ configure.args-append --enable-gtk-doc
+}
Property changes on: trunk/dports/x11/gksu/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/x11/gksu/files/patch-gksu.diff
===================================================================
--- trunk/dports/x11/gksu/files/patch-gksu.diff (rev 0)
+++ trunk/dports/x11/gksu/files/patch-gksu.diff 2007-06-28 13:10:39 UTC (rev 26568)
@@ -0,0 +1,22 @@
+--- gksu/Makefile.am.orig 2005-08-08 00:48:28.000000000 +0200
++++ gksu/Makefile.am 2007-06-18 01:45:20.000000000 +0200
+@@ -13,7 +13,7 @@
+
+ noinst_HEADERS = defines.h util.h
+
+-gksu_LDFLAGS = @GKSU_LIBS@ -lutil
++gksu_LDFLAGS = @GKSU_LIBS@
+ gksu_SOURCES = gksu.c util.c
+
+ gksuexec_LDFLAGS = @GKSU_LIBS@
+--- gksu/Makefile.in 2005-10-26 08:59:59.000000000 -0400
++++ gksu/Makefile.in 2007-06-18 01:45:20.000000000 +0200
+@@ -274,7 +274,7 @@
+ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+ EXTRA_DIST = gksu.schemas.in
+ noinst_HEADERS = defines.h util.h
+-gksu_LDFLAGS = @GKSU_LIBS@ -lutil
++gksu_LDFLAGS = @GKSU_LIBS@
+ gksu_SOURCES = gksu.c util.c
+ gksuexec_LDFLAGS = @GKSU_LIBS@
+ gksuexec_SOURCES = gksuexec.c util.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/214ff905/attachment.html
More information about the macports-changes
mailing list