summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Iskar Enev <iskar.enev@gmail.com>2010-05-11 19:45:46 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:45:46 +0200
commitbc4d120b005e50266720c18a2ea16460c3e34e01 (patch)
treebfb4dff72510bd54fa06be0dfe3e7f6ffc447f37
parent5fc3050a1ae09d707e8cdba55ac4475abedd686c (diff)
downloadslackbuilds-bc4d120b005e50266720c18a2ea16460c3e34e01.tar.gz
slackbuilds-bc4d120b005e50266720c18a2ea16460c3e34e01.tar.xz
network/aMule: Updated for version 2.1.3
-rw-r--r--network/aMule/README5
-rw-r--r--network/aMule/aMule.SlackBuild10
-rw-r--r--network/aMule/aMule.info2
-rw-r--r--network/aMule/slack-desc2
4 files changed, 7 insertions, 12 deletions
diff --git a/network/aMule/README b/network/aMule/README
index d3e5c5f4f1..50d4bba69c 100644
--- a/network/aMule/README
+++ b/network/aMule/README
@@ -5,5 +5,6 @@ fork of eMule to run nativly on Linux and other Unix-like systems.
wxGTK is required for this to build; at least version 2.4.x of wxGTK is
needed, but version 2.6.x is recommended (and this is the version that
-is available at SlackBuilds.org).
-
+is available at SlackBuilds.org). If you would like to build against
+the 2.8.x version, there is a patch included - you'll just need to uncomment
+that patch line in the build script.
diff --git a/network/aMule/aMule.SlackBuild b/network/aMule/aMule.SlackBuild
index 5379774667..9fe63a3449 100644
--- a/network/aMule/aMule.SlackBuild
+++ b/network/aMule/aMule.SlackBuild
@@ -28,7 +28,6 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
cd $PRGNAM-$VERSION || exit 1
-
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@@ -36,7 +35,7 @@ chmod -R u+w,go+r-w,a-s .
# It fixes the "crash on search tab close" which is an wxWidgets bug,
# not an aMule bug, and it's fixed on the 2.8.0 version.
# Patch provided by arekm <arekm@pld-linux.org> and approved by the
-# aMule mainainer (see website)
+# aMule maintainer (see website)
#cat $CWD/aMule-wx2.80.patch | patch -p1 || exit 1
CFLAGS="$SLKCFLAGS" \
@@ -62,14 +61,9 @@ make install DESTDIR=$PKG || exit 1
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
-# Let's fix the icon path in the menu entry so that the icon will show
-# up when using KDE
-sed -i 's@Icon=amule.xpm@Icon=/usr/share/pixmaps/amule.xpm@g' \
- $PKG/usr/share/applications/amule.desktop || exit 1
-
# All of the needed docs are already installed; we'll just move them to the
# correct location
-cp -a $PKG/usr/share/doc $PKG/usr
+mv $PKG/usr/share/doc $PKG/usr
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/aMule/aMule.info b/network/aMule/aMule.info
index bf12240ce2..ae93ab26e9 100644
--- a/network/aMule/aMule.info
+++ b/network/aMule/aMule.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/amule/aMule-2.1.3.tar.bz2"
MD5SUM="0aafdd159edb8ad5f0064da87998b47d"
MAINTAINER="Iskar Enev"
EMAIL="iskar.enev@gmail.com"
-APPROVED="robw810"
+APPROVED="rworkman"
diff --git a/network/aMule/slack-desc b/network/aMule/slack-desc
index 618709070e..d1fcb3cf29 100644
--- a/network/aMule/slack-desc
+++ b/network/aMule/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
-aMule: aMule
+aMule: aMule (multiplatform ed2k client)
aMule:
aMule: aMule is a multiplatform ed2k client, fork of the eMule client,
aMule: using the wxWidgets class library, supporting Linux, *BSD platforms,