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

Antonio Rojas arojas at archlinux.org
Tue Mar 15 10:51:53 UTC 2016


    Date: Tuesday, March 15, 2016 @ 11:51:52
  Author: arojas
Revision: 261543

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

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

---------------------------------+
 /PKGBUILD                       |   74 ++++++++++++++++++++++++++++++++++++++
 /kgeography.install             |   22 +++++++++++
 extra-i686/PKGBUILD             |   37 -------------------
 extra-i686/kgeography.install   |   11 -----
 extra-x86_64/PKGBUILD           |   37 -------------------
 extra-x86_64/kgeography.install |   11 -----
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-03-15 10:51:37 UTC (rev 261542)
+++ extra-i686/PKGBUILD	2016-03-15 10:51:52 UTC (rev 261543)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kgeography
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-kgeography')
-conflicts=('kdeedu-kgeography')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz")
-sha1sums=('8c06d073f5eab516d3d2e6ebf10ade5c9e9e3ed8')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kgeography-${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: kgeography/repos/extra-i686/PKGBUILD (from rev 261542, kgeography/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-03-15 10:51:52 UTC (rev 261543)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kgeography
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="Geography Trainer"
+url="http://kde.org/applications/education/kgeography/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-kgeography')
+conflicts=('kdeedu-kgeography')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz")
+sha1sums=('566520e4a5038c93ed211d425e6429f39ac88f47')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kgeography-${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/kgeography.install
===================================================================
--- extra-i686/kgeography.install	2016-03-15 10:51:37 UTC (rev 261542)
+++ extra-i686/kgeography.install	2016-03-15 10:51:52 UTC (rev 261543)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kgeography/repos/extra-i686/kgeography.install (from rev 261542, kgeography/trunk/kgeography.install)
===================================================================
--- extra-i686/kgeography.install	                        (rev 0)
+++ extra-i686/kgeography.install	2016-03-15 10:51:52 UTC (rev 261543)
@@ -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	2016-03-15 10:51:37 UTC (rev 261542)
+++ extra-x86_64/PKGBUILD	2016-03-15 10:51:52 UTC (rev 261543)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kgeography
-pkgver=15.12.2
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-kgeography')
-conflicts=('kdeedu-kgeography')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz")
-sha1sums=('8c06d073f5eab516d3d2e6ebf10ade5c9e9e3ed8')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kgeography-${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: kgeography/repos/extra-x86_64/PKGBUILD (from rev 261542, kgeography/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-03-15 10:51:52 UTC (rev 261543)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kgeography
+pkgver=15.12.3
+pkgrel=1
+pkgdesc="Geography Trainer"
+url="http://kde.org/applications/education/kgeography/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-kgeography')
+conflicts=('kdeedu-kgeography')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz")
+sha1sums=('566520e4a5038c93ed211d425e6429f39ac88f47')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kgeography-${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/kgeography.install
===================================================================
--- extra-x86_64/kgeography.install	2016-03-15 10:51:37 UTC (rev 261542)
+++ extra-x86_64/kgeography.install	2016-03-15 10:51:52 UTC (rev 261543)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kgeography/repos/extra-x86_64/kgeography.install (from rev 261542, kgeography/trunk/kgeography.install)
===================================================================
--- extra-x86_64/kgeography.install	                        (rev 0)
+++ extra-x86_64/kgeography.install	2016-03-15 10:51:52 UTC (rev 261543)
@@ -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