[arch-commits] Commit in rsibreak/repos (8 files)

Antonio Rojas arojas at archlinux.org
Mon Apr 25 21:37:03 UTC 2016


    Date: Monday, April 25, 2016 @ 23:37:03
  Author: arojas
Revision: 171861

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

Added:
  rsibreak/repos/community-i686/PKGBUILD
    (from rev 171860, rsibreak/trunk/PKGBUILD)
  rsibreak/repos/community-i686/rsibreak.install
    (from rev 171860, rsibreak/trunk/rsibreak.install)
  rsibreak/repos/community-x86_64/PKGBUILD
    (from rev 171860, rsibreak/trunk/PKGBUILD)
  rsibreak/repos/community-x86_64/rsibreak.install
    (from rev 171860, rsibreak/trunk/rsibreak.install)
Deleted:
  rsibreak/repos/community-i686/PKGBUILD
  rsibreak/repos/community-i686/rsibreak.install
  rsibreak/repos/community-x86_64/PKGBUILD
  rsibreak/repos/community-x86_64/rsibreak.install

-----------------------------------+
 /PKGBUILD                         |   72 ++++++++++++++++++++++++++++++++++++
 /rsibreak.install                 |   26 +++++++++++++
 community-i686/PKGBUILD           |   36 ------------------
 community-i686/rsibreak.install   |   13 ------
 community-x86_64/PKGBUILD         |   36 ------------------
 community-x86_64/rsibreak.install |   13 ------
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-25 21:36:31 UTC (rev 171860)
+++ community-i686/PKGBUILD	2016-04-25 21:37:03 UTC (rev 171861)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=rsibreak
-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)
-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")
-install=$pkgname.install
-md5sums=('717f7f129c1a742e3049ed0c0f0d15e5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: rsibreak/repos/community-i686/PKGBUILD (from rev 171860, rsibreak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-25 21:37:03 UTC (rev 171861)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rsibreak
+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"
+arch=(i686 x86_64)
+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")
+install=$pkgname.install
+md5sums=('5136d10fe592ed57b06e2e733244d90c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-i686/rsibreak.install
===================================================================
--- community-i686/rsibreak.install	2016-04-25 21:36:31 UTC (rev 171860)
+++ community-i686/rsibreak.install	2016-04-25 21:37:03 UTC (rev 171861)
@@ -1,13 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-        update-desktop-database -q
-}
-
-post_upgrade() {
-        post_install
-}
-
-post_remove() {
-        post_install
-}
-

Copied: rsibreak/repos/community-i686/rsibreak.install (from rev 171860, rsibreak/trunk/rsibreak.install)
===================================================================
--- community-i686/rsibreak.install	                        (rev 0)
+++ community-i686/rsibreak.install	2016-04-25 21:37:03 UTC (rev 171861)
@@ -0,0 +1,13 @@
+post_install() {
+        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-desktop-database -q
+}
+
+post_upgrade() {
+        post_install
+}
+
+post_remove() {
+        post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-25 21:36:31 UTC (rev 171860)
+++ community-x86_64/PKGBUILD	2016-04-25 21:37:03 UTC (rev 171861)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=rsibreak
-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)
-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")
-install=$pkgname.install
-md5sums=('717f7f129c1a742e3049ed0c0f0d15e5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: rsibreak/repos/community-x86_64/PKGBUILD (from rev 171860, rsibreak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-25 21:37:03 UTC (rev 171861)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rsibreak
+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"
+arch=(i686 x86_64)
+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")
+install=$pkgname.install
+md5sums=('5136d10fe592ed57b06e2e733244d90c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/rsibreak.install
===================================================================
--- community-x86_64/rsibreak.install	2016-04-25 21:36:31 UTC (rev 171860)
+++ community-x86_64/rsibreak.install	2016-04-25 21:37:03 UTC (rev 171861)
@@ -1,13 +0,0 @@
-post_install() {
-        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-        update-desktop-database -q
-}
-
-post_upgrade() {
-        post_install
-}
-
-post_remove() {
-        post_install
-}
-

Copied: rsibreak/repos/community-x86_64/rsibreak.install (from rev 171860, rsibreak/trunk/rsibreak.install)
===================================================================
--- community-x86_64/rsibreak.install	                        (rev 0)
+++ community-x86_64/rsibreak.install	2016-04-25 21:37:03 UTC (rev 171861)
@@ -0,0 +1,13 @@
+post_install() {
+        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-desktop-database -q
+}
+
+post_upgrade() {
+        post_install
+}
+
+post_remove() {
+        post_install
+}
+



More information about the arch-commits mailing list