diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 01:27:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 01:27:02 +0800 |
commit | da5030ace6061ac31375a5e602b23d7039b98607 (patch) | |
tree | 08455abc16848a6f501fa31f9c931f8b1bcddd9f /deskutils | |
parent | aab795544ca10d3b1a7ff81368d6e20d2dd4ee39 (diff) | |
download | marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.gz marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.bz2 marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.lz marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.xz marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.tar.zst marcuscom-ports-da5030ace6061ac31375a5e602b23d7039b98607.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8730 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gtweakui/Makefile | 37 | ||||
-rw-r--r-- | deskutils/gtweakui/distinfo | 3 | ||||
-rw-r--r-- | deskutils/gtweakui/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/gtweakui/pkg-plist | 21 |
4 files changed, 66 insertions, 0 deletions
diff --git a/deskutils/gtweakui/Makefile b/deskutils/gtweakui/Makefile new file mode 100644 index 000000000..568bf0a4d --- /dev/null +++ b/deskutils/gtweakui/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gTweakUI +# Date Created: 17 June 2004 +# Whom: Sergey Akifyev <asa@gascom.ru> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gTweakUI +PORTVERSION= 0.4.0 +PORTREVISION= 4 +CATEGORIES= deskutils gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gtweakui +DIST_SUBDIR= gnome2 + +MAINTAINER= ports@FreeBSD.org +COMMENT= A collection of simple dialogs as a front end to GConf + +USE_X_PREFIX= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2 intlhack +USE_GMAKE= yes +GNU_CONFIGURE= yes + +DESKTOP_FILES= gtweakui-galeon.desktop.in \ + gtweakui-menus.desktop.in \ + gtweakui-nautilus.desktop.in \ + gtweakui-session.desktop.in + +post-patch: +.for FILE in ${DESKTOP_FILES} + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ + -e 's|Settings;|&AdvancedSettings;|g' ${WRKSRC}/${FILE} +.endfor + @${REINPLACE_CMD} 's|$$(datadir)/applications|$$(datadir)/control-center-2.0/capplets|g' ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/deskutils/gtweakui/distinfo b/deskutils/gtweakui/distinfo new file mode 100644 index 000000000..9887dcfa8 --- /dev/null +++ b/deskutils/gtweakui/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gTweakUI-0.4.0.tar.bz2) = 9d4725ccf4a83da3f46106c3d0be6cc8 +SHA256 (gnome2/gTweakUI-0.4.0.tar.bz2) = b203c19d06ea64b570cd3c7c1cf55573b0c6ab6eec23b7cbaf892fa39ee1b496 +SIZE (gnome2/gTweakUI-0.4.0.tar.bz2) = 223222 diff --git a/deskutils/gtweakui/pkg-descr b/deskutils/gtweakui/pkg-descr new file mode 100644 index 000000000..7b067cd11 --- /dev/null +++ b/deskutils/gtweakui/pkg-descr @@ -0,0 +1,5 @@ +A collection of simple dialogs as a front end to GConf. We will provide extra +configuration settings for GNOME that power users have been requesting since +the release of GNOME 2.0. + +WWW: http://gtweakui.sourceforge.net/ diff --git a/deskutils/gtweakui/pkg-plist b/deskutils/gtweakui/pkg-plist new file mode 100644 index 000000000..d7917a68b --- /dev/null +++ b/deskutils/gtweakui/pkg-plist @@ -0,0 +1,21 @@ +bin/gtweakui-menus +bin/gtweakui-session +bin/gtweakui-nautilus +bin/gtweakui-galeon +share/gTweakUI/g.png +share/gTweakUI/menus0.png +share/gTweakUI/menus1.png +share/gTweakUI/menus2.png +share/gTweakUI/menus3.png +share/gTweakUI/menus.glade +share/gTweakUI/session.glade +share/gTweakUI/nautilus.glade +share/gTweakUI/galeon.glade +share/gTweakUI/about.glade +share/gTweakUI/notice.glade +share/gTweakUI/bullet.png +share/control-center-2.0/capplets/gtweakui-menus.desktop +share/control-center-2.0/capplets/gtweakui-session.desktop +share/control-center-2.0/capplets/gtweakui-nautilus.desktop +share/control-center-2.0/capplets/gtweakui-galeon.desktop +@dirrm share/gTweakUI |