[arch-commits] Commit in kbruch/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Mon Sep 14 21:19:28 UTC 2015
Date: Monday, September 14, 2015 @ 23:19:27
Author: arojas
Revision: 246115
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kbruch/repos/testing-i686/
kbruch/repos/testing-i686/PKGBUILD
(from rev 246114, kbruch/trunk/PKGBUILD)
kbruch/repos/testing-i686/kbruch.install
(from rev 246114, kbruch/trunk/kbruch.install)
kbruch/repos/testing-x86_64/
kbruch/repos/testing-x86_64/PKGBUILD
(from rev 246114, kbruch/trunk/PKGBUILD)
kbruch/repos/testing-x86_64/kbruch.install
(from rev 246114, 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 246114, kbruch/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-09-14 21:19:27 UTC (rev 246115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbruch
+pkgver=15.08.1
+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')
+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=('974cd80b9429a4a677ee80c09f2804065eb4f4b8')
+
+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 246114, kbruch/trunk/kbruch.install)
===================================================================
--- testing-i686/kbruch.install (rev 0)
+++ testing-i686/kbruch.install 2015-09-14 21:19:27 UTC (rev 246115)
@@ -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 246114, kbruch/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:19:27 UTC (rev 246115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbruch
+pkgver=15.08.1
+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')
+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=('974cd80b9429a4a677ee80c09f2804065eb4f4b8')
+
+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 246114, kbruch/trunk/kbruch.install)
===================================================================
--- testing-x86_64/kbruch.install (rev 0)
+++ testing-x86_64/kbruch.install 2015-09-14 21:19:27 UTC (rev 246115)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list