[arch-commits] Commit in kdegames-ksquares/repos/staging-x86_64 (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Wed Jun 5 19:53:51 UTC 2013
Date: Wednesday, June 5, 2013 @ 21:53:51
Author: andrea
Revision: 187527
archrelease: copy trunk to staging-x86_64
Added:
kdegames-ksquares/repos/staging-x86_64/PKGBUILD
(from rev 187526, kdegames-ksquares/trunk/PKGBUILD)
kdegames-ksquares/repos/staging-x86_64/kdegames-ksquares.install
(from rev 187526, kdegames-ksquares/trunk/kdegames-ksquares.install)
Deleted:
kdegames-ksquares/repos/staging-x86_64/PKGBUILD
kdegames-ksquares/repos/staging-x86_64/kdegames-ksquares.install
---------------------------+
PKGBUILD | 62 ++++++++++++++++++++++----------------------
kdegames-ksquares.install | 22 +++++++--------
2 files changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-05 19:53:47 UTC (rev 187526)
+++ PKGBUILD 2013-06-05 19:53:51 UTC (rev 187527)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-ksquares
-pkgver=4.10.4
-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=('6553d30c4f983fd3346ad85e551afbbdb590442c')
-
-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/staging-x86_64/PKGBUILD (from rev 187526, kdegames-ksquares/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-06-05 19:53:51 UTC (rev 187527)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-ksquares
+pkgver=4.10.4
+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=('6553d30c4f983fd3346ad85e551afbbdb590442c')
+
+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
+}
Deleted: kdegames-ksquares.install
===================================================================
--- kdegames-ksquares.install 2013-06-05 19:53:47 UTC (rev 187526)
+++ kdegames-ksquares.install 2013-06-05 19:53:51 UTC (rev 187527)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-ksquares/repos/staging-x86_64/kdegames-ksquares.install (from rev 187526, kdegames-ksquares/trunk/kdegames-ksquares.install)
===================================================================
--- kdegames-ksquares.install (rev 0)
+++ kdegames-ksquares.install 2013-06-05 19:53:51 UTC (rev 187527)
@@ -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