[arch-commits] Commit in xfce4-cpufreq-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-10-15 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 15, 2020 @ 09:09:51
  Author: foutrelis
Revision: 398372

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 398371, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-15 09:09:47 UTC (rev 398371)
+++ PKGBUILD2020-10-15 09:09:51 UTC (rev 398372)
@@ -1,38 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-cpufreq-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  ./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 398371, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-15 09:09:51 UTC (rev 398372)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-cpufreq-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('500f04b8d857c96da8c8c7a4eecba30a903d0fce6e35a05e674529e43b47e498')
+
+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:


[arch-commits] Commit in xfce4-cpufreq-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 22, 2018 @ 22:17:54
  Author: foutrelis
Revision: 335241

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 335240, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 22:17:47 UTC (rev 335240)
+++ PKGBUILD2018-09-22 22:17:54 UTC (rev 335241)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fec60f14ab02b7079798809c11a79b4930abaeb0e4217068a336cb63cb47970a')
-
-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 335240, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 22:17:54 UTC (rev 335241)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5')
+
+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:


[arch-commits] Commit in xfce4-cpufreq-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 18, 2018 @ 03:41:30
  Author: foutrelis
Revision: 324495

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 324494, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 03:41:23 UTC (rev 324494)
+++ PKGBUILD2018-05-18 03:41:30 UTC (rev 324495)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.3
-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')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('74a162c7e101db0495d5da147aba1f404c33544f04e8c34d7d1d705668102d33')
-
-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 324494, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 03:41:30 UTC (rev 324495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin";
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fec60f14ab02b7079798809c11a79b4930abaeb0e4217068a336cb63cb47970a')
+
+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: