summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-03 12:38:16 +0200
committersibel <lesibel@free.fr>2010-09-03 12:38:16 +0200
commitdab8c8b1f404c9fbeae9837bfcd626244dd21f86 (patch)
tree5f08402903a4c517341d44ceebb47c8822d5cfcc /kde
parent9f300e732f264a4997cf734b26a6567029de88d7 (diff)
downloadnutyx-extra-dab8c8b1f404c9fbeae9837bfcd626244dd21f86.tar.gz
nutyx-extra-dab8c8b1f404c9fbeae9837bfcd626244dd21f86.tar.bz2
nutyx-extra-dab8c8b1f404c9fbeae9837bfcd626244dd21f86.tar.xz
nutyx-extra-dab8c8b1f404c9fbeae9837bfcd626244dd21f86.zip
maj de ktorrent#1.0.3-1
Diffstat (limited to 'kde')
-rw-r--r--kde/libktorrent/.footprint4
-rw-r--r--kde/libktorrent/.md5sum2
-rwxr-xr-xkde/libktorrent/Pkgfile8
3 files changed, 7 insertions, 7 deletions
diff --git a/kde/libktorrent/.footprint b/kde/libktorrent/.footprint
index 988dcbe52..118757c67 100644
--- a/kde/libktorrent/.footprint
+++ b/kde/libktorrent/.footprint
@@ -180,8 +180,8 @@ drwxr-xr-x root/root usr/include/libktorrent/utp/
-rw-r--r-- root/root usr/include/libktorrent/version.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libktorrent.so -> libktorrent.so.2
-lrwxrwxrwx root/root usr/lib/libktorrent.so.2 -> libktorrent.so.2.0.0
--rwxr-xr-x root/root usr/lib/libktorrent.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libktorrent.so.2 -> libktorrent.so.2.0.2
+-rwxr-xr-x root/root usr/lib/libktorrent.so.2.0.2
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/apps/
drwxr-xr-x root/root usr/share/apps/cmake/
diff --git a/kde/libktorrent/.md5sum b/kde/libktorrent/.md5sum
index deed98e94..9ee526c7d 100644
--- a/kde/libktorrent/.md5sum
+++ b/kde/libktorrent/.md5sum
@@ -1 +1 @@
-c123f1467b6c7dcd55ab44b37e3911a4 libktorrent-1.0.1.tar.bz2
+575d3e67a858a64364cb66b65716200b libktorrent-1.0.3.tar.bz2
diff --git a/kde/libktorrent/Pkgfile b/kde/libktorrent/Pkgfile
index 384869481..bdd646578 100755
--- a/kde/libktorrent/Pkgfile
+++ b/kde/libktorrent/Pkgfile
@@ -5,16 +5,16 @@
# Depends on: qca, xorg-libxft, kdebase-runtime, kdebase-workspace, taglib, hicolor-icon-theme, kdepimlibs
name=libktorrent
-version=1.0.1
-versionktorrent=4.0.1
+version=1.0.3
+versionktorrent=4.0.3
release=1
source=(http://ktorrent.org/downloads/$versionktorrent/$name-$version.tar.bz2)
-http://ktorrent.org/downloads/4.0.1/libktorrent-1.0.1.tar.bz2
+
build() {
cd $name-$version
cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON
- make
+ make -j5
make DESTDIR=$PKG install
}