[arch-commits] Commit in kpatience/repos (8 files)

Antonio Rojas arojas at archlinux.org
Tue Mar 15 11:02:56 UTC 2016


    Date: Tuesday, March 15, 2016 @ 12:02:55
  Author: arojas
Revision: 261583

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kpatience/repos/extra-i686/PKGBUILD
    (from rev 261582, kpatience/trunk/PKGBUILD)
  kpatience/repos/extra-i686/kpatience.install
    (from rev 261582, kpatience/trunk/kpatience.install)
  kpatience/repos/extra-x86_64/PKGBUILD
    (from rev 261582, kpatience/trunk/PKGBUILD)
  kpatience/repos/extra-x86_64/kpatience.install
    (from rev 261582, 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	2016-03-15 11:02:40 UTC (rev 261582)
+++ extra-i686/PKGBUILD	2016-03-15 11:02:55 UTC (rev 261583)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kpatience
-pkgver=15.12.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' 'hicolor-icon-theme')
-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=('72c99f26ec6ad39cefa161291cef9d60e1750a58')
-
-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 261582, kpatience/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-03-15 11:02:55 UTC (rev 261583)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=15.12.3
+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/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('6215c6119b814e8c71d71f7bdfd6acb1dc79856c')
+
+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	2016-03-15 11:02:40 UTC (rev 261582)
+++ extra-i686/kpatience.install	2016-03-15 11:02:55 UTC (rev 261583)
@@ -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 261582, kpatience/trunk/kpatience.install)
===================================================================
--- extra-i686/kpatience.install	                        (rev 0)
+++ extra-i686/kpatience.install	2016-03-15 11:02:55 UTC (rev 261583)
@@ -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	2016-03-15 11:02:40 UTC (rev 261582)
+++ extra-x86_64/PKGBUILD	2016-03-15 11:02:55 UTC (rev 261583)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kpatience
-pkgver=15.12.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' 'hicolor-icon-theme')
-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=('72c99f26ec6ad39cefa161291cef9d60e1750a58')
-
-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 261582, kpatience/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-03-15 11:02:55 UTC (rev 261583)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kpatience
+pkgver=15.12.3
+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/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz")
+sha1sums=('6215c6119b814e8c71d71f7bdfd6acb1dc79856c')
+
+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	2016-03-15 11:02:40 UTC (rev 261582)
+++ extra-x86_64/kpatience.install	2016-03-15 11:02:55 UTC (rev 261583)
@@ -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 261582, kpatience/trunk/kpatience.install)
===================================================================
--- extra-x86_64/kpatience.install	                        (rev 0)
+++ extra-x86_64/kpatience.install	2016-03-15 11:02:55 UTC (rev 261583)
@@ -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