Date: Wednesday, November 21, 2012 @ 14:23:27
  Author: andrea
Revision: 171790

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

Added:
  kdegames-kfourinline/repos/kde-unstable-i686/
  kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD
    (from rev 171789, kdegames-kfourinline/kde-unstable/PKGBUILD)
  kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install
    (from rev 171789, 
kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
  kdegames-kfourinline/repos/kde-unstable-x86_64/
  kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 171789, kdegames-kfourinline/kde-unstable/PKGBUILD)
  kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install
    (from rev 171789, 
kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)

--------------------------------------------------+
 kde-unstable-i686/PKGBUILD                       |   30 +++++++++++++++++++++
 kde-unstable-i686/kdegames-kfourinline.install   |   12 ++++++++
 kde-unstable-x86_64/PKGBUILD                     |   30 +++++++++++++++++++++
 kde-unstable-x86_64/kdegames-kfourinline.install |   12 ++++++++
 4 files changed, 84 insertions(+)

Copied: kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 171789, 
kdegames-kfourinline/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 19:23:27 UTC (rev 171790)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kfourinline
+pkgver=4.9.80
+pkgrel=1
+pkgdesc="A four-in-a-row game"
+url="http://kde.org/applications/games/kfourinline/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz";)
+sha1sums=('6512cbdd437dc498e1de5305ef262ab5d6a10463')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install (from 
rev 171789, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
===================================================================
--- kde-unstable-i686/kdegames-kfourinline.install                              
(rev 0)
+++ kde-unstable-i686/kdegames-kfourinline.install      2012-11-21 19:23:27 UTC 
(rev 171790)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD (from rev 
171789, kdegames-kfourinline/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2012-11-21 19:23:27 UTC (rev 171790)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+
+pkgname=kdegames-kfourinline
+pkgver=4.9.80
+pkgrel=1
+pkgdesc="A four-in-a-row game"
+url="http://kde.org/applications/games/kfourinline/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz";)
+sha1sums=('6512cbdd437dc498e1de5305ef262ab5d6a10463')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install 
(from rev 171789, 
kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kfourinline.install                            
(rev 0)
+++ kde-unstable-x86_64/kdegames-kfourinline.install    2012-11-21 19:23:27 UTC 
(rev 171790)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to