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

Antonio Rojas arojas at archlinux.org
Tue Jun 30 20:58:38 UTC 2015


    Date: Tuesday, June 30, 2015 @ 22:58:38
  Author: arojas
Revision: 241576

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

Added:
  kdegames-picmi/repos/extra-i686/PKGBUILD
    (from rev 241575, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/extra-i686/kdegames-picmi.install
    (from rev 241575, kdegames-picmi/trunk/kdegames-picmi.install)
  kdegames-picmi/repos/extra-x86_64/PKGBUILD
    (from rev 241575, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/extra-x86_64/kdegames-picmi.install
    (from rev 241575, kdegames-picmi/trunk/kdegames-picmi.install)
Deleted:
  kdegames-picmi/repos/extra-i686/PKGBUILD
  kdegames-picmi/repos/extra-i686/kdegames-picmi.install
  kdegames-picmi/repos/extra-x86_64/PKGBUILD
  kdegames-picmi/repos/extra-x86_64/kdegames-picmi.install

-------------------------------------+
 /PKGBUILD                           |   68 ++++++++++++++++++++++++++++++++++
 /kdegames-picmi.install             |   22 +++++++++++
 extra-i686/PKGBUILD                 |   34 -----------------
 extra-i686/kdegames-picmi.install   |   11 -----
 extra-x86_64/PKGBUILD               |   34 -----------------
 extra-x86_64/kdegames-picmi.install |   11 -----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-i686/PKGBUILD	2015-06-30 20:58:38 UTC (rev 241576)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-picmi
-pkgver=15.04.2
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-replaces=('picmi')
-conflicts=('picmi')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz")
-sha1sums=('faf4261854e5e5617b0d6bc851c200da34bc15ac')
-
-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/extra-i686/PKGBUILD (from rev 241575, kdegames-picmi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-30 20:58:38 UTC (rev 241576)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-picmi
+pkgver=15.04.3
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz")
+sha1sums=('2149e241fa227e572a24066433486f810b77d243')
+
+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: extra-i686/kdegames-picmi.install
===================================================================
--- extra-i686/kdegames-picmi.install	2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-i686/kdegames-picmi.install	2015-06-30 20:58:38 UTC (rev 241576)
@@ -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/extra-i686/kdegames-picmi.install (from rev 241575, kdegames-picmi/trunk/kdegames-picmi.install)
===================================================================
--- extra-i686/kdegames-picmi.install	                        (rev 0)
+++ extra-i686/kdegames-picmi.install	2015-06-30 20:58:38 UTC (rev 241576)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-x86_64/PKGBUILD	2015-06-30 20:58:38 UTC (rev 241576)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-picmi
-pkgver=15.04.2
-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-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-replaces=('picmi')
-conflicts=('picmi')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz")
-sha1sums=('faf4261854e5e5617b0d6bc851c200da34bc15ac')
-
-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/extra-x86_64/PKGBUILD (from rev 241575, kdegames-picmi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-30 20:58:38 UTC (rev 241576)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-picmi
+pkgver=15.04.3
+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-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz")
+sha1sums=('2149e241fa227e572a24066433486f810b77d243')
+
+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: extra-x86_64/kdegames-picmi.install
===================================================================
--- extra-x86_64/kdegames-picmi.install	2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-x86_64/kdegames-picmi.install	2015-06-30 20:58:38 UTC (rev 241576)
@@ -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/extra-x86_64/kdegames-picmi.install (from rev 241575, kdegames-picmi/trunk/kdegames-picmi.install)
===================================================================
--- extra-x86_64/kdegames-picmi.install	                        (rev 0)
+++ extra-x86_64/kdegames-picmi.install	2015-06-30 20:58:38 UTC (rev 241576)
@@ -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