diff options
Diffstat (limited to 'net-p2p/xmule/files')
-rw-r--r-- | net-p2p/xmule/files/patch-Makefile.in | 16 | ||||
-rw-r--r-- | net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO | 44 |
2 files changed, 0 insertions, 60 deletions
diff --git a/net-p2p/xmule/files/patch-Makefile.in b/net-p2p/xmule/files/patch-Makefile.in deleted file mode 100644 index 0d5c82471..000000000 --- a/net-p2p/xmule/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Fri Dec 9 19:22:49 2005 -+++ Makefile.in Fri Dec 9 19:23:02 2005 -@@ -268,10 +268,9 @@ - @rm -rf Compilation.flags Makefile aclocal.m4 autom4te.cache config.h* config.l* config.st* config.rp* configure depcomp intl - - install: all -- @mkdir -p @bindir@ -- @mkdir -p @datadir@/{applications,locale,icons} -- @cp -f ed2k.xmule-2.0 xmule @bindir@ -- @cp -f ed2k.xmule-2.0 @bindir@/ed2k -+ @mkdir -p @datadir@/applications -+ @mkdir -p @datadir@/locale -+ @mkdir -p @datadir@/pixmaps - @cd po && $(MAKE) install - @cp -f xmule.desktop @datadir@/applications - @cp -f xmule.xpm @datadir@/icons diff --git a/net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO b/net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO deleted file mode 100644 index 0bc6dcc5b..000000000 --- a/net-p2p/xmule/files/patch-docs::ED2K-Links.HOWTO +++ /dev/null @@ -1,44 +0,0 @@ ---- docs/ED2K-Links.HOWTO.orig Thu Mar 4 12:46:20 2004 -+++ docs/ED2K-Links.HOWTO Tue Mar 9 21:21:16 2004 -@@ -14,7 +14,7 @@ - the mentioned directory: - - [Protocol] -- exec=/usr/local/bin/ed2k "%u" -+ exec=/usr/X11R6/bin/xmule-ed2k-handler "%u" - protocol=ed2k - input=none - output=none -@@ -39,12 +39,12 @@ - create xmule_submit.sh with this content: - - #!/bin/sh -- /usr/local/bin/ed2k "ed2k://$1"; -+ xmule-ed2k-handler "ed2k://$1"; - - now edit (as root) /etc/opera6rc or as non-root ~/.opera/opera6.ini: - - [Trusted Applications] -- ed2k=/usr/local/bin/xmule_submit.sh -+ ed2k=/usr/X11R6/bin/xmule_submit.sh - - [User Prefs] - TrustedExternalURLProtocols=ed2k -@@ -59,7 +59,7 @@ - TrustedExternalURLProtocols=ed2k - - in [Trusted Applications] -- ed2k=/path/to/ed2k ed2k://%u -+ ed2k=/usr/X11R6/bin/xmule-ed2k-handler ed2k://%u - - (Credits: ender) - -@@ -96,7 +96,7 @@ - - -create a file called "ed2k.cmd" with the following content: - -- ed2k ed2k:$URI_DATA -+ xmule-ed2k-handler ed2k:$URI_DATA - - [do this with your favorite text-editor, the file doesn't have to be executable] - |