summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-08-20 16:07:53 -0400
committerTed Alff2020-08-20 16:07:53 -0400
commit70a4e45aa6f78ac2ce7846005be9f0f597525f00 (patch)
treee579fcac641fd6423d3b03f84091e96e0b576ad8
parentbc35240ce760b5e627138742f6ec9ece1eaef928 (diff)
downloadaur-70a4e45aa6f78ac2ce7846005be9f0f597525f00.tar.gz
statusnotifier plugin merged; add libdbusmenu-gtk3 dependency.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90d9f49c7a63..0fcb5a377875 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-panel-git
pkgdesc = Panel for the Xfce desktop environment - git checkout
- pkgver = 4.15.2+57+g61671349
+ pkgver = 4.15.3+75+g09a78c28
pkgrel = 1
url = http://docs.xfce.org/xfce/xfce4-panel/start
arch = x86_64
@@ -22,10 +22,13 @@ pkgbase = xfce4-panel-git
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = xfconf
- depends = libxfce4util
+ depends = libxfce4util>=4.15.2
+ depends = libdbusmenu-gtk3
optdepends = xfce4-panel-profiles
- provides = xfce4-panel=4.15.2
+ provides = xfce4-panel=4.15.3
conflicts = xfce4-panel
+ conflicts = xfce4-statusnotifier-plugin
+ replaces = xfce4-statusnotifier-plugin
source = xfce4-panel::git+https://gitlab.xfce.org/xfce/xfce4-panel
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e230a63c2e98..9a73042fd680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,20 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-git
-pkgver=4.15.2+57+g61671349
+pkgver=4.15.3+75+g09a78c28
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment - git checkout"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="http://docs.xfce.org/xfce/xfce4-panel/start"
license=('GPL2')
groups=('xfce4-git')
-conflicts=("${_pkgname}")
+conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
provides=("${_pkgname}=${pkgver%%+*}")
depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils' 'xfconf' 'libxfce4util')
+ 'desktop-file-utils' 'xfconf' 'libxfce4util>=4.15.2' 'libdbusmenu-gtk3')
makedepends=('intltool' 'gtk-doc' 'git' 'xfce4-dev-tools' 'gobject-introspection' 'vala')
optdepends=('xfce4-panel-profiles')
+replaces=('xfce4-statusnotifier-plugin')
source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}")
sha256sums=('SKIP')