[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

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

upgpkg: xfce4-cpufreq-plugin 1.2.2-1: new upstream release

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 07:53:14 UTC (rev 398370)
+++ PKGBUILD2020-10-15 09:09:47 UTC (rev 398371)
@@ -3,8 +3,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('x86_64')
 license=('GPL2')
@@ -13,13 +13,11 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5')
+sha256sums=('500f04b8d857c96da8c8c7a4eecba30a903d0fce6e35a05e674529e43b47e498')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 20:50:39
  Author: felixonmars
Revision: 384831

upgpkg: xfce4-cpufreq-plugin 1.2.1-2: reproducibility rebuild

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 20:50:26 UTC (rev 384830)
+++ PKGBUILD2020-05-16 20:50:39 UTC (rev 384831)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('x86_64')
 license=('GPL2')


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 20:47:32
  Author: foutrelis
Revision: 384820

Add -fcommon workaround for GCC 10

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 20:47:28 UTC (rev 384819)
+++ PKGBUILD2020-05-16 20:47:32 UTC (rev 384820)
@@ -18,6 +18,8 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2019-02-02 Thread Evangelos Foutras via arch-commits
Date: Saturday, February 2, 2019 @ 22:21:10
  Author: foutrelis
Revision: 345143

Update url field to use HTTPS

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 22:21:04 UTC (rev 345142)
+++ PKGBUILD2019-02-02 22:21:10 UTC (rev 345143)
@@ -8,7 +8,7 @@
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('x86_64')
 license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool')


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

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

upgpkg: xfce4-cpufreq-plugin 1.2.1-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 19:42:53 UTC (rev 335239)
+++ PKGBUILD2018-09-22 22:17:47 UTC (rev 335240)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fec60f14ab02b7079798809c11a79b4930abaeb0e4217068a336cb63cb47970a')
+sha256sums=('c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

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

upgpkg: xfce4-cpufreq-plugin 1.2.0-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 20:25:57 UTC (rev 324493)
+++ PKGBUILD2018-05-18 03:41:23 UTC (rev 324494)
@@ -4,7 +4,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('74a162c7e101db0495d5da147aba1f404c33544f04e8c34d7d1d705668102d33')
+sha256sums=('fec60f14ab02b7079798809c11a79b4930abaeb0e4217068a336cb63cb47970a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2016-05-17 Thread Evangelos Foutras
Date: Tuesday, May 17, 2016 @ 23:48:26
  Author: foutrelis
Revision: 268267

upgpkg: xfce4-cpufreq-plugin 1.1.3-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-17 21:48:03 UTC (rev 268266)
+++ PKGBUILD2016-05-17 21:48:26 UTC (rev 268267)
@@ -4,8 +4,8 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
+sha256sums=('74a162c7e101db0495d5da147aba1f404c33544f04e8c34d7d1d705668102d33')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2015-06-23 Thread Evangelos Foutras
Date: Tuesday, June 23, 2015 @ 21:30:04
  Author: foutrelis
Revision: 241242

upgpkg: xfce4-cpufreq-plugin 1.1.2-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-23 19:29:56 UTC (rev 241241)
+++ PKGBUILD2015-06-23 19:30:04 UTC (rev 241242)
@@ -4,8 +4,8 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
+sha256sums=('fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

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

upgpkg: xfce4-cpufreq-plugin 1.1.1-2

libxfce4util 4.12.0 rebuild.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 11:20:40 UTC (rev 232240)
+++ PKGBUILD2015-03-01 11:20:44 UTC (rev 232241)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2014-12-23 Thread Evangelos Foutras
Date: Tuesday, December 23, 2014 @ 15:21:15
  Author: foutrelis
Revision: 227953

upgpkg: xfce4-cpufreq-plugin 1.1.1-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-23 14:18:18 UTC (rev 227952)
+++ PKGBUILD2014-12-23 14:21:15 UTC (rev 227953)
@@ -4,7 +4,7 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6')
+sha256sums=('474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2013-09-03 Thread Eric BĂ©langer
Date: Wednesday, September 4, 2013 @ 03:10:08
  Author: eric
Revision: 193890

upgpkg: xfce4-cpufreq-plugin 1.1.0-1

Upstream update, Remove unneeded depends

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-04 00:51:16 UTC (rev 193889)
+++ PKGBUILD2013-09-04 01:10:08 UTC (rev 193890)
@@ -3,22 +3,22 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+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=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
+depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('24cae9b8583cae82b715b4f72aa8e341')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('dcc56af0e19266956c297d124ba551f4')
 
 build() {
-  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
+  cd xfce4-cpufreq-plugin-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd xfce4-cpufreq-plugin-${pkgver}
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

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

upgpkg: xfce4-cpufreq-plugin 1.0.0-3

libxfce4util 4.10.0 and xfce4-panel 4.10.0 rebuild.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 01:15:47 UTC (rev 157587)
+++ PKGBUILD2012-04-29 01:17:18 UTC (rev 157588)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')



[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2012-02-06 Thread Evangelos Foutras
Date: Monday, February 6, 2012 @ 11:20:00
  Author: foutrelis
Revision: 149239

upgpkg: xfce4-cpufreq-plugin 1.0.0-2

Rebuild unsigned package.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 16:19:07 UTC (rev 149238)
+++ PKGBUILD2012-02-06 16:20:00 UTC (rev 149239)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=CPU frequency plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')



[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2011-01-23 Thread andyrtr
Date: Sunday, January 23, 2011 @ 05:18:21
  Author: andyrtr
Revision: 107296

upgpkg: xfce4-cpufreq-plugin 1.0.0-1
upstream update 1.0.0

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 09:37:13 UTC (rev 107295)
+++ PKGBUILD2011-01-23 10:18:21 UTC (rev 107296)
@@ -3,22 +3,22 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=0.0.1
-pkgrel=8
+pkgver=1.0.0
+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=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
-makedepends=('perlxml')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.0/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7ad41541d8065aab941de7d62857aa8b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('24cae9b8583cae82b715b4f72aa8e341')
 
 build() {
-  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -29,6 +29,6 @@
 }
 
 package() {
-  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
+  cd ${srcdir}/xfce4-cpufreq-plugin-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2011-01-04 Thread andyrtr
Date: Tuesday, January 4, 2011 @ 15:21:34
  Author: andyrtr
Revision: 104736

upgpkg: xfce4-cpufreq-plugin 0.0.1-8
rebuild for Xfce 4.8pre3 release candidate - fix libexec path

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 17 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-04 20:10:14 UTC (rev 104735)
+++ PKGBUILD2011-01-04 20:21:34 UTC (rev 104736)
@@ -1,26 +1,34 @@
 # $Id$
-# Maintainer: tobias tob...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfce4-cpufreq-plugin
 pkgver=0.0.1
-pkgrel=7
+pkgrel=8
 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=('pkgconfig' 'perlxml')
+depends=('xfce4-panel=4.7.4' 'libxfcegui4' 'hicolor-icon-theme')
+makedepends=('perlxml')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.0/${pkgname}-${pkgver}.tar.gz)
 md5sums=('7ad41541d8065aab941de7d62857aa8b')
 
 build() {
   cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
---localstatedir=/var --disable-static
-  make || return 1
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/xfce4-cpu-freq-plugin-${pkgver}
   make DESTDIR=${pkgdir} install
 }