[arch-commits] Commit in kpatience/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 13 07:34:46 UTC 2015
Date: Tuesday, October 13, 2015 @ 09:34:46
Author: arojas
Revision: 249073
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kpatience/repos/extra-i686/PKGBUILD
(from rev 249072, kpatience/trunk/PKGBUILD)
kpatience/repos/extra-i686/kpatience.install
(from rev 249072, kpatience/trunk/kpatience.install)
kpatience/repos/extra-x86_64/PKGBUILD
(from rev 249072, kpatience/trunk/PKGBUILD)
kpatience/repos/extra-x86_64/kpatience.install
(from rev 249072, kpatience/trunk/kpatience.install)
Deleted:
kpatience/repos/extra-i686/PKGBUILD
kpatience/repos/extra-i686/kpatience.install
kpatience/repos/extra-x86_64/PKGBUILD
kpatience/repos/extra-x86_64/kpatience.install
--------------------------------+
/PKGBUILD | 72 +++++++++++++++++++++++++++++++++++++++
/kpatience.install | 26 ++++++++++++++
extra-i686/PKGBUILD | 36 -------------------
extra-i686/kpatience.install | 13 -------
extra-x86_64/PKGBUILD | 36 -------------------
extra-x86_64/kpatience.install | 13 -------
6 files changed, 98 insertions(+), 98 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-10-13 07:34:27 UTC (rev 249072)
+++ extra-i686/PKGBUILD 2015-10-13 07:34:46 UTC (rev 249073)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kpatience
-pkgver=15.08.1
-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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
-sha1sums=('6b84b27358a42e0f3fc396f2728d901942f698d3')
-
-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/extra-i686/PKGBUILD (from rev 249072, kpatience/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:34:46 UTC (rev 249073)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=15.08.2
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('032339a7add9852a690bd51370f1623951ce06ff')
+
+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: extra-i686/kpatience.install
===================================================================
--- extra-i686/kpatience.install 2015-10-13 07:34:27 UTC (rev 249072)
+++ extra-i686/kpatience.install 2015-10-13 07:34:46 UTC (rev 249073)
@@ -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/extra-i686/kpatience.install (from rev 249072, kpatience/trunk/kpatience.install)
===================================================================
--- extra-i686/kpatience.install (rev 0)
+++ extra-i686/kpatience.install 2015-10-13 07:34:46 UTC (rev 249073)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-10-13 07:34:27 UTC (rev 249072)
+++ extra-x86_64/PKGBUILD 2015-10-13 07:34:46 UTC (rev 249073)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kpatience
-pkgver=15.08.1
-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-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
-sha1sums=('6b84b27358a42e0f3fc396f2728d901942f698d3')
-
-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/extra-x86_64/PKGBUILD (from rev 249072, kpatience/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-10-13 07:34:46 UTC (rev 249073)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=15.08.2
+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')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('032339a7add9852a690bd51370f1623951ce06ff')
+
+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: extra-x86_64/kpatience.install
===================================================================
--- extra-x86_64/kpatience.install 2015-10-13 07:34:27 UTC (rev 249072)
+++ extra-x86_64/kpatience.install 2015-10-13 07:34:46 UTC (rev 249073)
@@ -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/extra-x86_64/kpatience.install (from rev 249072, kpatience/trunk/kpatience.install)
===================================================================
--- extra-x86_64/kpatience.install (rev 0)
+++ extra-x86_64/kpatience.install 2015-10-13 07:34:46 UTC (rev 249073)
@@ -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