summaryrefslogtreecommitdiff
path: root/x11/gnomeapplets2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-18 05:36:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-18 05:36:16 +0000
commitcc69e0d04567ea9229e788d55d003879c2d5a699 (patch)
tree8c68674b9836663049eafe7a548394e1691c76d2 /x11/gnomeapplets2
parentActually remove these files. (diff)
Fix patchs to DATADIR and GNOME_ICONDIR. This should restore the mixer
applet icon in the panel.
Notes
Notes: svn path=/head/; revision=66554
Diffstat (limited to 'x11/gnomeapplets2')
-rw-r--r--x11/gnomeapplets2/Makefile1
-rw-r--r--x11/gnomeapplets2/files/patch-aa29
2 files changed, 28 insertions, 2 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile
index 2f231fd4e39c..c4c224f0cfae 100644
--- a/x11/gnomeapplets2/Makefile
+++ b/x11/gnomeapplets2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomeapplets2
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.2/sources/gnome-applets
diff --git a/x11/gnomeapplets2/files/patch-aa b/x11/gnomeapplets2/files/patch-aa
index 168141cd62db..cf6bce530e2c 100644
--- a/x11/gnomeapplets2/files/patch-aa
+++ b/x11/gnomeapplets2/files/patch-aa
@@ -1,5 +1,5 @@
---- configure.orig Tue Aug 27 14:17:28 2002
-+++ configure Tue Aug 27 14:20:19 2002
+--- configure.orig Fri Sep 13 15:58:55 2002
++++ configure Wed Sep 18 01:18:40 2002
@@ -6994,6 +6994,7 @@
# This can be used to rebuild libtool when needed
@@ -8,6 +8,15 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -10518,7 +10519,7 @@
+ echo "$as_me: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ CATOBJEXT=.mo
+- DATADIRNAME=lib
++ DATADIRNAME=share
+ fi
+ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+ INSTOBJEXT=.mo
@@ -10765,6 +10766,7 @@
*irix*) CDROM_HOST=irix; CDROM_LIBS="-lcdaudio -lmediad -lds";cd_device_path="/dev/cdrom";;
*linux*) CDROM_HOST=linux;cd_device_path="/dev/cdrom";;
@@ -37,3 +46,19 @@
;;
*-*-linux*)
+@@ -11494,13 +11510,13 @@
+ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+
+ cat >>confdefs.h <<EOF
+-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
++#define GNOME_ICONDIR "${datadir}/pixmaps"
+ EOF
+
+ #defined the below to enable help to work for applets
+
+ cat >>confdefs.h <<EOF
+-#define DATADIR "${prefix}/share"
++#define DATADIR "${datadir}"
+ EOF
+
+ cat >>confdefs.h <<EOF