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

2020-12-20 Thread Evangelos Foutras via arch-commits
Date: Monday, December 21, 2020 @ 04:26:04
  Author: foutrelis
Revision: 404717

upgpkg: xfce4-diskperf-plugin 2.6.3-1: new upstream release

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 04:24:32 UTC (rev 404716)
+++ PKGBUILD2020-12-21 04:26:04 UTC (rev 404717)
@@ -2,8 +2,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.6.3
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('x86_64')
 license=('BSD')
@@ -12,7 +12,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fd2e9843da5822de96a7829e50ba496c34a50fb8492d5b5f792558c6b7ce9644')
+sha256sums=('73b1ea2deb2403287337e8521d21345fb2f88445f9030732fa28f1bfa5d51c59')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 08:52:31
  Author: felixonmars
Revision: 386500

upgpkg: xfce4-diskperf-plugin 2.6.2-2: reproducibility rebuild

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 08:51:38 UTC (rev 386499)
+++ PKGBUILD2020-05-19 08:52:31 UTC (rev 386500)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('x86_64')
 license=('BSD')


[arch-commits] Commit in xfce4-diskperf-plugin/trunk (PKGBUILD glibc-2.25.patch)

2019-08-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 14, 2019 @ 10:12:22
  Author: foutrelis
Revision: 359813

upgpkg: xfce4-diskperf-plugin 2.6.2-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD
Deleted:
  xfce4-diskperf-plugin/trunk/glibc-2.25.patch

--+
 PKGBUILD |   21 +
 glibc-2.25.patch |   40 
 2 files changed, 5 insertions(+), 56 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-14 10:12:21 UTC (rev 359812)
+++ PKGBUILD2019-08-14 10:12:22 UTC (rev 359813)
@@ -2,8 +2,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.6.1
-pkgrel=2
+pkgver=2.6.2
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('x86_64')
 license=('BSD')
@@ -10,21 +10,10 @@
 url="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-makedepends=('intltool' 'xfce4-dev-tools')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-glibc-2.25.patch)
