summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharles Bos2015-09-14 08:42:07 +0100
committerCharles Bos2015-09-14 08:42:07 +0100
commit619116ada0b094411fd7a45728dff95f46003538 (patch)
tree2425111eb6d9a81221923f8f8134064ad544a018 /PKGBUILD
parent5e8e3aac87217674e6c75ed02b34d85ce9507f4a (diff)
downloadaur-619116ada0b094411fd7a45728dff95f46003538.tar.gz
add links to bug reports
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be6ba9919c70..6139811cdef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=xfce4-panel-compiz
_realname=xfce4-panel
pkgver=4.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Panel for the Xfce desktop environment with fixes for Compiz"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
@@ -27,8 +27,10 @@ sha256sums=('30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0'
prepare() {
cd "$srcdir/$_realname-$pkgver"
- # Compiz fixes
+ # See https://bugzilla.xfce.org/show_bug.cgi?id=11697
patch -Np1 -i "$srcdir/workspace-pager.patch"
+
+ # See https://bugzilla.xfce.org/show_bug.cgi?id=10908
patch -Np1 -i "$srcdir/button-visibility.patch"
}