[arch-commits] Commit in kblocks/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Mar 27 08:42:44 UTC 2015
Date: Friday, March 27, 2015 @ 09:42:43
Author: arojas
Revision: 235072
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kblocks/repos/kde-unstable-i686/PKGBUILD
(from rev 235071, kblocks/kde-unstable/PKGBUILD)
kblocks/repos/kde-unstable-i686/kblocks.install
(from rev 235071, kblocks/kde-unstable/kblocks.install)
kblocks/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235071, kblocks/kde-unstable/PKGBUILD)
kblocks/repos/kde-unstable-x86_64/kblocks.install
(from rev 235071, kblocks/kde-unstable/kblocks.install)
Deleted:
kblocks/repos/kde-unstable-i686/PKGBUILD
kblocks/repos/kde-unstable-i686/kblocks.install
kblocks/repos/kde-unstable-x86_64/PKGBUILD
kblocks/repos/kde-unstable-x86_64/kblocks.install
-------------------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++
/kblocks.install | 22 ++++++++++
kde-unstable-i686/PKGBUILD | 35 -----------------
kde-unstable-i686/kblocks.install | 11 -----
kde-unstable-x86_64/PKGBUILD | 35 -----------------
kde-unstable-x86_64/kblocks.install | 11 -----
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-03-27 08:42:24 UTC (rev 235071)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 08:42:43 UTC (rev 235072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kblocks
-pkgver=15.03.95
-pkgrel=1
-pkgdesc="The classic falling blocks game"
-url="http://kde.org/applications/games/kblocks/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblocks')
-replaces=('kdegames-kblocks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz")
-sha1sums=('ec2881ab72ee1363512b93ff7cbeeae52bc29725')
-
-build() {
- mkdir build
- cd build
- cmake ../kblocks-${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: kblocks/repos/kde-unstable-i686/PKGBUILD (from rev 235071, kblocks/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-03-27 08:42:43 UTC (rev 235072)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kblocks
+pkgver=15.03.97
+pkgrel=1
+pkgdesc="The classic falling blocks game"
+url="http://kde.org/applications/games/kblocks/"
+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-kblocks')
+replaces=('kdegames-kblocks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz")
+sha1sums=('42a02ece80cc117b0c6df0ae7a62f48297cc5ceb')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kblocks-${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: kde-unstable-i686/kblocks.install
===================================================================
--- kde-unstable-i686/kblocks.install 2015-03-27 08:42:24 UTC (rev 235071)
+++ kde-unstable-i686/kblocks.install 2015-03-27 08:42:43 UTC (rev 235072)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kblocks/repos/kde-unstable-i686/kblocks.install (from rev 235071, kblocks/kde-unstable/kblocks.install)
===================================================================
--- kde-unstable-i686/kblocks.install (rev 0)
+++ kde-unstable-i686/kblocks.install 2015-03-27 08:42:43 UTC (rev 235072)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-03-27 08:42:24 UTC (rev 235071)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 08:42:43 UTC (rev 235072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kblocks
-pkgver=15.03.95
-pkgrel=1
-pkgdesc="The classic falling blocks game"
-url="http://kde.org/applications/games/kblocks/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kblocks')
-replaces=('kdegames-kblocks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz")
-sha1sums=('ec2881ab72ee1363512b93ff7cbeeae52bc29725')
-
-build() {
- mkdir build
- cd build
- cmake ../kblocks-${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: kblocks/repos/kde-unstable-x86_64/PKGBUILD (from rev 235071, kblocks/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-03-27 08:42:43 UTC (rev 235072)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kblocks
+pkgver=15.03.97
+pkgrel=1
+pkgdesc="The classic falling blocks game"
+url="http://kde.org/applications/games/kblocks/"
+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-kblocks')
+replaces=('kdegames-kblocks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kblocks-${pkgver}.tar.xz")
+sha1sums=('42a02ece80cc117b0c6df0ae7a62f48297cc5ceb')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kblocks-${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: kde-unstable-x86_64/kblocks.install
===================================================================
--- kde-unstable-x86_64/kblocks.install 2015-03-27 08:42:24 UTC (rev 235071)
+++ kde-unstable-x86_64/kblocks.install 2015-03-27 08:42:43 UTC (rev 235072)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kblocks/repos/kde-unstable-x86_64/kblocks.install (from rev 235071, kblocks/kde-unstable/kblocks.install)
===================================================================
--- kde-unstable-x86_64/kblocks.install (rev 0)
+++ kde-unstable-x86_64/kblocks.install 2015-03-27 08:42:43 UTC (rev 235072)
@@ -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