[arch-commits] Commit in kdegames-kdiamond/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Tue Dec 4 18:59:54 UTC 2012
Date: Tuesday, December 4, 2012 @ 13:59:53
Author: andrea
Revision: 172687
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD
(from rev 172686, kdegames-kdiamond/kde-unstable/PKGBUILD)
kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
(from rev 172686, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 172686, kdegames-kdiamond/kde-unstable/PKGBUILD)
kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
(from rev 172686, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
Deleted:
kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD
kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install
kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD
kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install
-----------------------------------------------+
kde-unstable-i686/PKGBUILD | 60 ++++++++++++------------
kde-unstable-i686/kdegames-kdiamond.install | 22 ++++----
kde-unstable-x86_64/PKGBUILD | 60 ++++++++++++------------
kde-unstable-x86_64/kdegames-kdiamond.install | 22 ++++----
4 files changed, 82 insertions(+), 82 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2012-12-04 18:59:15 UTC (rev 172686)
+++ kde-unstable-i686/PKGBUILD 2012-12-04 18:59:53 UTC (rev 172687)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kdiamond
-pkgver=4.9.80
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/"
-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/kdiamond-${pkgver}.tar.xz")
-sha1sums=('054bdda050ee60bc475a9f95ad92fab8f60d77f7')
-
-build() {
- mkdir build
- cd build
- cmake ../kdiamond-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 172686, kdegames-kdiamond/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-12-04 18:59:53 UTC (rev 172687)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kdiamond
+pkgver=4.9.90
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/"
+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/kdiamond-${pkgver}.tar.xz")
+sha1sums=('7d9af139fcf4314ffd796b813343cf0098e03695')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kdiamond-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/kdegames-kdiamond.install
===================================================================
--- kde-unstable-i686/kdegames-kdiamond.install 2012-12-04 18:59:15 UTC (rev 172686)
+++ kde-unstable-i686/kdegames-kdiamond.install 2012-12-04 18:59:53 UTC (rev 172687)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-kdiamond/repos/kde-unstable-i686/kdegames-kdiamond.install (from rev 172686, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===================================================================
--- kde-unstable-i686/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-i686/kdegames-kdiamond.install 2012-12-04 18:59:53 UTC (rev 172687)
@@ -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 2012-12-04 18:59:15 UTC (rev 172686)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-04 18:59:53 UTC (rev 172687)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kdiamond
-pkgver=4.9.80
-pkgrel=1
-pkgdesc="A single player puzzle game"
-url="http://kde.org/applications/games/kdiamond/"
-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/kdiamond-${pkgver}.tar.xz")
-sha1sums=('054bdda050ee60bc475a9f95ad92fab8f60d77f7')
-
-build() {
- mkdir build
- cd build
- cmake ../kdiamond-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kdiamond/repos/kde-unstable-x86_64/PKGBUILD (from rev 172686, kdegames-kdiamond/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-12-04 18:59:53 UTC (rev 172687)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kdiamond
+pkgver=4.9.90
+pkgrel=1
+pkgdesc="A single player puzzle game"
+url="http://kde.org/applications/games/kdiamond/"
+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/kdiamond-${pkgver}.tar.xz")
+sha1sums=('7d9af139fcf4314ffd796b813343cf0098e03695')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kdiamond-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/kdegames-kdiamond.install
===================================================================
--- kde-unstable-x86_64/kdegames-kdiamond.install 2012-12-04 18:59:15 UTC (rev 172686)
+++ kde-unstable-x86_64/kdegames-kdiamond.install 2012-12-04 18:59:53 UTC (rev 172687)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-kdiamond/repos/kde-unstable-x86_64/kdegames-kdiamond.install (from rev 172686, kdegames-kdiamond/kde-unstable/kdegames-kdiamond.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kdiamond.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kdiamond.install 2012-12-04 18:59:53 UTC (rev 172687)
@@ -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