Date: Monday, March 24, 2014 @ 16:22:11 Author: flexiondotorg Revision: 108197
upgpkg: mate-panel 1.8.0-2 - Added https://github.com/mate-desktop/mate-panel/pull/180 Modified: mate-panel/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-24 15:12:46 UTC (rev 108196) +++ PKGBUILD 2014-03-24 15:22:11 UTC (rev 108197) @@ -2,7 +2,7 @@ pkgname=mate-panel pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="The MATE Panel" url="http://mate-desktop.org" arch=('i686' 'x86_64') @@ -14,10 +14,17 @@ 'perl-xml-parser' 'yelp-tools') optdepends=('yelp: for reading MATE help documents') groups=('mate') -source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") -sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz" + "https://github.com/City-busz/mate-panel/commit/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff") +sha1sums=('289bca55fb26465f2c155d087932d6973edf07d9' + '8c67a6aacfad3ee8225410f1ff1e37c6da3d5bc8') install=${pkgname}.install +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np1 -i "${srcdir}/f4d754c48a1cb141407ca28d80431cbd954a5ef5.diff" +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \
