diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-18 16:04:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-18 16:04:39 -0300 |
commit | 8130c81308110bd013cbe53ff58240a487bb1e96 (patch) | |
tree | cb3e50c6883bfcb5132393855b35cdd8d5818cf0 /nonprism/amarok-nonprism/PKGBUILD | |
parent | 4386084c2f042bd618403fde16935468148ad46b (diff) | |
download | abslibre-8130c81308110bd013cbe53ff58240a487bb1e96.tar.gz abslibre-8130c81308110bd013cbe53ff58240a487bb1e96.tar.bz2 abslibre-8130c81308110bd013cbe53ff58240a487bb1e96.zip |
amarok-nonprism-2.8.0-2.1: remove amazon references on docs
Diffstat (limited to 'nonprism/amarok-nonprism/PKGBUILD')
-rw-r--r-- | nonprism/amarok-nonprism/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/nonprism/amarok-nonprism/PKGBUILD b/nonprism/amarok-nonprism/PKGBUILD index 03588415a..168b0d5c1 100644 --- a/nonprism/amarok-nonprism/PKGBUILD +++ b/nonprism/amarok-nonprism/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=amarok pkgname=amarok-nonprism pkgver=2.8.0 -pkgrel=2 +pkgrel=2.1 pkgdesc="The powerful music player for KDE, without Amazon MP3 store support" arch=("i686" "x86_64") url="http://amarok.kde.org/" @@ -25,13 +25,16 @@ optdepends=("libgpod: support for Apple iPod audio devices" "ifuse: support for Apple iPod Touch and iPhone" "libmygpo-qt: gpodder.net Internet Service") install="${_pkgname}.install" -source=("http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937') +source=("http://download.kde.org/stable/${_pkgname}/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2" + 'remove-amazon-references-on-docs.patch') +sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937' + 'eed2616fd1465cd16f86f2e3554e3b34b83557af') prepare() { cd ${srcdir}/${_pkgname}-${pkgver} sed -i '\|amzdownloader|d' utilities/CMakeLists.txt sed -i '\|amazon|d' src/services/CMakeLists.txt + patch -Np1 -i ${srcdir}/remove-amazon-references-on-docs.patch cd .. mkdir build } |