[arch-commits] Commit in kpatience/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 07:08:35 UTC 2016
Date: Friday, April 8, 2016 @ 09:08:34
Author: arojas
Revision: 264115
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kpatience/repos/kde-unstable-i686/PKGBUILD
(from rev 264114, kpatience/kde-unstable/PKGBUILD)
kpatience/repos/kde-unstable-i686/kpatience.install
(from rev 264114, kpatience/kde-unstable/kpatience.install)
kpatience/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264114, kpatience/kde-unstable/PKGBUILD)
kpatience/repos/kde-unstable-x86_64/kpatience.install
(from rev 264114, kpatience/kde-unstable/kpatience.install)
Deleted:
kpatience/repos/kde-unstable-i686/PKGBUILD
kpatience/repos/kde-unstable-i686/kpatience.install
kpatience/repos/kde-unstable-x86_64/PKGBUILD
kpatience/repos/kde-unstable-x86_64/kpatience.install
---------------------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++
/kpatience.install | 26 +++++++++++
kde-unstable-i686/PKGBUILD | 36 ----------------
kde-unstable-i686/kpatience.install | 13 -----
kde-unstable-x86_64/PKGBUILD | 36 ----------------
kde-unstable-x86_64/kpatience.install | 13 -----
6 files changed, 98 insertions(+), 98 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-08 07:08:14 UTC (rev 264114)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:08:34 UTC (rev 264115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kpatience
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpatience/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
-sha1sums=('f42b42fafc5b9b49dda285284928d5ecba2ffb17')
-
-build() {
- mkdir -p build
- cd build
- cmake ../kpat-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 264114, kpatience/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:08:34 UTC (rev 264115)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpatience/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('3be121ec42bfdd121fd28cbbed65edbd54ffff67')
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../kpat-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/kpatience.install
===================================================================
--- kde-unstable-i686/kpatience.install 2016-04-08 07:08:14 UTC (rev 264114)
+++ kde-unstable-i686/kpatience.install 2016-04-08 07:08:34 UTC (rev 264115)
@@ -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: kpatience/repos/kde-unstable-i686/kpatience.install (from rev 264114, kpatience/kde-unstable/kpatience.install)
===================================================================
--- kde-unstable-i686/kpatience.install (rev 0)
+++ kde-unstable-i686/kpatience.install 2016-04-08 07:08:34 UTC (rev 264115)
@@ -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 2016-04-08 07:08:14 UTC (rev 264114)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:08:34 UTC (rev 264115)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kpatience
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Offers a selection of solitaire card games"
-url="http://kde.org/applications/games/kpatience/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
-sha1sums=('f42b42fafc5b9b49dda285284928d5ecba2ffb17')
-
-build() {
- mkdir -p build
- cd build
- cmake ../kpat-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kpatience/repos/kde-unstable-x86_64/PKGBUILD (from rev 264114, kpatience/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:08:34 UTC (rev 264115)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=16.03.90
+pkgrel=1
+pkgdesc="Offers a selection of solitaire card games"
+url="http://kde.org/applications/games/kpatience/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('3be121ec42bfdd121fd28cbbed65edbd54ffff67')
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../kpat-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/kpatience.install
===================================================================
--- kde-unstable-x86_64/kpatience.install 2016-04-08 07:08:14 UTC (rev 264114)
+++ kde-unstable-x86_64/kpatience.install 2016-04-08 07:08:34 UTC (rev 264115)
@@ -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: kpatience/repos/kde-unstable-x86_64/kpatience.install (from rev 264114, kpatience/kde-unstable/kpatience.install)
===================================================================
--- kde-unstable-x86_64/kpatience.install (rev 0)
+++ kde-unstable-x86_64/kpatience.install 2016-04-08 07:08:34 UTC (rev 264115)
@@ -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