[arch-commits] Commit in kbruch/repos (8 files)

Antonio Rojas arojas at archlinux.org
Tue Jun 2 06:56:22 UTC 2015


    Date: Tuesday, June 2, 2015 @ 08:56:22
  Author: arojas
Revision: 240051

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

Added:
  kbruch/repos/extra-i686/PKGBUILD
    (from rev 240050, kbruch/trunk/PKGBUILD)
  kbruch/repos/extra-i686/kbruch.install
    (from rev 240050, kbruch/trunk/kbruch.install)
  kbruch/repos/extra-x86_64/PKGBUILD
    (from rev 240050, kbruch/trunk/PKGBUILD)
  kbruch/repos/extra-x86_64/kbruch.install
    (from rev 240050, kbruch/trunk/kbruch.install)
Deleted:
  kbruch/repos/extra-i686/PKGBUILD
  kbruch/repos/extra-i686/kbruch.install
  kbruch/repos/extra-x86_64/PKGBUILD
  kbruch/repos/extra-x86_64/kbruch.install

-----------------------------+
 /PKGBUILD                   |   78 ++++++++++++++++++++++++++++++++++++++++++
 /kbruch.install             |   22 +++++++++++
 extra-i686/PKGBUILD         |   39 ---------------------
 extra-i686/kbruch.install   |   11 -----
 extra-x86_64/PKGBUILD       |   39 ---------------------
 extra-x86_64/kbruch.install |   11 -----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-i686/PKGBUILD	2015-06-02 06:56:22 UTC (rev 240051)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kbruch
-pkgver=15.04.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=('6b004d0203e90043b5298c771d7730192885ad05')
-
-prepare() {
-  mkdir 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/extra-i686/PKGBUILD (from rev 240050, kbruch/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-02 06:56:22 UTC (rev 240051)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbruch
+pkgver=15.04.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')
+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=('49191eee33d47f6cad0df6e232a392a3b28c9ace')
+
+prepare() {
+  mkdir 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: extra-i686/kbruch.install
===================================================================
--- extra-i686/kbruch.install	2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-i686/kbruch.install	2015-06-02 06:56:22 UTC (rev 240051)
@@ -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/extra-i686/kbruch.install (from rev 240050, kbruch/trunk/kbruch.install)
===================================================================
--- extra-i686/kbruch.install	                        (rev 0)
+++ extra-i686/kbruch.install	2015-06-02 06:56:22 UTC (rev 240051)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-x86_64/PKGBUILD	2015-06-02 06:56:22 UTC (rev 240051)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kbruch
-pkgver=15.04.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=('6b004d0203e90043b5298c771d7730192885ad05')
-
-prepare() {
-  mkdir 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/extra-x86_64/PKGBUILD (from rev 240050, kbruch/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-02 06:56:22 UTC (rev 240051)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbruch
+pkgver=15.04.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')
+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=('49191eee33d47f6cad0df6e232a392a3b28c9ace')
+
+prepare() {
+  mkdir 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: extra-x86_64/kbruch.install
===================================================================
--- extra-x86_64/kbruch.install	2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-x86_64/kbruch.install	2015-06-02 06:56:22 UTC (rev 240051)
@@ -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/extra-x86_64/kbruch.install (from rev 240050, kbruch/trunk/kbruch.install)
===================================================================
--- extra-x86_64/kbruch.install	                        (rev 0)
+++ extra-x86_64/kbruch.install	2015-06-02 06:56:22 UTC (rev 240051)
@@ -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