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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:24:57
  Author: arojas
Revision: 265365

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:24:41 UTC (rev 265364)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:57 UTC (rev 265365)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=16.03.90
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('7f2ae7a5f8a313e9a62821c8ee891aef65e0b8c0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 265364, 
picmi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:24:57 UTC (rev 265365)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=16.04.0
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('dcfd10f2251c3bff4313c81ea839cede08062f1b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2016-04-19 12:24:41 UTC (rev 265364)
+++ kde-unstable-i686/picmi.install 2016-04-19 12:24:57 UTC (rev 265365)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 265364, 
picmi/trunk/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2016-04-19 12:24:57 UTC (rev 265365)
@@ -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/PKGBUILD2016-04-19 12:24:41 UTC (rev 265364)
+++ kde-unstable-x86_64/PKGBUILD

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:13:31
  Author: arojas
Revision: 264127

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:13:07 UTC (rev 264126)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:13:31 UTC (rev 264127)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=16.03.80
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6a7370bad2b0f1bb5c95d854af1217b8e5c85c73')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 264126, 
picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:13:31 UTC (rev 264127)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=16.03.90
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('7f2ae7a5f8a313e9a62821c8ee891aef65e0b8c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2016-04-08 07:13:07 UTC (rev 264126)
+++ kde-unstable-i686/picmi.install 2016-04-08 07:13:31 UTC (rev 264127)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 264126, 
picmi/kde-unstable/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2016-04-08 07:13:31 UTC (rev 264127)
@@ -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/PKGBUILD2016-04-08 07:13:07 UTC (rev 

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 12:06:13
  Author: arojas
Revision: 261595

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

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

+
 /PKGBUILD  |   78 +++
 /picmi.install |   22 
 extra-i686/PKGBUILD|   39 -
 extra-i686/picmi.install   |   11 --
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/picmi.install |   11 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 11:05:57 UTC (rev 261594)
+++ extra-i686/PKGBUILD 2016-03-15 11:06:13 UTC (rev 261595)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.12.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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('af4137462567551a507acdc9227fe962ca6521a5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/extra-i686/PKGBUILD (from rev 261594, picmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 11:06:13 UTC (rev 261595)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.12.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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('133e8824423c80a79086e1f975c8ebdf1c9fcb35')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/picmi.install
===
--- extra-i686/picmi.install2016-03-15 11:05:57 UTC (rev 261594)
+++ extra-i686/picmi.install2016-03-15 11:06:13 UTC (rev 261595)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/extra-i686/picmi.install (from rev 261594, 
picmi/trunk/picmi.install)
===
--- extra-i686/picmi.install(rev 0)
+++ extra-i686/picmi.install2016-03-15 11:06:13 UTC (rev 261595)
@@ -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   2016-03-15 11:05:57 UTC (rev 261594)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:06:13 UTC (rev 261595)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: 

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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:16:59
  Author: arojas
Revision: 258072

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

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

+
 /PKGBUILD  |   78 +++
 /picmi.install |   22 
 extra-i686/PKGBUILD|   39 -
 extra-i686/picmi.install   |   11 --
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/picmi.install |   11 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 08:16:35 UTC (rev 258071)
+++ extra-i686/PKGBUILD 2016-01-12 08:16:59 UTC (rev 258072)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.12.0
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('97ccf609c2cc4fad02f64fd96adb8e8b40cdb039')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/extra-i686/PKGBUILD (from rev 258071, picmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:16:59 UTC (rev 258072)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.12.1
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('18f6538798f86eda33f9c4e37c74532cbaf4da11')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/picmi.install
===
--- extra-i686/picmi.install2016-01-12 08:16:35 UTC (rev 258071)
+++ extra-i686/picmi.install2016-01-12 08:16:59 UTC (rev 258072)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/extra-i686/picmi.install (from rev 258071, 
picmi/trunk/picmi.install)
===
--- extra-i686/picmi.install(rev 0)
+++ extra-i686/picmi.install2016-01-12 08:16:59 UTC (rev 258072)
@@ -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   2016-01-12 08:16:35 UTC (rev 258071)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:16:59 UTC (rev 258072)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# 

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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 09:00:59
  Author: arojas
Revision: 256393

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 08:00:38 UTC (rev 256392)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:00:59 UTC (rev 256393)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.11.90
-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-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('030cac9c32b674c718a0427b75de497f7a0665f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 256392, 
picmi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:00:59 UTC (rev 256393)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.12.0
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('97ccf609c2cc4fad02f64fd96adb8e8b40cdb039')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2015-12-16 08:00:38 UTC (rev 256392)
+++ kde-unstable-i686/picmi.install 2015-12-16 08:00:59 UTC (rev 256393)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 256392, 
picmi/trunk/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2015-12-16 08:00:59 UTC (rev 256393)
@@ -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/PKGBUILD2015-12-16 08:00:38 UTC (rev 256392)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:55:34
  Author: arojas
Revision: 254918

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:55:14 UTC (rev 254917)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:34 UTC (rev 254918)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.11.90
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('030cac9c32b674c718a0427b75de497f7a0665f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 254917, 
picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:55:34 UTC (rev 254918)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.11.90
+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-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('030cac9c32b674c718a0427b75de497f7a0665f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2015-12-09 07:55:14 UTC (rev 254917)
+++ kde-unstable-i686/picmi.install 2015-12-09 07:55:34 UTC (rev 254918)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 254917, 
picmi/kde-unstable/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2015-12-09 07:55:34 UTC (rev 254918)
@@ -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/PKGBUILD2015-12-09 07:55:14 UTC (rev 

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:35:19
  Author: arojas
Revision: 252266

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:34:58 UTC (rev 252265)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:35:19 UTC (rev 252266)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.11.80
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('bea957ce52b258e63d06745b06bd0c574eec542e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 252265, 
picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:35:19 UTC (rev 252266)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.11.90
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('030cac9c32b674c718a0427b75de497f7a0665f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2015-12-03 20:34:58 UTC (rev 252265)
+++ kde-unstable-i686/picmi.install 2015-12-03 20:35:19 UTC (rev 252266)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 252265, 
picmi/kde-unstable/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2015-12-03 20:35:19 UTC (rev 252266)
@@ -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/PKGBUILD2015-12-03 20:34:58 UTC (rev 

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:56:55
  Author: arojas
Revision: 250405

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

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

+
 /PKGBUILD  |   78 +++
 /picmi.install |   22 
 extra-i686/PKGBUILD|   39 -
 extra-i686/picmi.install   |   11 --
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/picmi.install |   11 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:56:30 UTC (rev 250404)
+++ extra-i686/PKGBUILD 2015-11-09 21:56:55 UTC (rev 250405)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.08.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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0bb40fb170a48e36fbc15968796724b82ba11e0e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/extra-i686/PKGBUILD (from rev 250404, picmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:56:55 UTC (rev 250405)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.08.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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3c9a81f2544761c109530c5d3fb9af2603858acc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/picmi.install
===
--- extra-i686/picmi.install2015-11-09 21:56:30 UTC (rev 250404)
+++ extra-i686/picmi.install2015-11-09 21:56:55 UTC (rev 250405)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/extra-i686/picmi.install (from rev 250404, 
picmi/trunk/picmi.install)
===
--- extra-i686/picmi.install(rev 0)
+++ extra-i686/picmi.install2015-11-09 21:56:55 UTC (rev 250405)
@@ -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-11-09 21:56:30 UTC (rev 250404)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:56:55 UTC (rev 250405)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# 

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:38:59
  Author: arojas
Revision: 249088

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

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

+
 /PKGBUILD  |   78 +++
 /picmi.install |   22 
 extra-i686/PKGBUILD|   39 -
 extra-i686/picmi.install   |   11 --
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/picmi.install |   11 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:38:57 UTC (rev 249087)
+++ extra-i686/PKGBUILD 2015-10-13 07:38:59 UTC (rev 249088)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=15.08.1
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('8147dc7972c949b96e52a67af9172e74c4971eda')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: picmi/repos/extra-i686/PKGBUILD (from rev 249086, picmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:38:59 UTC (rev 249088)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=15.08.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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0bb40fb170a48e36fbc15968796724b82ba11e0e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/picmi.install
===
--- extra-i686/picmi.install2015-10-13 07:38:57 UTC (rev 249087)
+++ extra-i686/picmi.install2015-10-13 07:38:59 UTC (rev 249088)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/extra-i686/picmi.install (from rev 249086, 
picmi/trunk/picmi.install)
===
--- extra-i686/picmi.install(rev 0)
+++ extra-i686/picmi.install2015-10-13 07:38:59 UTC (rev 249088)
@@ -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-10-13 07:38:57 UTC (rev 249087)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:38:59 UTC (rev 249088)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:57:53
  Author: arojas
Revision: 244084

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:57:29 UTC (rev 244083)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:57:53 UTC (rev 244084)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=picmi
-pkgver=15.07.90
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3317883b593185c0d34fd2ce90c6f5f6a37e1820')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 244083, 
picmi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:57:53 UTC (rev 244084)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=picmi
+pkgver=15.08.0
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('259962417894d53ebb341846fca480b1b03a84e7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2015-08-19 06:57:29 UTC (rev 244083)
+++ kde-unstable-i686/picmi.install 2015-08-19 06:57:53 UTC (rev 244084)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 244083, 
picmi/trunk/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2015-08-19 06:57:53 UTC (rev 244084)
@@ -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/PKGBUILD2015-08-19 06:57:29 UTC (rev 244083)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:57:53 UTC (rev 

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:11:22
  Author: arojas
Revision: 243554

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

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

---+
 /PKGBUILD |   78 
 /picmi.install|   22 ++
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/picmi.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/picmi.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:11:04 UTC (rev 243553)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:11:22 UTC (rev 243554)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=picmi
-pkgver=15.07.80
-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=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-conflicts=(kdegames-picmi)
-replaces=(kdegames-picmi)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('cb1cbb54e07711dd9ab35660475defdee3564636')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 243553, 
picmi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:11:22 UTC (rev 243554)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=picmi
+pkgver=15.07.90
+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=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3317883b593185c0d34fd2ce90c6f5f6a37e1820')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/picmi.install
===
--- kde-unstable-i686/picmi.install 2015-08-14 05:11:04 UTC (rev 243553)
+++ kde-unstable-i686/picmi.install 2015-08-14 05:11:22 UTC (rev 243554)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 243553, 
picmi/kde-unstable/picmi.install)
===
--- kde-unstable-i686/picmi.install (rev 0)
+++ kde-unstable-i686/picmi.install 2015-08-14 05:11:22 UTC (rev 243554)
@@ -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/PKGBUILD2015-08-14 05:11:04 UTC (rev 243553)
+++