[arch-commits] Commit in kdegames-konquest/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 16:01:43 UTC 2015


    Date: Monday, December 7, 2015 @ 17:01:43
  Author: bpiotrowski
Revision: 253512

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

Added:
  kdegames-konquest/repos/staging-i686/
  kdegames-konquest/repos/staging-i686/PKGBUILD
    (from rev 253511, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/staging-i686/kdegames-konquest.install
    (from rev 253511, kdegames-konquest/trunk/kdegames-konquest.install)
  kdegames-konquest/repos/staging-x86_64/
  kdegames-konquest/repos/staging-x86_64/PKGBUILD
    (from rev 253511, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/staging-x86_64/kdegames-konquest.install
    (from rev 253511, kdegames-konquest/trunk/kdegames-konquest.install)

------------------------------------------+
 staging-i686/PKGBUILD                    |   32 +++++++++++++++++++++++++++++
 staging-i686/kdegames-konquest.install   |   11 +++++++++
 staging-x86_64/PKGBUILD                  |   32 +++++++++++++++++++++++++++++
 staging-x86_64/kdegames-konquest.install |   11 +++++++++
 4 files changed, 86 insertions(+)

Copied: kdegames-konquest/repos/staging-i686/PKGBUILD (from rev 253511, kdegames-konquest/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 16:01:43 UTC (rev 253512)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-konquest
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="The KDE version of Gnu-Lactic"
+url="http://kde.org/applications/games/konquest/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz")
+sha1sums=('4ddc878a7d1d7c4c1d00c419bf2cd057832c2187')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../konquest-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-konquest/repos/staging-i686/kdegames-konquest.install (from rev 253511, kdegames-konquest/trunk/kdegames-konquest.install)
===================================================================
--- staging-i686/kdegames-konquest.install	                        (rev 0)
+++ staging-i686/kdegames-konquest.install	2015-12-07 16:01:43 UTC (rev 253512)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdegames-konquest/repos/staging-x86_64/PKGBUILD (from rev 253511, kdegames-konquest/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 16:01:43 UTC (rev 253512)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-konquest
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="The KDE version of Gnu-Lactic"
+url="http://kde.org/applications/games/konquest/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz")
+sha1sums=('4ddc878a7d1d7c4c1d00c419bf2cd057832c2187')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../konquest-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-konquest/repos/staging-x86_64/kdegames-konquest.install (from rev 253511, kdegames-konquest/trunk/kdegames-konquest.install)
===================================================================
--- staging-x86_64/kdegames-konquest.install	                        (rev 0)
+++ staging-x86_64/kdegames-konquest.install	2015-12-07 16:01:43 UTC (rev 253512)
@@ -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