Date: Tuesday, February 16, 2016 @ 09:16:01
  Author: arojas
Revision: 259434

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

Added:
  kbruch/repos/testing-i686/
  kbruch/repos/testing-i686/PKGBUILD
    (from rev 259433, kbruch/trunk/PKGBUILD)
  kbruch/repos/testing-i686/kbruch.install
    (from rev 259433, kbruch/trunk/kbruch.install)
  kbruch/repos/testing-x86_64/
  kbruch/repos/testing-x86_64/PKGBUILD
    (from rev 259433, kbruch/trunk/PKGBUILD)
  kbruch/repos/testing-x86_64/kbruch.install
    (from rev 259433, kbruch/trunk/kbruch.install)

-------------------------------+
 testing-i686/PKGBUILD         |   39 +++++++++++++++++++++++++++++++++++++++
 testing-i686/kbruch.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/kbruch.install |   11 +++++++++++
 4 files changed, 100 insertions(+)

Copied: kbruch/repos/testing-i686/PKGBUILD (from rev 259433, 
kbruch/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-02-16 08:16:01 UTC (rev 259434)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kbruch
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Exercise Fractions"
+url="http://kde.org/applications/education/kbruch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdeedu-kbruch')
+replaces=('kdeedu-kbruch')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
+sha1sums=('ded4d4c2b283864d4f202899eb7a18325d8e6d40')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kbruch-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kbruch/repos/testing-i686/kbruch.install (from rev 259433, 
kbruch/trunk/kbruch.install)
===================================================================
--- testing-i686/kbruch.install                         (rev 0)
+++ testing-i686/kbruch.install 2016-02-16 08:16:01 UTC (rev 259434)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kbruch/repos/testing-x86_64/PKGBUILD (from rev 259433, 
kbruch/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-02-16 08:16:01 UTC (rev 259434)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kbruch
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Exercise Fractions"
+url="http://kde.org/applications/education/kbruch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdeedu-kbruch')
+replaces=('kdeedu-kbruch')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
+sha1sums=('ded4d4c2b283864d4f202899eb7a18325d8e6d40')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kbruch-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kbruch/repos/testing-x86_64/kbruch.install (from rev 259433, 
kbruch/trunk/kbruch.install)
===================================================================
--- testing-x86_64/kbruch.install                               (rev 0)
+++ testing-x86_64/kbruch.install       2016-02-16 08:16:01 UTC (rev 259434)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to