summaryrefslogtreecommitdiffstats
path: root/kde/ktorrent/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/ktorrent/Pkgfile')
-rwxr-xr-xkde/ktorrent/Pkgfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile
index e418820d6..d4a9a7387 100755
--- a/kde/ktorrent/Pkgfile
+++ b/kde/ktorrent/Pkgfile
@@ -7,10 +7,9 @@
name=ktorrent
version=4.1.1
-
-release=1
+release=2
source=(http://ktorrent.org/downloads/$version/$name-$version.tar.bz2 \
- http://nutyx.meticul.eu/files/patchs/$name/{$name.png,$name.desktop,httpserver.patch})
+ http://nutyx.meticul.eu/files/patchs/$name/httpserver.patch)
build() {
cd $name-$version
@@ -21,10 +20,6 @@ build() {
-DENABLE_MEDIAPLAYER_PLUGIN=true
make
make DESTDIR=$PKG install
- mkdir -p $PKG/usr/share/applications
- install -m 644 $SRC/$name.desktop $PKG/usr/share/applications/
- mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps/
- install -m 644 $SRC/$name.png $PKG/usr/share/icons/hicolor/48x48/apps/
}