[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2020-04-04 Thread Antonio Rojas via arch-commits
Date: Saturday, April 4, 2020 @ 15:19:00
  Author: arojas
Revision: 611648

Update to 0.12.13

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 15:15:49 UTC (rev 611647)
+++ PKGBUILD2020-04-04 15:19:00 UTC (rev 611648)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.12
+pkgver=0.12.13
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -10,7 +10,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a3391ffa91d646e032923a8066e46b36e0ab7798bd5a17dcd08a53d6fcce0385'
+sha256sums=('3740be7fbf3c7eae72a2d482e781f62b858373a3e71a2f0d87fbd72f8bf47f1a'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2020-03-29 Thread Antonio Rojas via arch-commits
Date: Sunday, March 29, 2020 @ 13:51:42
  Author: arojas
Revision: 605983

Update to 0.12.12

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-29 13:51:12 UTC (rev 605982)
+++ PKGBUILD2020-03-29 13:51:42 UTC (rev 605983)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.11
+pkgver=0.12.12
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -10,7 +10,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1bf2e7d837a0807542b6f505a7fa71aa48e576ef4bb68ad0d4dddeba9e795d25'
+sha256sums=('a3391ffa91d646e032923a8066e46b36e0ab7798bd5a17dcd08a53d6fcce0385'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2019-09-21 Thread Antonio Rojas via arch-commits
Date: Saturday, September 21, 2019 @ 08:45:35
  Author: arojas
Revision: 511331

Update to 0.12.11

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 08:43:39 UTC (rev 511330)
+++ PKGBUILD2019-09-21 08:45:35 UTC (rev 511331)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.10
+pkgver=0.12.11
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -10,7 +10,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('93f790e107c9ec98c6a5f45f89b318a0b72c906c69828f2f91094b859510cc51'
+sha256sums=('1bf2e7d837a0807542b6f505a7fa71aa48e576ef4bb68ad0d4dddeba9e795d25'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
@@ -29,4 +29,3 @@
   cd build
   make DESTDIR="$pkgdir" install
 }
-


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2019-09-21 Thread Antonio Rojas via arch-commits
Date: Saturday, September 21, 2019 @ 08:09:05
  Author: arojas
Revision: 511320

Fix quoting

Modified:
  rsibreak/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 08:08:44 UTC (rev 511319)
+++ PKGBUILD2019-09-21 08:09:05 UTC (rev 511320)
@@ -21,8 +21,6 @@
 build() {
   cd build 
   cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF 
   make
 }
@@ -29,6 +27,6 @@
 
 package() {
   cd build
-  make DESTDIR=$pkgdir install
+  make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2019-06-19 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 19, 2019 @ 22:36:51
  Author: arojas
Revision: 482438

Update to 0.12.10

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-19 22:14:18 UTC (rev 482437)
+++ PKGBUILD2019-06-19 22:36:51 UTC (rev 482438)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.9
+pkgver=0.12.10
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -10,7 +10,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("https://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('badf32d66e961e99006da942b8026a7c7b648f09ccf1322157812028229b9798'
+sha256sums=('93f790e107c9ec98c6a5f45f89b318a0b72c906c69828f2f91094b859510cc51'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2018-10-08 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 9, 2018 @ 05:52:23
  Author: arojas
Revision: 391269

Update to 0.12.9

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-09 03:13:56 UTC (rev 391268)
+++ PKGBUILD2018-10-09 05:52:23 UTC (rev 391269)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.8
+pkgver=0.12.9
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -10,7 +10,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('48e4bfd934df54766a97a23af51a74cfaa5cf1b4c41da9e521fcffd465ebc9e2'
+sha256sums=('badf32d66e961e99006da942b8026a7c7b648f09ccf1322157812028229b9798'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2018-02-11 Thread Antonio Rojas via arch-commits
Date: Sunday, February 11, 2018 @ 10:35:08
  Author: arojas
Revision: 292116

signature

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-11 10:30:14 UTC (rev 292115)
+++ PKGBUILD2018-02-11 10:35:08 UTC (rev 292116)
@@ -10,8 +10,10 @@
 license=(GPL)
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('48e4bfd934df54766a97a23af51a74cfaa5cf1b4c41da9e521fcffd465ebc9e2')
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('48e4bfd934df54766a97a23af51a74cfaa5cf1b4c41da9e521fcffd465ebc9e2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2018-02-11 Thread Antonio Rojas via arch-commits
Date: Sunday, February 11, 2018 @ 10:29:44
  Author: arojas
Revision: 292114

Update to 0.12.8

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-11 10:28:11 UTC (rev 292113)
+++ PKGBUILD2018-02-11 10:29:44 UTC (rev 292114)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.7
+pkgver=0.12.8
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('c9f33f56214ff572c76049cc7b2acc8c58585444017762596190d89826103942')
+sha256sums=('48e4bfd934df54766a97a23af51a74cfaa5cf1b4c41da9e521fcffd465ebc9e2')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2017-05-02 Thread Antonio Rojas
Date: Tuesday, May 2, 2017 @ 14:15:46
  Author: arojas
Revision: 226566

Update to 0.12.7

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-02 11:36:51 UTC (rev 226565)
+++ PKGBUILD2017-05-02 14:15:46 UTC (rev 226566)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.6
+pkgver=0.12.7
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('ed9a86719ffbaa2a21f585b62c6c8b54')
+sha256sums=('c9f33f56214ff572c76049cc7b2acc8c58585444017762596190d89826103942')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2017-02-25 Thread Antonio Rojas
Date: Saturday, February 25, 2017 @ 11:12:30
  Author: arojas
Revision: 213762

Update to 0.12.6

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 10:29:41 UTC (rev 213761)
+++ PKGBUILD2017-02-25 11:12:30 UTC (rev 213762)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('630f559dc5b1b6dee0c487965d240a95')
+md5sums=('ed9a86719ffbaa2a21f585b62c6c8b54')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2016-12-17 Thread Antonio Rojas
Date: Saturday, December 17, 2016 @ 23:51:27
  Author: arojas
Revision: 22

Update to 0.12.5

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-17 23:46:34 UTC (rev 21)
+++ PKGBUILD2016-12-17 23:51:27 UTC (rev 22)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('b723a38237efad7983647306ce4dd421')
+md5sums=('630f559dc5b1b6dee0c487965d240a95')
 
 prepare() {
   mkdir -p build
@@ -22,7 +22,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF 
   make
 }


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2016-10-09 Thread Antonio Rojas
Date: Sunday, October 9, 2016 @ 21:08:50
  Author: arojas
Revision: 191749

Update to 0.12.4

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-09 21:02:10 UTC (rev 191748)
+++ PKGBUILD2016-10-09 21:08:50 UTC (rev 191749)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('a27ef8361c50c90efa05578a947563a8')
+md5sums=('b723a38237efad7983647306ce4dd421')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2016-05-29 Thread Antonio Rojas
Date: Sunday, May 29, 2016 @ 22:05:09
  Author: arojas
Revision: 177437

Update to 0.12.3

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-29 18:15:24 UTC (rev 177436)
+++ PKGBUILD2016-05-29 20:05:09 UTC (rev 177437)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.2
-pkgrel=2
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('5136d10fe592ed57b06e2e733244d90c')
+md5sums=('a27ef8361c50c90efa05578a947563a8')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2016-04-25 Thread Antonio Rojas
Date: Monday, April 25, 2016 @ 23:36:31
  Author: arojas
Revision: 171860

Update to 0.12.2

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-25 21:07:39 UTC (rev 171859)
+++ PKGBUILD2016-04-25 21:36:31 UTC (rev 171860)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
@@ -9,10 +9,10 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(knotifyconfig kidletime hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
+makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('717f7f129c1a742e3049ed0c0f0d15e5')
+md5sums=('5136d10fe592ed57b06e2e733244d90c')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2016-01-25 Thread Antonio Rojas
Date: Monday, January 25, 2016 @ 23:12:53
  Author: arojas
Revision: 158905

Update to 0.12.1

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-25 20:16:33 UTC (rev 158904)
+++ PKGBUILD2016-01-25 22:12:53 UTC (rev 158905)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=rsibreak
-pkgver=0.12
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
 arch=(i686 x86_64)
@@ -10,9 +10,9 @@
 license=(GPL)
 depends=(knotifyconfig kidletime hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('9db9f4a1f421a71f95753ef68c1a857e')
+md5sums=('717f7f129c1a742e3049ed0c0f0d15e5')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in rsibreak/trunk (PKGBUILD)

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 12:46:27
  Author: fyan
Revision: 150254

C++11 ABI rebuild

Modified:
  rsibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 11:42:52 UTC (rev 150253)
+++ PKGBUILD2015-12-08 11:46:27 UTC (rev 150254)
@@ -3,7 +3,7 @@
 
 pkgname=rsibreak
 pkgver=0.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Takes care of your health and regularly breaks your work to avoid 
repetitive strain injury (RSI)"
 url="https://userbase.kde.org/RSIBreak;
 arch=(i686 x86_64)