[arch-commits] Commit in xfce4-cpufreq-plugin/repos (6 files)

2016-05-06 Thread Evangelos Foutras
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 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-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 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+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 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-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 \
-   

[arch-commits] Commit in xfce4-cpufreq-plugin/repos (6 files)

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:20:52
  Author: foutrelis
Revision: 232242

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-cpufreq-plugin/repos/staging-i686/
  xfce4-cpufreq-plugin/repos/staging-i686/PKGBUILD
(from rev 232241, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/staging-i686/xfce4-cpufreq-plugin.install
(from rev 232241, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
  xfce4-cpufreq-plugin/repos/staging-x86_64/
  xfce4-cpufreq-plugin/repos/staging-x86_64/PKGBUILD
(from rev 232241, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/staging-x86_64/xfce4-cpufreq-plugin.install
(from rev 232241, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/xfce4-cpufreq-plugin.install   |   13 
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/xfce4-cpufreq-plugin.install |   13 
 4 files changed, 102 insertions(+)

Copied: xfce4-cpufreq-plugin/repos/staging-i686/PKGBUILD (from rev 232241, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-03-01 11:20:52 UTC (rev 232242)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.1
+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')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
+
+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/staging-i686/xfce4-cpufreq-plugin.install 
(from rev 232241, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
===
--- staging-i686/xfce4-cpufreq-plugin.install   (rev 0)
+++ staging-i686/xfce4-cpufreq-plugin.install   2015-03-01 11:20:52 UTC (rev 
232242)
@@ -0,0 +1,13 @@
+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:

Copied: xfce4-cpufreq-plugin/repos/staging-x86_64/PKGBUILD (from rev 232241, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-03-01 11:20:52 UTC (rev 232242)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.1.1
+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')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
+
+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/staging-x86_64/xfce4-cpufreq-plugin.install 
(from rev 232241, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
===
--- staging-x86_64/xfce4-cpufreq-plugin.install (rev 0)
+++ staging-x86_64/xfce4-cpufreq-plugin.install 2015-03-01 11:20:52 UTC (rev 
232242)
@@ -0,0 +1,13 @@
+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:


[arch-commits] Commit in xfce4-cpufreq-plugin/repos (6 files)

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 21:17:34
  Author: foutrelis
Revision: 157589

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-cpufreq-plugin/repos/staging-i686/
  xfce4-cpufreq-plugin/repos/staging-i686/PKGBUILD
(from rev 157588, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/staging-i686/xfce4-cpufreq-plugin.install
(from rev 157588, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
  xfce4-cpufreq-plugin/repos/staging-x86_64/
  xfce4-cpufreq-plugin/repos/staging-x86_64/PKGBUILD
(from rev 157588, xfce4-cpufreq-plugin/trunk/PKGBUILD)
  xfce4-cpufreq-plugin/repos/staging-x86_64/xfce4-cpufreq-plugin.install
(from rev 157588, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/xfce4-cpufreq-plugin.install   |   11 
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/xfce4-cpufreq-plugin.install |   11 
 4 files changed, 90 insertions(+)

Copied: xfce4-cpufreq-plugin/repos/staging-i686/PKGBUILD (from rev 157588, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-29 01:17:34 UTC (rev 157589)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.0.0
+pkgrel=3
+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=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('24cae9b8583cae82b715b4f72aa8e341')
+
+build() {
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-cpufreq-plugin/repos/staging-i686/xfce4-cpufreq-plugin.install 
(from rev 157588, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
===
--- staging-i686/xfce4-cpufreq-plugin.install   (rev 0)
+++ staging-i686/xfce4-cpufreq-plugin.install   2012-04-29 01:17:34 UTC (rev 
157589)
@@ -0,0 +1,11 @@
+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
+}

Copied: xfce4-cpufreq-plugin/repos/staging-x86_64/PKGBUILD (from rev 157588, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-29 01:17:34 UTC (rev 157589)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.0.0
+pkgrel=3
+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=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('24cae9b8583cae82b715b4f72aa8e341')
+
+build() {
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xfce4-cpufreq-plugin/repos/staging-x86_64/xfce4-cpufreq-plugin.install 
(from rev 157588, xfce4-cpufreq-plugin/trunk/xfce4-cpufreq-plugin.install)
===
--- staging-x86_64/xfce4-cpufreq-plugin.install (rev 0)
+++ staging-x86_64/xfce4-cpufreq-plugin.install 2012-04-29 01:17:34 UTC (rev 
157589)
@@ -0,0 +1,11 @@
+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
+}