[arch-commits] Commit in kdegames-picmi/repos (8 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Aug 3 13:57:02 UTC 2014


    Date: Sunday, August 3, 2014 @ 15:57:02
  Author: svenstaro
Revision: 219199

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

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

--------------------------------------------+
 /PKGBUILD                                  |   66 +++++++++++++++++++++++++++
 /kdegames-picmi.install                    |   22 +++++++++
 kde-unstable-i686/PKGBUILD                 |   33 -------------
 kde-unstable-i686/kdegames-picmi.install   |   11 ----
 kde-unstable-x86_64/PKGBUILD               |   33 -------------
 kde-unstable-x86_64/kdegames-picmi.install |   11 ----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2014-08-03 13:56:56 UTC (rev 219198)
+++ kde-unstable-i686/PKGBUILD	2014-08-03 13:57:02 UTC (rev 219199)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-picmi
-pkgver=4.13.97
-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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz")
-sha1sums=('1efda149e9b2178273d591706f7c01356d362614')
-
-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-i686/PKGBUILD (from rev 219198, kdegames-picmi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-08-03 13:57:02 UTC (rev 219199)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-picmi
+pkgver=4.13.97
+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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz")
+sha1sums=('1efda149e9b2178273d591706f7c01356d362614')
+
+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: kde-unstable-i686/kdegames-picmi.install
===================================================================
--- kde-unstable-i686/kdegames-picmi.install	2014-08-03 13:56:56 UTC (rev 219198)
+++ kde-unstable-i686/kdegames-picmi.install	2014-08-03 13:57:02 UTC (rev 219199)
@@ -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-i686/kdegames-picmi.install (from rev 219198, kdegames-picmi/kde-unstable/kdegames-picmi.install)
===================================================================
--- kde-unstable-i686/kdegames-picmi.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-picmi.install	2014-08-03 13:57:02 UTC (rev 219199)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2014-08-03 13:56:56 UTC (rev 219198)
+++ kde-unstable-x86_64/PKGBUILD	2014-08-03 13:57:02 UTC (rev 219199)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-picmi
-pkgver=4.13.97
-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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz")
-sha1sums=('1efda149e9b2178273d591706f7c01356d362614')
-
-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 219198, kdegames-picmi/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-08-03 13:57:02 UTC (rev 219199)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-picmi
+pkgver=4.13.97
+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/unstable/${pkgver}/src/picmi-${pkgver}.tar.xz")
+sha1sums=('1efda149e9b2178273d591706f7c01356d362614')
+
+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: kde-unstable-x86_64/kdegames-picmi.install
===================================================================
--- kde-unstable-x86_64/kdegames-picmi.install	2014-08-03 13:56:56 UTC (rev 219198)
+++ kde-unstable-x86_64/kdegames-picmi.install	2014-08-03 13:57:02 UTC (rev 219199)
@@ -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 219198, kdegames-picmi/kde-unstable/kdegames-picmi.install)
===================================================================
--- kde-unstable-x86_64/kdegames-picmi.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-picmi.install	2014-08-03 13:57:02 UTC (rev 219199)
@@ -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