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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Aug 16 20:13:54 UTC 2014


    Date: Saturday, August 16, 2014 @ 22:13:54
  Author: svenstaro
Revision: 219985

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

Added:
  kdegames-ksquares/repos/testing-i686/
  kdegames-ksquares/repos/testing-i686/PKGBUILD
    (from rev 219984, kdegames-ksquares/trunk/PKGBUILD)
  kdegames-ksquares/repos/testing-i686/kdegames-ksquares.install
    (from rev 219984, kdegames-ksquares/trunk/kdegames-ksquares.install)
  kdegames-ksquares/repos/testing-x86_64/
  kdegames-ksquares/repos/testing-x86_64/PKGBUILD
    (from rev 219984, kdegames-ksquares/trunk/PKGBUILD)
  kdegames-ksquares/repos/testing-x86_64/kdegames-ksquares.install
    (from rev 219984, kdegames-ksquares/trunk/kdegames-ksquares.install)

------------------------------------------+
 testing-i686/PKGBUILD                    |   31 +++++++++++++++++++++++++++++
 testing-i686/kdegames-ksquares.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD                  |   31 +++++++++++++++++++++++++++++
 testing-x86_64/kdegames-ksquares.install |   11 ++++++++++
 4 files changed, 84 insertions(+)

Copied: kdegames-ksquares/repos/testing-i686/PKGBUILD (from rev 219984, kdegames-ksquares/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-08-16 20:13:54 UTC (rev 219985)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-ksquares
+pkgver=4.14.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
+url="http://kde.org/applications/games/ksquares/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksquares-${pkgver}.tar.xz")
+sha1sums=('662195e623ca6bcc7fe6089b065463c4b48dad37')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ksquares/repos/testing-i686/kdegames-ksquares.install (from rev 219984, kdegames-ksquares/trunk/kdegames-ksquares.install)
===================================================================
--- testing-i686/kdegames-ksquares.install	                        (rev 0)
+++ testing-i686/kdegames-ksquares.install	2014-08-16 20:13:54 UTC (rev 219985)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdegames-ksquares/repos/testing-x86_64/PKGBUILD (from rev 219984, kdegames-ksquares/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-08-16 20:13:54 UTC (rev 219985)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-ksquares
+pkgver=4.14.0
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
+url="http://kde.org/applications/games/ksquares/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ksquares-${pkgver}.tar.xz")
+sha1sums=('662195e623ca6bcc7fe6089b065463c4b48dad37')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-ksquares/repos/testing-x86_64/kdegames-ksquares.install (from rev 219984, kdegames-ksquares/trunk/kdegames-ksquares.install)
===================================================================
--- testing-x86_64/kdegames-ksquares.install	                        (rev 0)
+++ testing-x86_64/kdegames-ksquares.install	2014-08-16 20:13:54 UTC (rev 219985)
@@ -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