summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-13 17:30:56 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-13 17:30:56 +0000
commite9d290f237aee2bd4b7f8bbe2a416827c07e1dec (patch)
tree9bd32e776a7ac16166ee887e9fce1ae753f6c2b7 /x11-misc/xnee/files
parentMask x11-misc/xnee because there is no gnome-panel for 2.4 kernel. (diff)
downloadgentoo-2-e9d290f237aee2bd4b7f8bbe2a416827c07e1dec.tar.gz
gentoo-2-e9d290f237aee2bd4b7f8bbe2a416827c07e1dec.tar.bz2
gentoo-2-e9d290f237aee2bd4b7f8bbe2a416827c07e1dec.zip
Initial commit for bug 87725. Thanks to Philipp Serr and Florian Steinel.
(Portage version: 2.1.3.4)
Diffstat (limited to 'x11-misc/xnee/files')
-rw-r--r--x11-misc/xnee/files/digest-xnee-3.013
-rw-r--r--x11-misc/xnee/files/xnee-3.01-destdir.patch28
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/xnee/files/digest-xnee-3.01 b/x11-misc/xnee/files/digest-xnee-3.01
new file mode 100644
index 000000000000..2ecc599dc4a5
--- /dev/null
+++ b/x11-misc/xnee/files/digest-xnee-3.01
@@ -0,0 +1,3 @@
+MD5 a6e1e797170317a7454723a7cd7b3c58 Xnee-3.01.tar.gz 611686
+RMD160 315570f462fa1aea331b4779bb44d9c457991875 Xnee-3.01.tar.gz 611686
+SHA256 018546681f22a4af6fbef512ebca3b67b2a090761699f39e00a1d72c61c0dcbc Xnee-3.01.tar.gz 611686
diff --git a/x11-misc/xnee/files/xnee-3.01-destdir.patch b/x11-misc/xnee/files/xnee-3.01-destdir.patch
new file mode 100644
index 000000000000..343cdc8a2692
--- /dev/null
+++ b/x11-misc/xnee/files/xnee-3.01-destdir.patch
@@ -0,0 +1,28 @@
+diff -ur Xnee-3.01.orig/pnee/Makefile.in Xnee-3.01/pnee/Makefile.in
+--- Xnee-3.01.orig/pnee/Makefile.in 2007-07-04 16:41:27.000000000 +0300
++++ Xnee-3.01/pnee/Makefile.in 2007-08-13 20:18:15.000000000 +0300
+@@ -508,8 +508,8 @@
+
+ install-data-local: pnee.server
+ @$(NORMAL_INSTALL)
+- mkdir -p $(PANEL_SERVER_DIR)
+- cp pnee.server $(PANEL_SERVER_DIR)/
++ mkdir -p $(DESTDIR)$(PANEL_SERVER_DIR)
++ cp pnee.server $(DESTDIR)$(PANEL_SERVER_DIR)/
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+diff -ur Xnee-3.01.orig/pnee/src/Makefile.in Xnee-3.01/pnee/src/Makefile.in
+--- Xnee-3.01.orig/pnee/src/Makefile.in 2007-07-04 16:41:27.000000000 +0300
++++ Xnee-3.01/pnee/src/Makefile.in 2007-08-13 20:14:18.000000000 +0300
+@@ -513,8 +513,8 @@
+
+
+ install-exec-local: $(PNEE)
+- mkdir -p $(PANEL_APPLET_DIR)
+- cp $(PNEE) $(PANEL_APPLET_DIR)
++ mkdir -p $(DESTDIR)$(PANEL_APPLET_DIR)
++ cp $(PNEE) $(DESTDIR)$(PANEL_APPLET_DIR)
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: