[arch-commits] Commit in kdegames-picmi/repos/kde-unstable-x86_64 (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jul 25 21:00:14 UTC 2013


    Date: Thursday, July 25, 2013 @ 23:00:13
  Author: andrea
Revision: 191571

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 191570, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install
    (from rev 191570, kdegames-picmi/trunk/kdegames-picmi.install)
Deleted:
  kdegames-picmi/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-picmi/repos/kde-unstable-x86_64/kdegames-picmi.install

------------------------+
 PKGBUILD               |   66 +++++++++++++++++++++++------------------------
 kdegames-picmi.install |   22 +++++++--------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-25 20:33:27 UTC (rev 191570)
+++ PKGBUILD	2013-07-25 21:00:13 UTC (rev 191571)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-picmi
-pkgver=4.10.95
-pkgrel=2
-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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz")
-sha1sums=('e2bca2c8ec462e1b91b659a03aa48b005680679e')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 191570, kdegames-picmi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-25 21:00:13 UTC (rev 191571)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-picmi
+pkgver=4.10.5
+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=('fd2f95d39f4aeeea694a3b74949a3472783a3719')
+
+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-07-25 20:33:27 UTC (rev 191570)
+++ kdegames-picmi.install	2013-07-25 21:00:13 UTC (rev 191571)
@@ -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/kde-unstable-x86_64/kdegames-picmi.install (from rev 191570, kdegames-picmi/trunk/kdegames-picmi.install)
===================================================================
--- kdegames-picmi.install	                        (rev 0)
+++ kdegames-picmi.install	2013-07-25 21:00:13 UTC (rev 191571)
@@ -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