summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-04-22 16:19:10 -0400
committerTed Alff2023-04-22 16:19:10 -0400
commit97d81e529b6e09a243e4c243327b2275c581ca43 (patch)
treee5892a2fbc1ecaddbc8a675f86c6c3b2e0413f10
parent9f1b3a0403be08dbacddb8814eba9294348207be (diff)
downloadaur-xfce4-indicator-plugin-git.tar.gz
Update to libayatana-indicator dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16aa26e5cdf4..373bc60553eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xfce4-indicator-plugin-git
pkgdesc = Display indicators in the Xfce4 panel
- pkgver = 2.4.1+47+g536586c
+ pkgver = 2.4.2+1+g9535eec
pkgrel = 1
- url = https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin
+ url = https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin/start
arch = i686
arch = x86_64
arch = aarch64
@@ -12,11 +12,10 @@ pkgbase = xfce4-indicator-plugin-git
makedepends = xfce4-dev-tools
makedepends = git
depends = hicolor-icon-theme
- depends = libindicator-gtk2
- depends = libindicator-gtk3
+ depends = libayatana-indicator
depends = xfce4-panel
depends = xdg-utils
- provides = xfce4-indicator-plugin=2.4.1
+ provides = xfce4-indicator-plugin=2.4.2
conflicts = xfce4-indicator-plugin
source = xfce4-indicator-plugin::git+https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75e6254b05df..2872db4e29d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,13 @@
_pkgname=xfce4-indicator-plugin
pkgname=${_pkgname}-git
-pkgver=2.4.1+47+g536586c
+pkgver=2.4.2+1+g9535eec
pkgrel=1
pkgdesc="Display indicators in the Xfce4 panel"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
-url="https://goodies.xfce.org/projects/panel-plugins/${_pkgname}"
+url='https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin/start'
license=('GPL')
-depends=('hicolor-icon-theme'
- 'libindicator-gtk2'
- 'libindicator-gtk3'
- 'xfce4-panel'
- 'xdg-utils')
+depends=('hicolor-icon-theme' 'libayatana-indicator' 'xfce4-panel' 'xdg-utils')
makedepends=('intltool' 'xfce4-dev-tools' 'git')
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver%%+*}")
@@ -30,7 +26,6 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --libexecdir=/usr/lib \
--disable-static
make
}