summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892020-02-16 10:45:59 +0100
committerPhoton892020-02-16 10:45:59 +0100
commit589d197624f8a7428b3dbb8a4308690b54afc83c (patch)
tree3f85f19241030f117c952fc1de264391b7b7fe53
parentbc01aad5569ef91310953caca366eb3681abcf23 (diff)
downloadaur-589d197624f8a7428b3dbb8a4308690b54afc83c.tar.gz
Bumped to 4.14.3, added libwnck3 as dependency
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb56e134be52..4d75fb657eba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce4-panel-compiz
pkgdesc = Panel for the Xfce desktop environment with fixes for Compiz
- pkgver = 4.14.0
- pkgrel = 2
+ pkgver = 4.14.3
+ pkgrel = 1
url = http://www.xfce.org/
arch = i686
arch = x86_64
@@ -16,16 +16,17 @@ pkgbase = xfce4-panel-compiz
depends = libwnck
depends = hicolor-icon-theme
depends = desktop-file-utils
- provides = xfce4-panel=4.14.0
+ depends = libwnck3
+ provides = xfce4-panel=4.14.3
conflicts = xfce4-panel
- source = http://archive.xfce.org/src/xfce/xfce4-panel/4.14/xfce4-panel-4.14.0.tar.bz2
+ source = http://archive.xfce.org/src/xfce/xfce4-panel/4.14/xfce4-panel-4.14.3.tar.bz2
source = button-visibility.patch
source = fix-scrolling.patch
source = fix-scrolling2.patch
source = fix-scrolling3.patch
source = pager-dimensions.patch
source = wrap-workspaces.patch
- sha256sums = d5f8f3bd7e142139987e5e62cda26135a424baabb5e47aa0c23b4169d0a66ef4
+ sha256sums = ef22324d26e5af735134bb10f85b6e16525ac9f48be8d2f6b634142fbfcabbc9
sha256sums = 556f7ecc22fdf024101d2e8a0416b953efaef48ff4ed649aab97d5b115a94931
sha256sums = 023fbeb4caa99dc97d460040f3d507794f3f576dc6cde98d834ba8a8e581f5ee
sha256sums = 2bbcace9c0c25c14fc1180a1064329240867a0b83c1c668aadc8c77f92ee0aab
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:"