summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-14 15:17:30 +0200
committerpiernov <piernov@piernov.org>2011-08-14 15:17:30 +0200
commita1e303b46fc16268ddd86b1b085e7f2294bdb2ab (patch)
tree14260f9c49c3b8f6e0b240912364f8ff02093561 /kde
parentf88bba5988bbef9bfd431dd9498cffbdb6d06b24 (diff)
downloadnutyx-pakxe-a1e303b46fc16268ddd86b1b085e7f2294bdb2ab.tar.gz
nutyx-pakxe-a1e303b46fc16268ddd86b1b085e7f2294bdb2ab.tar.bz2
nutyx-pakxe-a1e303b46fc16268ddd86b1b085e7f2294bdb2ab.tar.xz
nutyx-pakxe-a1e303b46fc16268ddd86b1b085e7f2294bdb2ab.zip
ktorrent 4.1.1-2 suppression ktorrent.desktop&ktorrent.png
Diffstat (limited to 'kde')
-rw-r--r--kde/ktorrent/.footprint.i6861
-rw-r--r--kde/ktorrent/.footprint.x86_641
-rw-r--r--kde/ktorrent/.md5sum.i6862
-rw-r--r--kde/ktorrent/.md5sum.x86_642
-rwxr-xr-xkde/ktorrent/Pkgfile9
5 files changed, 2 insertions, 13 deletions
diff --git a/kde/ktorrent/.footprint.i686 b/kde/ktorrent/.footprint.i686
index 5aa155da9..66621fca5 100644
--- a/kde/ktorrent/.footprint.i686
+++ b/kde/ktorrent/.footprint.i686
@@ -31,7 +31,6 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/applications/kde4/
-rwxr-xr-x root/root usr/share/applications/kde4/ktorrent.desktop
--rw-r--r-- root/root usr/share/applications/ktorrent.desktop
drwxr-xr-x root/root usr/share/apps/
drwxr-xr-x root/root usr/share/apps/ktorrent/
-rw-r--r-- root/root usr/share/apps/ktorrent/ktbwschedulerpluginui.rc
diff --git a/kde/ktorrent/.footprint.x86_64 b/kde/ktorrent/.footprint.x86_64
index 5aa155da9..66621fca5 100644
--- a/kde/ktorrent/.footprint.x86_64
+++ b/kde/ktorrent/.footprint.x86_64
@@ -31,7 +31,6 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/applications/kde4/
-rwxr-xr-x root/root usr/share/applications/kde4/ktorrent.desktop
--rw-r--r-- root/root usr/share/applications/ktorrent.desktop
drwxr-xr-x root/root usr/share/apps/
drwxr-xr-x root/root usr/share/apps/ktorrent/
-rw-r--r-- root/root usr/share/apps/ktorrent/ktbwschedulerpluginui.rc
diff --git a/kde/ktorrent/.md5sum.i686 b/kde/ktorrent/.md5sum.i686
index f7ac70062..34234b67d 100644
--- a/kde/ktorrent/.md5sum.i686
+++ b/kde/ktorrent/.md5sum.i686
@@ -1,4 +1,2 @@
1f25b94615b0bbfa0457c99fb20de3e6 httpserver.patch
affadf7c7198e5aa430e91ab75800296 ktorrent-4.1.1.tar.bz2
-9905d1f19c8f35e7dd5db76fc9ca9a1d ktorrent.desktop
-01f8b2275588a3e80f6783061d2b9377 ktorrent.png
diff --git a/kde/ktorrent/.md5sum.x86_64 b/kde/ktorrent/.md5sum.x86_64
index f7ac70062..34234b67d 100644
--- a/kde/ktorrent/.md5sum.x86_64
+++ b/kde/ktorrent/.md5sum.x86_64
@@ -1,4 +1,2 @@
1f25b94615b0bbfa0457c99fb20de3e6 httpserver.patch
affadf7c7198e5aa430e91ab75800296 ktorrent-4.1.1.tar.bz2
-9905d1f19c8f35e7dd5db76fc9ca9a1d ktorrent.desktop
-01f8b2275588a3e80f6783061d2b9377 ktorrent.png
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/
}