mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Fix patchs to DATADIR and GNOME_ICONDIR. This should restore the mixer
applet icon in the panel.
This commit is contained in:
parent
a31c36d93d
commit
cc69e0d045
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66554
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user