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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 21:25:24 UTC 2016


    Date: Wednesday, April 27, 2016 @ 23:25:24
  Author: arojas
Revision: 172205

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

Added:
  rsibreak/repos/community-i686/PKGBUILD
    (from rev 172204, rsibreak/trunk/PKGBUILD)
  rsibreak/repos/community-x86_64/PKGBUILD
    (from rev 172204, rsibreak/trunk/PKGBUILD)
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                         |   70 ++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD           |   36 ------------------
 community-i686/rsibreak.install   |   13 ------
 community-x86_64/PKGBUILD         |   36 ------------------
 community-x86_64/rsibreak.install |   13 ------
 5 files changed, 70 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 21:24:55 UTC (rev 172204)
+++ community-i686/PKGBUILD	2016-04-27 21:25:24 UTC (rev 172205)
@@ -1,36 +0,0 @@
-# $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
-}
-

Copied: rsibreak/repos/community-i686/PKGBUILD (from rev 172204, rsibreak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 21:25:24 UTC (rev 172205)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rsibreak
+pkgver=0.12.2
+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)
+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")
+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-27 21:24:55 UTC (rev 172204)
+++ community-i686/rsibreak.install	2016-04-27 21:25:24 UTC (rev 172205)
@@ -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
-}
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 21:24:55 UTC (rev 172204)
+++ community-x86_64/PKGBUILD	2016-04-27 21:25:24 UTC (rev 172205)
@@ -1,36 +0,0 @@
-# $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
-}
-

Copied: rsibreak/repos/community-x86_64/PKGBUILD (from rev 172204, rsibreak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 21:25:24 UTC (rev 172205)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rsibreak
+pkgver=0.12.2
+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)
+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")
+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-27 21:24:55 UTC (rev 172204)
+++ community-x86_64/rsibreak.install	2016-04-27 21:25:24 UTC (rev 172205)
@@ -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
-}
-



More information about the arch-commits mailing list