summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2023-04-22 16:16:51 -0400
committerTed Alff2023-04-22 16:16:51 -0400
commitd749100652f611f1b9a1ee3daaf11f31742853e2 (patch)
tree52b4039aa716e7e946917f92924afde34b7ab306
parentf1d00981a68cfb7f0850b07aa332ecfb7393c30e (diff)
downloadaur-xfce4-indicator-plugin.tar.gz
Version bump 2.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
-rw-r--r--xfce4-indicator-plugin.install11
3 files changed, 9 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a8a5d84dc5..2ff9436ec140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-indicator-plugin
pkgdesc = Plugin to display information from applications in the Xfce4 panel
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin/start
arch = i686
@@ -10,10 +10,10 @@ pkgbase = xfce4-indicator-plugin
license = GPL
makedepends = intltool
depends = hicolor-icon-theme
- depends = libindicator-gtk3
+ depends = libayatana-indicator
depends = xfce4-panel
depends = xdg-utils
- source = https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.4/xfce4-indicator-plugin-2.4.1.tar.bz2
- sha256sums = 926af0930417ebb45f3acc71b6bee66cc21593c79ec0ca9e8782147e6c50f020
+ source = https://archive.xfce.org/src/panel-plugins/xfce4-indicator-plugin/2.4/xfce4-indicator-plugin-2.4.2.tar.bz2
+ sha256sums = 4f50364e4db2993a036244dc18540b061637515ad127769b67d8f7301e2eaa1a
pkgname = xfce4-indicator-plugin
diff --git a/PKGBUILD b/PKGBUILD
index fe5df27e5b80..662780d1ae6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,28 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=xfce4-indicator-plugin
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc="Plugin to display information from applications in the Xfce4 panel"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin/start'
license=('GPL')
-depends=('hicolor-icon-theme' 'libindicator-gtk3' 'xfce4-panel' 'xdg-utils')
+depends=('hicolor-icon-theme' 'libayatana-indicator' 'xfce4-panel' 'xdg-utils')
makedepends=('intltool')
source=(https://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('926af0930417ebb45f3acc71b6bee66cc21593c79ec0ca9e8782147e6c50f020')
+sha256sums=('4f50364e4db2993a036244dc18540b061637515ad127769b67d8f7301e2eaa1a')
build() {
- cd ${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
- --libexecdir=/usr/lib \
--disable-static
make
}
package() {
- cd ${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
diff --git a/xfce4-indicator-plugin.install b/xfce4-indicator-plugin.install
deleted file mode 100644
index 2c455e952b7b..000000000000
--- a/xfce4-indicator-plugin.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}