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

Andrea Scarpino andrea at archlinux.org
Sat Jan 5 08:01:53 UTC 2013


    Date: Saturday, January 5, 2013 @ 03:01:53
  Author: andrea
Revision: 174562

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

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

-----------------------------------------------+
 kde-unstable-i686/PKGBUILD                    |   60 ++++++++++++------------
 kde-unstable-i686/kdegames-ksquares.install   |   22 ++++----
 kde-unstable-x86_64/PKGBUILD                  |   60 ++++++++++++------------
 kde-unstable-x86_64/kdegames-ksquares.install |   22 ++++----
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-01-05 08:01:17 UTC (rev 174561)
+++ kde-unstable-i686/PKGBUILD	2013-01-05 08:01:53 UTC (rev 174562)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-ksquares
-pkgver=4.9.95
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
-url="http://kde.org/applications/games/ksquares/"
-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/ksquares-${pkgver}.tar.xz")
-sha1sums=('860d5b17ed376c1451ee1aefecfc515ab6181032')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksquares-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksquares/repos/kde-unstable-i686/PKGBUILD (from rev 174561, kdegames-ksquares/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-01-05 08:01:53 UTC (rev 174562)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-ksquares
+pkgver=4.9.97
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
+url="http://kde.org/applications/games/ksquares/"
+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/ksquares-${pkgver}.tar.xz")
+sha1sums=('84290308631e7a78b89bdecc8be8524194ee0644')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-ksquares.install
===================================================================
--- kde-unstable-i686/kdegames-ksquares.install	2013-01-05 08:01:17 UTC (rev 174561)
+++ kde-unstable-i686/kdegames-ksquares.install	2013-01-05 08:01:53 UTC (rev 174562)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-ksquares/repos/kde-unstable-i686/kdegames-ksquares.install (from rev 174561, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
===================================================================
--- kde-unstable-i686/kdegames-ksquares.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-ksquares.install	2013-01-05 08:01:53 UTC (rev 174562)
@@ -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	2013-01-05 08:01:17 UTC (rev 174561)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-05 08:01:53 UTC (rev 174562)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-ksquares
-pkgver=4.9.95
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
-url="http://kde.org/applications/games/ksquares/"
-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/ksquares-${pkgver}.tar.xz")
-sha1sums=('860d5b17ed376c1451ee1aefecfc515ab6181032')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksquares-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ksquares/repos/kde-unstable-x86_64/PKGBUILD (from rev 174561, kdegames-ksquares/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-05 08:01:53 UTC (rev 174562)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-ksquares
+pkgver=4.9.97
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
+url="http://kde.org/applications/games/ksquares/"
+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/ksquares-${pkgver}.tar.xz")
+sha1sums=('84290308631e7a78b89bdecc8be8524194ee0644')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksquares-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdegames-ksquares.install
===================================================================
--- kde-unstable-x86_64/kdegames-ksquares.install	2013-01-05 08:01:17 UTC (rev 174561)
+++ kde-unstable-x86_64/kdegames-ksquares.install	2013-01-05 08:01:53 UTC (rev 174562)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-ksquares/repos/kde-unstable-x86_64/kdegames-ksquares.install (from rev 174561, kdegames-ksquares/kde-unstable/kdegames-ksquares.install)
===================================================================
--- kde-unstable-x86_64/kdegames-ksquares.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-ksquares.install	2013-01-05 08:01:53 UTC (rev 174562)
@@ -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