summaryrefslogtreecommitdiffstats
path: root/kde/amarok/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 16:36:18 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 16:36:18 +0200
commitba3004119ddfedb9102716b9d82cacfaa7f7773b (patch)
treeab376716253dcdf6cc5806171f51b0402fa524cf /kde/amarok/Pkgfile
parent26695044ff5ddbd5825858f4e157c1dcb67cc859 (diff)
downloadnutyx-pakxe-ba3004119ddfedb9102716b9d82cacfaa7f7773b.tar.gz
nutyx-pakxe-ba3004119ddfedb9102716b9d82cacfaa7f7773b.tar.bz2
nutyx-pakxe-ba3004119ddfedb9102716b9d82cacfaa7f7773b.tar.xz
nutyx-pakxe-ba3004119ddfedb9102716b9d82cacfaa7f7773b.zip
amarok, port nettoyé
Diffstat (limited to 'kde/amarok/Pkgfile')
-rwxr-xr-xkde/amarok/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile
index 1c1d1765f..4a3b27816 100755
--- a/kde/amarok/Pkgfile
+++ b/kde/amarok/Pkgfile
@@ -8,9 +8,8 @@
name=amarok
version=2.3.2
release=2
-source=(ftp://kde.mirrors.pair.com/stable/$name/$version/src/$name-$version.tar.bz2
- splash_screen.jpg
- scanning-qt-regression.patch)
+source=(ftp://kde.mirrors.pair.com/stable/$name/$version/src/$name-$version.tar.bz2 \
+ http://nutyx.meticul.eu/files/patchs/$name/{splash_screen.jpg,scanning-qt-regression.patch}
build() {
cd $name-$version
@@ -26,5 +25,5 @@ build() {
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
make
make DESTDIR=$PKG install
- cp $SRC/splash_screen.jpg $PKG//usr/share/apps/amarok/images/splash_screen.jpg
+ install -m644 $SRC/splash_screen.jpg $PKG//usr/share/apps/amarok/images/splash_screen.jpg
}