diff options
Diffstat (limited to 'kde/amarok')
-rw-r--r-- | kde/amarok/.md5sum | 3 | ||||
-rwxr-xr-x | kde/amarok/Pkgfile | 9 |
2 files changed, 4 insertions, 8 deletions
diff --git a/kde/amarok/.md5sum b/kde/amarok/.md5sum index b41a9ffeb..36a301873 100644 --- a/kde/amarok/.md5sum +++ b/kde/amarok/.md5sum @@ -1,3 +1,2 @@ -4e03dc009f8b44d9b8dfb5f6d1034081 amarok-2.3.2.tar.bz2 -a2effdfed3cf836c42264edbd2845441 scanning-qt-regression.patch +bdb6ddc8e38d0982a0786ff8ac96d923 amarok-2.4.0.tar.bz2 5595074ec080ede76f366496f4fc0ff7 splash_screen.jpg diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile index 4b01c8127..f86843262 100755 --- a/kde/amarok/Pkgfile +++ b/kde/amarok/Pkgfile @@ -6,18 +6,15 @@ # Run on: kdebase-runtime,mysql,qtscriptgenerator,taglib-extras,liblastfm,libgpod,libmtp,loudmouth name=amarok -version=2.3.2 -release=2 +version=2.4.0 +release=1 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} + http://nutyx.meticul.eu/files/patchs/$name/splash_screen.jpg ) build() { cd $name-$version - # https://bugs.kde.org/show_bug.cgi?id=251762 - patch -Np1 -i ../scanning-qt-regression.patch - mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \ |