summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892020-02-16 10:45:59 +0100
committerPhoton892020-02-16 10:45:59 +0100
commit589d197624f8a7428b3dbb8a4308690b54afc83c (patch)
tree3f85f19241030f117c952fc1de264391b7b7fe53 /PKGBUILD
parentbc01aad5569ef91310953caca366eb3681abcf23 (diff)
downloadaur-589d197624f8a7428b3dbb8a4308690b54afc83c.tar.gz
Bumped to 4.14.3, added libwnck3 as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36713cdfd3b6..e9c5da5c394b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=xfce4-panel-compiz
_realname=xfce4-panel
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.3
+pkgrel=1
pkgdesc="Panel for the Xfce desktop environment with fixes for Compiz"
arch=('i686' 'x86_64')
url="http://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
- 'desktop-file-utils')
+ 'desktop-file-utils' 'libwnck3')
makedepends=('intltool' 'gtk-doc' 'xfce4-dev-tools')
provides=("$_realname=$pkgver")
conflicts=("$_realname")
@@ -24,7 +24,7 @@ source=(http://archive.xfce.org/src/xfce/$_realname/${pkgver%.*}/$_realname-$pkg
fix-scrolling3.patch
pager-dimensions.patch
wrap-workspaces.patch)
-sha256sums=('d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4'
+sha256sums=('ef22324d26e5af735134bb10f85b6e16525ac9f48be8d2f6b634142fbfcabbc9'
'556f7ecc22fdf024101d2e8a0416b953efaef48ff4ed649aab97d5b115a94931'
'023fbeb4caa99dc97d460040f3d507794f3f576dc6cde98d834ba8a8e581f5ee'
'2bbcace9c0c25c14fc1180a1064329240867a0b83c1c668aadc8c77f92ee0aab'
@@ -37,11 +37,11 @@ prepare() {
# See https://bugzilla.xfce.org/show_bug.cgi?id=10908
echo "Applying button-visibility.patch:"
- patch -p1 -i "$srcdir/button-visibility.patch"
+ #patch -p1 -i "$srcdir/button-visibility.patch"
# See https://git.xfce.org/xfce/xfce4-panel/commit/?id=55dc7b400feef0c35fda3e8d3515dada2ced29c4
echo "Applying fix-scrolling.patch:"
- patch -p1 -i "$srcdir/fix-scrolling.patch"
+ #patch -p1 -i "$srcdir/fix-scrolling.patch"
# See https://bugzilla.xfce.org/show_bug.cgi?id=3361#c28
echo "Applying fix-scrolling2.patch:"