[arch-commits] Commit in kdegames-picmi/repos/staging-i686 (4 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Wed Jun 5 19:54:55 UTC 2013
Date: Wednesday, June 5, 2013 @ 21:54:55
Author: andrea
Revision: 187540
archrelease: copy trunk to staging-i686
Added:
kdegames-picmi/repos/staging-i686/PKGBUILD
(from rev 187539, kdegames-picmi/trunk/PKGBUILD)
kdegames-picmi/repos/staging-i686/kdegames-picmi.install
(from rev 187539, kdegames-picmi/trunk/kdegames-picmi.install)
Deleted:
kdegames-picmi/repos/staging-i686/PKGBUILD
kdegames-picmi/repos/staging-i686/kdegames-picmi.install
------------------------+
PKGBUILD | 66 +++++++++++++++++++++++------------------------
kdegames-picmi.install | 22 +++++++--------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-05 19:54:50 UTC (rev 187539)
+++ PKGBUILD 2013-06-05 19:54:55 UTC (rev 187540)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-picmi
-pkgver=4.10.4
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-replaces=('picmi')
-conflicts=('picmi')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/picmi-${pkgver}.tar.xz")
-sha1sums=('ef1a3c217432e44f4f3f146a54513b9ea56b4c96')
-
-build() {
- mkdir build
- cd build
- cmake ../picmi-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-picmi/repos/staging-i686/PKGBUILD (from rev 187539, kdegames-picmi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-06-05 19:54:55 UTC (rev 187540)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-picmi
+pkgver=4.10.4
+pkgrel=1
+pkgdesc="A nonogram logic game for KDE"
+url="http://kde.org/applications/games/picmi/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/picmi-${pkgver}.tar.xz")
+sha1sums=('ef1a3c217432e44f4f3f146a54513b9ea56b4c96')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../picmi-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kdegames-picmi.install
===================================================================
--- kdegames-picmi.install 2013-06-05 19:54:50 UTC (rev 187539)
+++ kdegames-picmi.install 2013-06-05 19:54:55 UTC (rev 187540)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-picmi/repos/staging-i686/kdegames-picmi.install (from rev 187539, kdegames-picmi/trunk/kdegames-picmi.install)
===================================================================
--- kdegames-picmi.install (rev 0)
+++ kdegames-picmi.install 2013-06-05 19:54:55 UTC (rev 187540)
@@ -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