diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-01 08:05:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-01 08:05:51 +0000 |
commit | a00f6a85e10eba0f9ab81ed7ad54a1aeaa9252c6 (patch) | |
tree | 4415421b8b6d2d3b9f6ad2c785da6fe2f5afcf17 /misc/quick-lounge-applet | |
parent | 2a59d677b7eda8f10aa81c599786f737fa406031 (diff) |
Add quick-lounge-applet, a GNOME 2 panel applet that lets you organize your
applications in one place.
Notes
Notes:
svn path=/head/; revision=76692
Diffstat (limited to 'misc/quick-lounge-applet')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 36 | ||||
-rw-r--r-- | misc/quick-lounge-applet/distinfo | 1 | ||||
-rw-r--r-- | misc/quick-lounge-applet/files/patch-configure | 10 | ||||
-rw-r--r-- | misc/quick-lounge-applet/pkg-descr | 4 | ||||
-rw-r--r-- | misc/quick-lounge-applet/pkg-plist | 17 |
5 files changed, 68 insertions, 0 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile new file mode 100644 index 000000000000..97321c6f4794 --- /dev/null +++ b/misc/quick-lounge-applet/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: quick-lounge-applet +# Date created: 01 March 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= quick-lounge-applet +PORTVERSION= 1.1.3 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 +DIST_SUBDIR= gnome2 + +MAINTAINER= marcus@FreeBSD.org +COMMENT= Applet to orginize your preferred applications on the GNOME Panel + +LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/misc/quick-lounge-applet/distinfo b/misc/quick-lounge-applet/distinfo new file mode 100644 index 000000000000..ad2a74756fc1 --- /dev/null +++ b/misc/quick-lounge-applet/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/quick-lounge-applet-1.1.3.tar.bz2) = 5324837f0ebd379587d2588efb1b502a diff --git a/misc/quick-lounge-applet/files/patch-configure b/misc/quick-lounge-applet/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/misc/quick-lounge-applet/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/misc/quick-lounge-applet/pkg-descr b/misc/quick-lounge-applet/pkg-descr new file mode 100644 index 000000000000..675b59b0bf9a --- /dev/null +++ b/misc/quick-lounge-applet/pkg-descr @@ -0,0 +1,4 @@ +Quick Lounge Applet is a GNOME 2 panel applet that lets you organize all +your preferred applications in one place. + +WWW: http://quick-lounge.sourceforge.net/ diff --git a/misc/quick-lounge-applet/pkg-plist b/misc/quick-lounge-applet/pkg-plist new file mode 100644 index 000000000000..3667e3a1c289 --- /dev/null +++ b/misc/quick-lounge-applet/pkg-plist @@ -0,0 +1,17 @@ +etc/gconf/gconf.xml.defaults/schemas/apps/quick_lounge_applet/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/quick_lounge_applet/prefs/%gconf.xml +etc/gconf/schemas/quick-lounge.schemas +lib/libquicklounge-applet.a +lib/libquicklounge-applet.so +lib/libquicklounge-applet.so.0 +libdata/bonobo/servers/GNOME_QuickLoungeApplet_Factory.server +share/gnome/gnome-2.0/ui/GNOME_QuickLoungeApplet.xml +share/gnome/pixmaps/quick-lounge-applet.png +share/gnome/quick-lounge/glade/quick-lounge.glade +share/locale/de/LC_MESSAGES/quick-lounge-applet.mo +share/locale/it/LC_MESSAGES/quick-lounge-applet.mo +share/locale/ko/LC_MESSAGES/quick-lounge-applet.mo +@dirrm share/gnome/quick-lounge/glade +@dirrm share/gnome/quick-lounge +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quick_lounge_applet/prefs +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/quick_lounge_applet |