summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 23:16:09 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 23:16:09 +0000
commit136025d215023c86e1907eb01c8e9a77920b212a (patch)
treed91cd4db5fce3d5df02d067c5eb977b5a721e909
parent9da30f71cd3d3d0d47c4fd3c0d23bdbd4fd01f23 (diff)
downloadpackages-136025d215023c86e1907eb01c8e9a77920b212a.tar.gz
packages-136025d215023c86e1907eb01c8e9a77920b212a.tar.bz2
packages-136025d215023c86e1907eb01c8e9a77920b212a.tar.xz
packages-136025d215023c86e1907eb01c8e9a77920b212a.zip
user/xfce4-cpugraph-plugin: bump to 1.1.0
-rw-r--r--user/xfce4-cpugraph-plugin/APKBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/user/xfce4-cpugraph-plugin/APKBUILD b/user/xfce4-cpugraph-plugin/APKBUILD
index 3c8e305a9..6295a2aa5 100644
--- a/user/xfce4-cpugraph-plugin/APKBUILD
+++ b/user/xfce4-cpugraph-plugin/APKBUILD
@@ -1,21 +1,15 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=xfce4-cpugraph-plugin
-pkgver=1.0.5
-pkgrel=1
+pkgver=1.1.0
+pkgrel=0
pkgdesc="Graphical CPU monitor plugin for the XFCE panel"
url="https://xfce.org"
arch="all"
license="GPL-2.0+"
makedepends="intltool libxfce4ui-dev xfce4-panel-dev"
subpackages="$pkgname-lang"
-source="https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.0/xfce4-cpugraph-plugin-$pkgver.tar.bz2"
-
-prepare() {
- default_prepare
- chmod a+w config.sub
- update_config_sub
-}
+source="https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.1/xfce4-cpugraph-plugin-$pkgver.tar.bz2"
build() {
LIBS="-lintl" ./configure \
@@ -36,4 +30,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3d1246958dd30638104f14a8b0078e25c05b67b42da953a97cb51d2b04e70d3f1da9d42ca4f4575b7114bce5abc4cb94d598737631536c0575b55d9a391e210a xfce4-cpugraph-plugin-1.0.5.tar.bz2"
+sha512sums="c928baac776517da8929b8ce3842be7e02a2b3394b7cc848028d1720ca611e1aa4ef706bd00736fecfed0b3b2d0cce94c09b0f905a226db5e50c036dabb8df2a xfce4-cpugraph-plugin-1.1.0.tar.bz2"