-sha256sums=('212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa'
-'e856cf7e77edff1db6046745e9a81e5c27ae40cadbdf57b377c49687527a3c7f')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('fd2e9843da5822de96a7829e50ba496c34a50fb8492d5b5f792558c6b7ce9644')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=13940
-  patch -Np1 -i ../glibc-2.25.patch
-
-  NOCONFIGURE=1 xdt-autogen
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Deleted: glibc-2.25.patch
===
--- glibc-2.25.patch2019-08-14 10:12:21 UTC (rev 359812)
+++ glibc-2.25.patch2019-08-14 10:12:22 UTC (rev 359813)
@@ -1,40 +0,0 @@
-From 0787a8972be2b95fac26c502a82427299e7e48c0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 21 Oct 2017 00:14:32 +0200
-Subject: Support  include required for glibc-2.25+ (Fixes
- #13940)
-

- configure.ac.in| 1 +
- panel-plugin/devperf.c | 3 +++
- 2 files changed, 4 insertions(+)
-
-diff --git a/configure.ac b/configure.ac
-index 5458dba..fd2d3eb 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -46,6 +46,7 @@ dnl **
- dnl *** Check for standard headers ***
- dnl **
- AC_HEADER_STDC()
-+AC_CHECK_HEADERS([sys/sysmacros.h])
- AC_CHECK_LIBM
- AC_SUBST(LIBM)
- 
-diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
-index 175fd44..29bcb87 100644
 a/panel-plugin/devperf.c
-+++ b/panel-plugin/devperf.c
-@@ -35,6 +35,9 @@
- #include 
- /* for major() and minor() */
- #define _BSD_SOURCE
-+#ifdef HAVE_SYS_SYSMACROS_H
-+#include 
-+#endif
- #include 
- 
- 
--- 
-cgit v1.2.1
-


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

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

Update url field to use HTTPS

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 22:21:14 UTC (rev 345146)
+++ PKGBUILD2019-02-02 22:21:16 UTC (rev 345147)
@@ -7,7 +7,7 @@
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('x86_64')
 license=('BSD')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
+url="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
 makedepends=('intltool' 'xfce4-dev-tools')


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Saturday, November 10, 2018 @ 06:31:14
  Author: felixonmars
Revision: 338927

PIE/BUILDINFO rebuild

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 06:30:24 UTC (rev 338926)
+++ PKGBUILD2018-11-10 06:31:14 UTC (rev 338927)
@@ -3,7 +3,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('x86_64')
 license=('BSD')


[arch-commits] Commit in xfce4-diskperf-plugin/trunk (PKGBUILD glibc-2.25.patch)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, November 10, 2018 @ 06:30:24
  Author: foutrelis
Revision: 338926

Fix build with recent glibc

Added:
  xfce4-diskperf-plugin/trunk/glibc-2.25.patch
Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 glibc-2.25.patch |   40 
 2 files changed, 54 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 06:10:42 UTC (rev 338925)
+++ PKGBUILD2018-11-10 06:30:24 UTC (rev 338926)
@@ -10,10 +10,21 @@
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa')
+makedepends=('intltool' 'xfce4-dev-tools')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+glibc-2.25.patch)
+sha256sums=('212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa'
+'e856cf7e77edff1db6046745e9a81e5c27ae40cadbdf57b377c49687527a3c7f')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=13940
+  patch -Np1 -i ../glibc-2.25.patch
+
+  NOCONFIGURE=1 xdt-autogen
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Added: glibc-2.25.patch
===
--- glibc-2.25.patch(rev 0)
+++ glibc-2.25.patch2018-11-10 06:30:24 UTC (rev 338926)
@@ -0,0 +1,40 @@
+From 0787a8972be2b95fac26c502a82427299e7e48c0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 21 Oct 2017 00:14:32 +0200
+Subject: Support  include required for glibc-2.25+ (Fixes
+ #13940)
+
+---
+ configure.ac.in| 1 +
+ panel-plugin/devperf.c | 3 +++
+ 2 files changed, 4 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index 5458dba..fd2d3eb 100644
+--- a/configure.ac
 b/configure.ac
+@@ -46,6 +46,7 @@ dnl **
+ dnl *** Check for standard headers ***
+ dnl **
+ AC_HEADER_STDC()
++AC_CHECK_HEADERS([sys/sysmacros.h])
+ AC_CHECK_LIBM
+ AC_SUBST(LIBM)
+ 
+diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
+index 175fd44..29bcb87 100644
+--- a/panel-plugin/devperf.c
 b/panel-plugin/devperf.c
+@@ -35,6 +35,9 @@
+ #include 
+ /* for major() and minor() */
+ #define _BSD_SOURCE
++#ifdef HAVE_SYS_SYSMACROS_H
++#include 
++#endif
+ #include 
+ 
+ 
+-- 
+cgit v1.2.1
+


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

2017-02-25 Thread Evangelos Foutras
Date: Saturday, February 25, 2017 @ 10:47:26
  Author: foutrelis
Revision: 289519

upgpkg: xfce4-diskperf-plugin 2.6.1-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 10:33:57 UTC (rev 289518)
+++ PKGBUILD2017-02-25 10:47:26 UTC (rev 289519)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e')
+sha256sums=('212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:12:51
  Author: foutrelis
Revision: 279683

upgpkg: xfce4-diskperf-plugin 2.6.0-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:11:41 UTC (rev 279682)
+++ PKGBUILD2016-11-01 21:12:51 UTC (rev 279683)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.5
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b')
+sha256sums=('4897f34ccd8c3d050f8d2d95652af6ab740a670a108bf01f582945779305900e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-03-03 Thread Evangelos Foutras
Date: Wednesday, March 4, 2015 @ 01:44:21
  Author: foutrelis
Revision: 232510

upgpkg: xfce4-diskperf-plugin 2.5.5-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-04 00:41:22 UTC (rev 232509)
+++ PKGBUILD2015-03-04 00:44:21 UTC (rev 232510)
@@ -3,8 +3,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.4
-pkgrel=3
+pkgver=2.5.5
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
+sha256sums=('cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-03-01 Thread Evangelos Foutras
Date: Sunday, March 1, 2015 @ 12:21:27
  Author: foutrelis
Revision: 232249

upgpkg: xfce4-diskperf-plugin 2.5.4-3

libxfce4util 4.12.0 rebuild.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-01 11:21:25 UTC (rev 232248)
+++ PKGBUILD2015-03-01 11:21:27 UTC (rev 232249)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('BSD')


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

2014-09-18 Thread Evangelos Foutras
Date: Thursday, September 18, 2014 @ 21:02:41
  Author: foutrelis
Revision: 221955

Adopt package

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-18 19:01:24 UTC (rev 221954)
+++ PKGBUILD2014-09-18 19:02:41 UTC (rev 221955)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer:
+# Maintainer: Evangelos Foutras 
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin



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

2014-06-29 Thread Felix Yan
Date: Monday, June 30, 2014 @ 07:40:58
  Author: fyan
Revision: 215650

upgpkg: xfce4-diskperf-plugin 2.5.4-2

mtree rebuild

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 05:40:34 UTC (rev 215649)
+++ PKGBUILD2014-06-30 05:40:58 UTC (rev 215650)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('BSD')



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

2012-07-03 Thread Eric Bélanger
Date: Tuesday, July 3, 2012 @ 22:31:46
  Author: eric
Revision: 162948

upgpkg: xfce4-diskperf-plugin 2.5.4-1

Upstream update

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 01:56:02 UTC (rev 162947)
+++ PKGBUILD2012-07-04 02:31:46 UTC (rev 162948)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('418a250fe8d48f1fd87658206a8e6762032d35dc1b2e98e27d309a35f873f9b6')
+sha256sums=('aab6b9c4e2f78620920efac6874c4edf426f05b63b94cfda0da8c99a91110a0b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-05-14 Thread Evangelos Foutras
Date: Monday, May 14, 2012 @ 10:45:31
  Author: foutrelis
Revision: 158989

upgpkg: xfce4-diskperf-plugin 2.5.3-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-14 10:08:49 UTC (rev 158988)
+++ PKGBUILD2012-05-14 14:45:31 UTC (rev 158989)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('intltool')
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a67e1a692f5dad0a8403899d514f29cde2c9d50d692e15ccd367f925adaed36d')
+sha256sums=('418a250fe8d48f1fd87658206a8e6762032d35dc1b2e98e27d309a35f873f9b6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-04-29 Thread Evangelos Foutras
Date: Monday, April 30, 2012 @ 01:16:00
  Author: foutrelis
Revision: 157915

upgpkg: xfce4-diskperf-plugin 2.5.2-1

New upstream release.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   34 +++---
 1 file changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-30 04:36:04 UTC (rev 157914)
+++ PKGBUILD2012-04-30 05:16:00 UTC (rev 157915)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: AndyRTR 
+# Maintainer:
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.5.2
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -13,22 +13,26 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b6053881f3ddff90a0a0baa655c84b27')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a67e1a692f5dad0a8403899d514f29cde2c9d50d692e15ccd367f925adaed36d')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
+  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
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
+
+# vim:set ts=2 sw=2 et:



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

2012-04-28 Thread Evangelos Foutras
Date: Saturday, April 28, 2012 @ 21:26:45
  Author: foutrelis
Revision: 157600

upgpkg: xfce4-diskperf-plugin 2.5.1-2

libxfce4util 4.10.0 and xfce4-panel 4.10.0 rebuild.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 01:24:56 UTC (rev 157599)
+++ PKGBUILD2012-04-29 01:26:45 UTC (rev 157600)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('BSD')



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

2012-04-22 Thread Eric Bélanger
Date: Sunday, April 22, 2012 @ 20:16:55
  Author: eric
Revision: 156692

upgpkg: xfce4-diskperf-plugin 2.5.1-1

Upstream update, Fix license, Remove libxfcegui4 depends, Remove libtool file

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-22 23:50:01 UTC (rev 156691)
+++ PKGBUILD2012-04-23 00:16:55 UTC (rev 156692)
@@ -3,24 +3,21 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
-license=('custom')
+license=('BSD')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4') # 'libxfce4ui')
+depends=('xfce4-panel')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c6ece8123c762ee203cbc6fd5450b503')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b6053881f3ddff90a0a0baa655c84b27')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Work around DSO linking issue
-  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
-
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
@@ -31,7 +28,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



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

2012-02-06 Thread Evangelos Foutras
Date: Monday, February 6, 2012 @ 12:00:03
  Author: foutrelis
Revision: 149263

upgpkg: xfce4-diskperf-plugin 2.3.0-2

Rebuild unsigned package.

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 16:57:54 UTC (rev 149262)
+++ PKGBUILD2012-02-06 17:00:03 UTC (rev 149263)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -17,6 +17,10 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Work around DSO linking issue
+  LDFLAGS+=' -Wl,--copy-dt-needed-entries'
+
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \



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

2011-01-21 Thread andyrtr
Date: Friday, January 21, 2011 @ 09:53:20
  Author: andyrtr
Revision: 107127

upgpkg: xfce4-diskperf-plugin 2.3.0-1
upstream update 2.3.0

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-21 13:57:48 UTC (rev 107126)
+++ PKGBUILD2011-01-21 14:53:20 UTC (rev 107127)
@@ -3,17 +3,17 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4' 'libxfce4ui')
+depends=('xfce4-panel' 'libxfcegui4') # 'libxfce4ui')
 makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e970158fcac5b58bdc1539bc84d7b5ec')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('c6ece8123c762ee203cbc6fd5450b503')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,6 +27,7 @@
 }
 
 package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2011-01-11 Thread andyrtr
Date: Tuesday, January 11, 2011 @ 13:05:17
  Author: andyrtr
Revision: 105775

update pkgbuild, currently won't build, needs libxfce4ui porting

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

--+
 PKGBUILD |   29 ++---
 1 file changed, 18 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-11 17:52:14 UTC (rev 105774)
+++ PKGBUILD2011-01-11 18:05:17 UTC (rev 105775)
@@ -1,25 +1,32 @@
 # $Id$
-# Maintainer: 
+# Maintainer: AndyRTR 
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
-pkgver=2.1.0
-pkgrel=5
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
 arch=('i686' 'x86_64')
 license=('custom')
-url="http://xfce-goodies.berlios.de/";
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
 groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('pkgconfig' 'perlxml')
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fc74a0c7d2b9486cdb704a072cd72b83')
+depends=('xfce4-panel' 'libxfcegui4' 'libxfce4ui')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/2.2/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e970158fcac5b58bdc1539bc84d7b5ec')
 
 build() {
   cd ${srcdir}/${pkgname}-${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() {
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 09:52:05
  Author: allan
Revision: 69449

upgpkg: xfce4-diskperf-plugin 2.1.0-5
rebuild to remove .FILELIST, tidy up PKGBUILD, fix makedeps, remove unneed 
\!libtool option

Modified:
  xfce4-diskperf-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-20 14:34:37 UTC (rev 69448)
+++ PKGBUILD2010-02-20 14:52:05 UTC (rev 69449)
@@ -1,26 +1,25 @@
 # $Id$
-# Maintainer: aurelien 
+# Maintainer: 
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-diskperf-plugin
 pkgver=2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition 
performance"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 url="http://xfce-goodies.berlios.de/";
 groups=('xfce4-goodies')
 depends=('xfce4-panel')
-makedepends=('pkgconfig')
-options=('!libtool')
+makedepends=('pkgconfig' 'perlxml')
 
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('fc74a0c7d2b9486cdb704a072cd72b83')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
-  install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }