[arch-commits] Commit in kdegames-kpatience/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Thu Jul 25 13:32:19 UTC 2013
Date: Thursday, July 25, 2013 @ 15:32:19
Author: andrea
Revision: 191482
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kpatience/repos/kde-unstable-i686/PKGBUILD
(from rev 191481, kdegames-kpatience/kde-unstable/PKGBUILD)
kdegames-kpatience/repos/kde-unstable-i686/kdegames-kpatience.install
(from rev 191481, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
kdegames-kpatience/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191481, kdegames-kpatience/kde-unstable/PKGBUILD)
kdegames-kpatience/repos/kde-unstable-x86_64/kdegames-kpatience.install
(from rev 191481, 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 2013-07-25 13:32:12 UTC (rev 191481)
+++ kde-unstable-i686/PKGBUILD 2013-07-25 13:32:19 UTC (rev 191482)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kpatience
-pkgver=4.10.95
-pkgrel=2
-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=('5efc949cdfa2e79327f2868dc3675e81e780f0dd')
-
-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 191481, kdegames-kpatience/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-07-25 13:32:19 UTC (rev 191482)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.10.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=('b30ff13527eb4a79e710c203572f5c5669c8d97d')
+
+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 2013-07-25 13:32:12 UTC (rev 191481)
+++ kde-unstable-i686/kdegames-kpatience.install 2013-07-25 13:32:19 UTC (rev 191482)
@@ -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 191481, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===================================================================
--- kde-unstable-i686/kdegames-kpatience.install (rev 0)
+++ kde-unstable-i686/kdegames-kpatience.install 2013-07-25 13:32:19 UTC (rev 191482)
@@ -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 2013-07-25 13:32:12 UTC (rev 191481)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-25 13:32:19 UTC (rev 191482)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kpatience
-pkgver=4.10.95
-pkgrel=2
-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=('5efc949cdfa2e79327f2868dc3675e81e780f0dd')
-
-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 191481, kdegames-kpatience/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-25 13:32:19 UTC (rev 191482)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kpatience
+pkgver=4.10.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=('b30ff13527eb4a79e710c203572f5c5669c8d97d')
+
+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 2013-07-25 13:32:12 UTC (rev 191481)
+++ kde-unstable-x86_64/kdegames-kpatience.install 2013-07-25 13:32:19 UTC (rev 191482)
@@ -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 191481, kdegames-kpatience/kde-unstable/kdegames-kpatience.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kpatience.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kpatience.install 2013-07-25 13:32:19 UTC (rev 191482)
@@ -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