diff options
Diffstat (limited to 'community/noise/PKGBUILD')
-rw-r--r-- | community/noise/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/noise/PKGBUILD b/community/noise/PKGBUILD index d5b7cf128..0b3fe6dc6 100644 --- a/community/noise/PKGBUILD +++ b/community/noise/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 111905 2014-05-26 14:37:08Z alucryd $ +# $Id: PKGBUILD 115712 2014-07-14 13:49:09Z alucryd $ # Maintainer: Maxime Gauduin <alucryd at gmail dot com> pkgname=noise pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='The Pantheon Music Player' arch=('i686' 'x86_64') url='https://launchpad.net/noise' @@ -15,12 +15,15 @@ optdepends=('gst-plugins-base: "Base" plugin libraries' 'gst-plugins-bad: "Bad" plugin libraries' 'gst-plugins-ugly: "Ugly" plugin libraries') install="${pkgname}.install" -source=("https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz") -sha256sums=('56d9dc11e376f0727748e5f60ad35555626314ecead6d62139a56ab487fdf7cf') +source=("https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz" + 'mesa-demos-conflict.patch') +sha256sums=('56d9dc11e376f0727748e5f60ad35555626314ecead6d62139a56ab487fdf7cf' + 'df2c77d7da40126b8957e40924f8d07f8e722cfae27d7f59eb3fa307768a3620') prepare() { cd ${pkgname}-${pkgver} + patch -Np1 -i ../mesa-demos-conflict.patch sed 's|${CMAKE_INSTALL_PREFIX}/${PLUGIN_DIR_UNPREFIXED}|${PLUGIN_DIR_UNPREFIXED}|' -i CMakeLists.txt } |