diff options
author | tnut <tnut at nutyx dot com> | 2011-08-14 15:43:45 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-14 15:43:45 +0200 |
commit | 065f3fbb0a9ba6fd7154607f336b926e5a448920 (patch) | |
tree | 00d6baef1cd2f7ba1585a8da31f5b4b7cf5eb713 | |
parent | ee3a10883803bd05707690e269220d7383b34d22 (diff) | |
parent | 273abb9cbcf4f8ba81d37c3b91562325d7291b49 (diff) | |
download | nutyx-extra-065f3fbb0a9ba6fd7154607f336b926e5a448920.tar.gz nutyx-extra-065f3fbb0a9ba6fd7154607f336b926e5a448920.tar.bz2 nutyx-extra-065f3fbb0a9ba6fd7154607f336b926e5a448920.tar.xz nutyx-extra-065f3fbb0a9ba6fd7154607f336b926e5a448920.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
-rw-r--r-- | kde/ktorrent/.footprint.i686 | 1 | ||||
-rw-r--r-- | kde/ktorrent/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | kde/ktorrent/.md5sum.i686 | 2 | ||||
-rw-r--r-- | kde/ktorrent/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | kde/ktorrent/Pkgfile | 9 |
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/ } |