summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD20
-rw-r--r--xfce4-cpufreq-plugin.install11
3 files changed, 15 insertions, 35 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed6cb9c44100..ae6527394810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,21 @@
pkgbase = xfce4-cpufreq-plugin-git
- pkgdesc = CPU frequency plugin for the Xfce4 panel
- pkgver = 1450.05848bb
+ pkgdesc = CPU frequency plugin for the Xfce4 panel (git checkout)
+ pkgver = 1.2.1.r7.ga6a515f
pkgrel = 1
+ epoch = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
- install = xfce4-cpufreq-plugin.install
- arch = i686
arch = x86_64
groups = xfce4-goodies
license = GPL2
- makedepends = intltool
makedepends = git
+ makedepends = intltool
makedepends = xfce4-dev-tools
- makedepends = autoconf
- makedepends = libtool
- depends = xfce4-panel>=4.7.4
- depends = libxfcegui4
+ depends = xfce4-panel-git
depends = hicolor-icon-theme
provides = xfce4-cpufreq-plugin
conflicts = xfce4-cpufreq-plugin
options = !libtool
- source = git://git.xfce.org/panel-plugins/xfce4-cpufreq-plugin
- source = xfce4-cpufreq-plugin.install
+ source = xfce4-cpufreq-plugin::git+https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin
sha256sums = SKIP
- sha256sums = 72645ae7d2dfdc919becbda9e38c2c26e8d8047716fb324e46aa3f2cb3162473
pkgname = xfce4-cpufreq-plugin-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f2f290c4d273..e6119cf1e171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,27 +4,25 @@
pkgname=xfce4-cpufreq-plugin-git
_gitname=xfce4-cpufreq-plugin
-pkgver=1450.05848bb
+pkgver=1.2.1.r7.ga6a515f
pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
+epoch=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel (git checkout)"
+arch=('x86_64')
license=('GPL2')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
-makedepends=('intltool' 'git' 'xfce4-dev-tools' 'autoconf' 'libtool')
+depends=('xfce4-panel-git' 'hicolor-icon-theme')
+makedepends=('git' 'intltool' 'xfce4-dev-tools')
provides=('xfce4-cpufreq-plugin')
conflicts=('xfce4-cpufreq-plugin')
options=('!libtool')
-install=${_gitname}.install
-source=('git://git.xfce.org/panel-plugins/xfce4-cpufreq-plugin'
- ${_gitname}.install)
-sha256sums=('SKIP'
- '72645ae7d2dfdc919becbda9e38c2c26e8d8047716fb324e46aa3f2cb3162473')
+source=("${_gitname}::git+https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin")
+sha256sums=('SKIP')
pkgver() {
cd ${_gitname}
- git describe --always | sed 's|-|.|g'
+ git describe --long | sed 's/^xfce4.cpufreq.plugin-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
diff --git a/xfce4-cpufreq-plugin.install b/xfce4-cpufreq-plugin.install
deleted file mode 100644
index 21b79d2d44de..000000000000
--- a/xfce4-cpufreq-plugin.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}