[arch-commits] Commit in kbruch/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 19 12:10:19 UTC 2016
Date: Tuesday, April 19, 2016 @ 14:10:19
Author: arojas
Revision: 265311
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kbruch/repos/kde-unstable-i686/PKGBUILD
(from rev 265310, kbruch/trunk/PKGBUILD)
kbruch/repos/kde-unstable-i686/kbruch.install
(from rev 265310, kbruch/trunk/kbruch.install)
kbruch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265310, kbruch/trunk/PKGBUILD)
kbruch/repos/kde-unstable-x86_64/kbruch.install
(from rev 265310, kbruch/trunk/kbruch.install)
Deleted:
kbruch/repos/kde-unstable-i686/PKGBUILD
kbruch/repos/kde-unstable-i686/kbruch.install
kbruch/repos/kde-unstable-x86_64/PKGBUILD
kbruch/repos/kde-unstable-x86_64/kbruch.install
------------------------------------+
/PKGBUILD | 78 +++++++++++++++++++++++++++++++++++
/kbruch.install | 22 +++++++++
kde-unstable-i686/PKGBUILD | 39 -----------------
kde-unstable-i686/kbruch.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 39 -----------------
kde-unstable-x86_64/kbruch.install | 11 ----
6 files changed, 100 insertions(+), 100 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-i686/PKGBUILD 2016-04-19 12:10:19 UTC (rev 265311)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kbruch
-pkgver=16.03.90
-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/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz")
-sha1sums=('d3ba73de677d672c28689a93b5e899be2e2a463e')
-
-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/kde-unstable-i686/PKGBUILD (from rev 265310, kbruch/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-19 12:10:19 UTC (rev 265311)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbruch
+pkgver=16.04.0
+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=('0702f01ae810b18c0db3d421f4cbdb4dce305ee4')
+
+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
+}
Deleted: kde-unstable-i686/kbruch.install
===================================================================
--- kde-unstable-i686/kbruch.install 2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-i686/kbruch.install 2016-04-19 12:10:19 UTC (rev 265311)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kbruch/repos/kde-unstable-i686/kbruch.install (from rev 265310, kbruch/trunk/kbruch.install)
===================================================================
--- kde-unstable-i686/kbruch.install (rev 0)
+++ kde-unstable-i686/kbruch.install 2016-04-19 12:10:19 UTC (rev 265311)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:10:19 UTC (rev 265311)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kbruch
-pkgver=16.03.90
-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/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz")
-sha1sums=('d3ba73de677d672c28689a93b5e899be2e2a463e')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 265310, kbruch/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:10:19 UTC (rev 265311)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbruch
+pkgver=16.04.0
+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=('0702f01ae810b18c0db3d421f4cbdb4dce305ee4')
+
+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
+}
Deleted: kde-unstable-x86_64/kbruch.install
===================================================================
--- kde-unstable-x86_64/kbruch.install 2016-04-19 12:10:03 UTC (rev 265310)
+++ kde-unstable-x86_64/kbruch.install 2016-04-19 12:10:19 UTC (rev 265311)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kbruch/repos/kde-unstable-x86_64/kbruch.install (from rev 265310, kbruch/trunk/kbruch.install)
===================================================================
--- kde-unstable-x86_64/kbruch.install (rev 0)
+++ kde-unstable-x86_64/kbruch.install 2016-04-19 12:10:19 UTC (rev 265311)
@@ -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