[arch-commits] Commit in ksquares/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue May 12 07:53:33 UTC 2015
Date: Tuesday, May 12, 2015 @ 09:53:32
Author: arojas
Revision: 239067
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ksquares/repos/extra-i686/PKGBUILD
(from rev 239066, ksquares/trunk/PKGBUILD)
ksquares/repos/extra-i686/ksquares.install
(from rev 239066, ksquares/trunk/ksquares.install)
ksquares/repos/extra-x86_64/PKGBUILD
(from rev 239066, ksquares/trunk/PKGBUILD)
ksquares/repos/extra-x86_64/ksquares.install
(from rev 239066, ksquares/trunk/ksquares.install)
Deleted:
ksquares/repos/extra-i686/PKGBUILD
ksquares/repos/extra-i686/ksquares.install
ksquares/repos/extra-x86_64/PKGBUILD
ksquares/repos/extra-x86_64/ksquares.install
-------------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++
/ksquares.install | 22 +++++++++++
extra-i686/PKGBUILD | 38 --------------------
extra-i686/ksquares.install | 11 -----
extra-x86_64/PKGBUILD | 38 --------------------
extra-x86_64/ksquares.install | 11 -----
6 files changed, 98 insertions(+), 98 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-05-12 07:53:14 UTC (rev 239066)
+++ extra-i686/PKGBUILD 2015-05-12 07:53:32 UTC (rev 239067)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ksquares
-pkgver=15.04.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
-url="http://kde.org/applications/games/ksquares/"
-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-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz")
-sha1sums=('379c53cbdadd4a91ba6c5eda411eb4d58456cb92')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../ksquares-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: ksquares/repos/extra-i686/PKGBUILD (from rev 239066, ksquares/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:53:32 UTC (rev 239067)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksquares
+pkgver=15.04.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
+url="http://kde.org/applications/games/ksquares/"
+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-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz")
+sha1sums=('de9428d9144c9ab9d90b7f3351f1b77ce0697601')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../ksquares-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/ksquares.install
===================================================================
--- extra-i686/ksquares.install 2015-05-12 07:53:14 UTC (rev 239066)
+++ extra-i686/ksquares.install 2015-05-12 07:53:32 UTC (rev 239067)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: ksquares/repos/extra-i686/ksquares.install (from rev 239066, ksquares/trunk/ksquares.install)
===================================================================
--- extra-i686/ksquares.install (rev 0)
+++ extra-i686/ksquares.install 2015-05-12 07:53:32 UTC (rev 239067)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-05-12 07:53:14 UTC (rev 239066)
+++ extra-x86_64/PKGBUILD 2015-05-12 07:53:32 UTC (rev 239067)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ksquares
-pkgver=15.04.0
-pkgrel=1
-pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
-url="http://kde.org/applications/games/ksquares/"
-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-ksquares')
-replaces=('kdegames-ksquares')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz")
-sha1sums=('379c53cbdadd4a91ba6c5eda411eb4d58456cb92')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../ksquares-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 239066, ksquares/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-05-12 07:53:32 UTC (rev 239067)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksquares
+pkgver=15.04.1
+pkgrel=1
+pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes"
+url="http://kde.org/applications/games/ksquares/"
+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-ksquares')
+replaces=('kdegames-ksquares')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz")
+sha1sums=('de9428d9144c9ab9d90b7f3351f1b77ce0697601')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../ksquares-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/ksquares.install
===================================================================
--- extra-x86_64/ksquares.install 2015-05-12 07:53:14 UTC (rev 239066)
+++ extra-x86_64/ksquares.install 2015-05-12 07:53:32 UTC (rev 239067)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: ksquares/repos/extra-x86_64/ksquares.install (from rev 239066, ksquares/trunk/ksquares.install)
===================================================================
--- extra-x86_64/ksquares.install (rev 0)
+++ extra-x86_64/ksquares.install 2015-05-12 07:53:32 UTC (rev 239067)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list