[arch-commits] Commit in kgeography/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Jan 12 07:50:21 UTC 2016
Date: Tuesday, January 12, 2016 @ 08:50:20
Author: arojas
Revision: 258020
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kgeography/repos/extra-i686/PKGBUILD
(from rev 258019, kgeography/trunk/PKGBUILD)
kgeography/repos/extra-i686/kgeography.install
(from rev 258019, kgeography/trunk/kgeography.install)
kgeography/repos/extra-x86_64/PKGBUILD
(from rev 258019, kgeography/trunk/PKGBUILD)
kgeography/repos/extra-x86_64/kgeography.install
(from rev 258019, 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-01-12 07:50:01 UTC (rev 258019)
+++ extra-i686/PKGBUILD 2016-01-12 07:50:20 UTC (rev 258020)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kgeography
-pkgver=15.12.0
-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=('388416aa351c3bb80c3cf34ca442130c20a4e863')
-
-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 258019, kgeography/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:50:20 UTC (rev 258020)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kgeography
+pkgver=15.12.1
+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=('16ee2a30304408c24d182237abf5ba4be08fd2e2')
+
+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-01-12 07:50:01 UTC (rev 258019)
+++ extra-i686/kgeography.install 2016-01-12 07:50:20 UTC (rev 258020)
@@ -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 258019, kgeography/trunk/kgeography.install)
===================================================================
--- extra-i686/kgeography.install (rev 0)
+++ extra-i686/kgeography.install 2016-01-12 07:50:20 UTC (rev 258020)
@@ -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-01-12 07:50:01 UTC (rev 258019)
+++ extra-x86_64/PKGBUILD 2016-01-12 07:50:20 UTC (rev 258020)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kgeography
-pkgver=15.12.0
-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=('388416aa351c3bb80c3cf34ca442130c20a4e863')
-
-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 258019, kgeography/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-01-12 07:50:20 UTC (rev 258020)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kgeography
+pkgver=15.12.1
+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=('16ee2a30304408c24d182237abf5ba4be08fd2e2')
+
+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-01-12 07:50:01 UTC (rev 258019)
+++ extra-x86_64/kgeography.install 2016-01-12 07:50:20 UTC (rev 258020)
@@ -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 258019, kgeography/trunk/kgeography.install)
===================================================================
--- extra-x86_64/kgeography.install (rev 0)
+++ extra-x86_64/kgeography.install 2016-01-12 07:50:20 UTC (rev 258020)
@@ -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