[arch-commits] Commit in xfce4-cpufreq-plugin/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 7 05:05:30 UTC 2016
Date: Saturday, May 7, 2016 @ 07:05:29
Author: foutrelis
Revision: 267131
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
(from rev 267130, xfce4-cpufreq-plugin/trunk/PKGBUILD)
xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 267130, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD
xfce4-cpufreq-plugin/repos/extra-i686/xfce4-cpufreq-plugin.install
xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
xfce4-cpufreq-plugin/repos/extra-x86_64/xfce4-cpufreq-plugin.install
-------------------------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 38 --------------
extra-i686/xfce4-cpufreq-plugin.install | 13 ----
extra-x86_64/PKGBUILD | 38 --------------
extra-x86_64/xfce4-cpufreq-plugin.install | 13 ----
5 files changed, 74 insertions(+), 102 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-07 05:05:19 UTC (rev 267130)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:29 UTC (rev 267131)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-cpufreq-plugin/repos/extra-i686/PKGBUILD (from rev 267130, xfce4-cpufreq-plugin/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-07 05:05:29 UTC (rev 267131)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/xfce4-cpufreq-plugin.install
===================================================================
--- extra-i686/xfce4-cpufreq-plugin.install 2016-05-07 05:05:19 UTC (rev 267130)
+++ extra-i686/xfce4-cpufreq-plugin.install 2016-05-07 05:05:29 UTC (rev 267131)
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-07 05:05:19 UTC (rev 267130)
+++ extra-x86_64/PKGBUILD 2016-05-07 05:05:29 UTC (rev 267131)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD (from rev 267130, xfce4-cpufreq-plugin/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-05-07 05:05:29 UTC (rev 267131)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/xfce4-cpufreq-plugin.install
===================================================================
--- extra-x86_64/xfce4-cpufreq-plugin.install 2016-05-07 05:05:19 UTC (rev 267130)
+++ extra-x86_64/xfce4-cpufreq-plugin.install 2016-05-07 05:05:29 UTC (rev 267131)
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list