diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-19 09:39:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-19 09:39:14 +0800 |
commit | fb846696976dcfd8774b0058c0c1de800bbc28ee (patch) | |
tree | f043b63e52fdca1ffd010ebb0a440047c3d1db9a /x11 | |
parent | 9eee5ab2d03e0a83925c69bcd81e6c2f60ff9146 (diff) | |
download | freebsd-ports-gnome-fb846696976dcfd8774b0058c0c1de800bbc28ee.tar.gz freebsd-ports-gnome-fb846696976dcfd8774b0058c0c1de800bbc28ee.tar.zst freebsd-ports-gnome-fb846696976dcfd8774b0058c0c1de800bbc28ee.zip |
Remove gnomeres_applet as it depends on the old GNOME 1.4 libpanel.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/gnomeres_applet/Makefile | 29 | ||||
-rw-r--r-- | x11/gnomeres_applet/distinfo | 1 | ||||
-rw-r--r-- | x11/gnomeres_applet/pkg-descr | 12 | ||||
-rw-r--r-- | x11/gnomeres_applet/pkg-plist | 5 |
5 files changed, 0 insertions, 48 deletions
diff --git a/x11/Makefile b/x11/Makefile index d197ac249cf5..0e7145f1c52d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -50,7 +50,6 @@ SUBDIR += gnomelibs SUBDIR += gnomemag SUBDIR += gnomepanel - SUBDIR += gnomeres_applet SUBDIR += gnomesession SUBDIR += gnometerminal SUBDIR += gromit diff --git a/x11/gnomeres_applet/Makefile b/x11/gnomeres_applet/Makefile deleted file mode 100644 index 167147d80618..000000000000 --- a/x11/gnomeres_applet/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Ports collection Makefile for: gnomeres_applet -# Date created: 5 June 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomeres_applet -PORTVERSION= 0.6.0 -CATEGORIES= x11 gnome -MASTER_SITES= http://www.sci.fi/~syrjala/gnomeres/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME applet for changing display modes - -USE_X_PREFIX= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/x11/gnomeres_applet/distinfo b/x11/gnomeres_applet/distinfo deleted file mode 100644 index 156a8c19c2db..000000000000 --- a/x11/gnomeres_applet/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnomeres_applet-0.6.0.tar.gz) = b47c6122a1e88f3a8b936094321e6c6d diff --git a/x11/gnomeres_applet/pkg-descr b/x11/gnomeres_applet/pkg-descr deleted file mode 100644 index d238d8b58c4c..000000000000 --- a/x11/gnomeres_applet/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GnomeRes - A GNOME applet for changing display modes. - -Features: ---------- - * A menu from which you can select the display mode. - * Info on modes presented as tooltips. - * An arrow ponting at the current mode in the menu. - * Mouse wheel support. - * Can lock mode switching. - * Startup display mode configuration. - -WWW: http://www.sci.fi/~syrjala/gnomeres/ diff --git a/x11/gnomeres_applet/pkg-plist b/x11/gnomeres_applet/pkg-plist deleted file mode 100644 index 6dfe9a6773f8..000000000000 --- a/x11/gnomeres_applet/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/gnomeres_applet -etc/CORBA/servers/gnomeres_applet.gnorba -share/gnome/applets/Utility/gnomeres_applet.desktop -share/gnome/pixmaps/gnomeres_applet.xpm -share/locale/fr/LC_MESSAGES/gnomeres_applet.mo |