diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-30 13:07:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-30 13:07:24 +0100 |
commit | be93146b1575bb0b195a1cab70bf655e3896e3e8 (patch) | |
tree | 03759e92deeafc21b4d37c86b323a3e2a994e8cc /kde/amarok/Pkgfile | |
parent | fa68bb88a37a1a712c433327c65c9e65dd4c3552 (diff) | |
download | nutyx-pakxe-be93146b1575bb0b195a1cab70bf655e3896e3e8.tar.gz nutyx-pakxe-be93146b1575bb0b195a1cab70bf655e3896e3e8.tar.bz2 nutyx-pakxe-be93146b1575bb0b195a1cab70bf655e3896e3e8.tar.xz nutyx-pakxe-be93146b1575bb0b195a1cab70bf655e3896e3e8.zip |
Maj amarok#2.2.1-90-2, ajout bootsplash 2009.2NuTyX2009.2
Diffstat (limited to 'kde/amarok/Pkgfile')
-rwxr-xr-x | kde/amarok/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile index fcb9dc8fe..4a4304842 100755 --- a/kde/amarok/Pkgfile +++ b/kde/amarok/Pkgfile @@ -6,8 +6,9 @@ name=amarok version=2.2.1.90 -release=1 -source=(http://download.kde.org/download.php?url=unstable/$name/$version/src/$name-$version.tar.bz2) +release=2 +source=(http://download.kde.org/download.php?url=unstable/$name/$version/src/$name-$version.tar.bz2\ + splash_screen.jpg) build() { cd $name-$version @@ -18,4 +19,5 @@ build() { -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' make -j3 make DESTDIR=$PKG install + cp $SRC/splash_screen.jpg $PKG/$KDE_PREFIX/share/apps/amarok/images/splash_screen.jpg } |