[arch-commits] Commit in kdegames-kpatience/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 29 09:12:33 UTC 2014
Date: Saturday, March 29, 2014 @ 10:12:33
Author: andrea
Revision: 209040
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD
(from rev 209039, kdegames-kpatience/kde-unstable/PKGBUILD)
kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install
(from rev 209039, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD
(from rev 209039, kdegames-kpatience/kde-unstable/PKGBUILD)
kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install
(from rev 209039, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
Deleted:
kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD
kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install
kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD
kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install
------------------------------------------------+
/PKGBUILD | 62 +++++++++++++++++++++++
/kdegames-kpatience.install | 26 +++++++++
kde-unstable-i686/PKGBUILD | 31 -----------
kde-unstable-i686/kdegames-kpatience.install | 13 ----
kde-unstable-x86_64/PKGBUILD | 31 -----------
kde-unstable-x86_64/kdegames-kpatience.install | 13 ----
6 files changed, 88 insertions(+), 88 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2014-03-29 09:12:21 UTC (rev 209039)
+++ kde-unstable-i686/PKGBUILD 2014-03-29 09:12:33 UTC (rev 209040)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kpatience
-pkgver=4.12.95
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpat/"
-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/kpat-${pkgver}.tar.xz")
-sha1sums=('592524389493c7e0ccc1e9543167822d9d459200')
-
-build() {
- mkdir build
- cd build
- cmake ../kpat-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 209039, kdegames-kpatience/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-03-29 09:12:33 UTC (rev 209040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.12.97
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpat/"
+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/kpat-${pkgver}.tar.xz")
+sha1sums=('6d33dac5c277e602b0debe3a3105a9907e809e6e')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kpat-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/kdegames-kpatience.install
===================================================================
--- kde-unstable-i686/kdegames-kpatience.install 2014-03-29 09:12:21 UTC (rev 209039)
+++ kde-unstable-i686/kdegames-kpatience.install 2014-03-29 09:12:33 UTC (rev 209040)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install (from rev 209039, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===================================================================
--- kde-unstable-i686/kdegames-kpatience.install (rev 0)
+++ kde-unstable-i686/kdegames-kpatience.install 2014-03-29 09:12:33 UTC (rev 209040)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2014-03-29 09:12:21 UTC (rev 209039)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-29 09:12:33 UTC (rev 209040)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kpatience
-pkgver=4.12.95
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpat/"
-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/kpat-${pkgver}.tar.xz")
-sha1sums=('592524389493c7e0ccc1e9543167822d9d459200')
-
-build() {
- mkdir build
- cd build
- cmake ../kpat-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD (from rev 209039, kdegames-kpatience/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-29 09:12:33 UTC (rev 209040)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.12.97
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpat/"
+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/kpat-${pkgver}.tar.xz")
+sha1sums=('6d33dac5c277e602b0debe3a3105a9907e809e6e')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kpat-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/kdegames-kpatience.install
===================================================================
--- kde-unstable-x86_64/kdegames-kpatience.install 2014-03-29 09:12:21 UTC (rev 209039)
+++ kde-unstable-x86_64/kdegames-kpatience.install 2014-03-29 09:12:33 UTC (rev 209040)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install (from rev 209039, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kpatience.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kpatience.install 2014-03-29 09:12:33 UTC (rev 209040)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list