summaryrefslogtreecommitdiffstats
path: root/kde/ktorrent
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-05-08 23:15:42 +0200
committersibel <lesibel at free dot fr>2010-05-08 23:15:42 +0200
commitade72d4ddc6f0b9e1ec58a4c12ac614bb7165f9d (patch)
tree5189af86c236a5926e050ad14a0121083711e72b /kde/ktorrent
parent072d2ef837744102fd263322808c6280d22bb7cf (diff)
downloadnutyx-extra-ade72d4ddc6f0b9e1ec58a4c12ac614bb7165f9d.tar.gz
nutyx-extra-ade72d4ddc6f0b9e1ec58a4c12ac614bb7165f9d.tar.bz2
nutyx-extra-ade72d4ddc6f0b9e1ec58a4c12ac614bb7165f9d.tar.xz
nutyx-extra-ade72d4ddc6f0b9e1ec58a4c12ac614bb7165f9d.zip
Maj de ktorrent#3.3.4-1
Diffstat (limited to 'kde/ktorrent')
-rw-r--r--kde/ktorrent/.footprint10
-rwxr-xr-xkde/ktorrent/Pkgfile6
2 files changed, 5 insertions, 11 deletions
diff --git a/kde/ktorrent/.footprint b/kde/ktorrent/.footprint
index 6ed237a12..b28a8e64f 100644
--- a/kde/ktorrent/.footprint
+++ b/kde/ktorrent/.footprint
@@ -185,6 +185,7 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/applications/kde4/
-rw-r--r-- 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/cmake/
drwxr-xr-x root/root usr/share/apps/cmake/modules/
@@ -657,12 +658,3 @@ drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/fr/
drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/ktorrent.mo
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/ktorrent.desktop
-drwxr-xr-x root/root usr/share/icons/
-drwxr-xr-x root/root usr/share/icons/hicolor/
-drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
-drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/ktorrent.png
diff --git a/kde/ktorrent/Pkgfile b/kde/ktorrent/Pkgfile
index cdb2cff3a..d371dce05 100755
--- a/kde/ktorrent/Pkgfile
+++ b/kde/ktorrent/Pkgfile
@@ -6,9 +6,11 @@
name=ktorrent
version=3.3.4
+
release=1
source=(http://ktorrent.org/downloads/$version/$name-$version.tar.bz2 \
$name.png $name.desktop httpserver.patch)
+
build() {
cd $name-$version
patch -Np0 -i $SRC/httpserver.patch
@@ -20,9 +22,9 @@ build() {
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/applications
- install -m 644 ../$name.desktop $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 ../$name.png $PKG/usr/share/icons/hicolor/48x48/apps/
+ install -m 644 $SRC/$name.png $PKG/usr/share/icons/hicolor/48x48/apps/
}