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

Felix Yan fyan at archlinux.org
Tue Dec 8 11:46:54 UTC 2015


    Date: Tuesday, December 8, 2015 @ 12:46:53
  Author: fyan
Revision: 150255

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

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

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   36 ++++++++++++++++++++++++++++
 community-staging-i686/rsibreak.install   |   13 ++++++++++
 community-staging-x86_64/PKGBUILD         |   36 ++++++++++++++++++++++++++++
 community-staging-x86_64/rsibreak.install |   13 ++++++++++
 4 files changed, 98 insertions(+)

Copied: rsibreak/repos/community-staging-i686/PKGBUILD (from rev 150254, rsibreak/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-08 11:46:53 UTC (rev 150255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rsibreak
+pkgver=0.12
+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)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('9db9f4a1f421a71f95753ef68c1a857e')
+
+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-staging-i686/rsibreak.install (from rev 150254, rsibreak/trunk/rsibreak.install)
===================================================================
--- community-staging-i686/rsibreak.install	                        (rev 0)
+++ community-staging-i686/rsibreak.install	2015-12-08 11:46:53 UTC (rev 150255)
@@ -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
+}
+

Copied: rsibreak/repos/community-staging-x86_64/PKGBUILD (from rev 150254, rsibreak/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-08 11:46:53 UTC (rev 150255)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rsibreak
+pkgver=0.12
+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)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('9db9f4a1f421a71f95753ef68c1a857e')
+
+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-staging-x86_64/rsibreak.install (from rev 150254, rsibreak/trunk/rsibreak.install)
===================================================================
--- community-staging-x86_64/rsibreak.install	                        (rev 0)
+++ community-staging-x86_64/rsibreak.install	2015-12-08 11:46:53 UTC (rev 150255)
@@ -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