summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--xfce4-cpufreq-plugin.install11
3 files changed, 5 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81229039eda8..ae6527394810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,22 +4,18 @@ pkgbase = xfce4-cpufreq-plugin-git
pkgrel = 1
epoch = 1
url = http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
- 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-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::git+https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin
sha256sums = SKIP
pkgname = xfce4-cpufreq-plugin-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8b24872c00cd..e6119cf1e171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,16 @@ pkgver=1.2.1.r7.ga6a515f
pkgrel=1
epoch=1
pkgdesc="CPU frequency plugin for the Xfce4 panel (git checkout)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL2')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
groups=('xfce4-goodies')
depends=('xfce4-panel-git' 'hicolor-icon-theme')
-makedepends=('intltool' 'git' 'xfce4-dev-tools' 'autoconf' 'libtool')
+makedepends=('git' 'intltool' 'xfce4-dev-tools')
provides=('xfce4-cpufreq-plugin')
conflicts=('xfce4-cpufreq-plugin')
options=('!libtool')
-source=('git://git.xfce.org/panel-plugins/xfce4-cpufreq-plugin')
+source=("${_gitname}::git+https://gitlab.xfce.org/panel-plugins/xfce4-cpufreq-plugin")
sha256sums=('SKIP')
pkgver() {
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
-}