[arch-commits] Commit in granatier/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 7 20:36:46 UTC 2017
Date: Friday, April 7, 2017 @ 20:36:45
Author: arojas
Revision: 292372
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
granatier/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292371, granatier/kde-unstable/PKGBUILD)
Deleted:
granatier/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-07 20:36:31 UTC (rev 292371)
+++ PKGBUILD 2017-04-07 20:36:45 UTC (rev 292372)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=granatier
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A clone of the classic Bomberman game"
-url="https://kde.org/applications/games/granatier/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-granatier')
-replaces=('kdegames-granatier')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b46653a18b2395f102563e8d6e66531898206eb45cd9def4f795800f2249bb3e'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: granatier/repos/kde-unstable-x86_64/PKGBUILD (from rev 292371, granatier/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-04-07 20:36:45 UTC (rev 292372)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=granatier
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A clone of the classic Bomberman game"
+url="https://kde.org/applications/games/granatier/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-granatier')
+replaces=('kdegames-granatier')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/granatier-${pkgver}.tar.xz"{,.sig})
+sha256sums=('40fa189e4bdbb6896612f170843fe95c6209bd890d655c6dd783435dac68fb5d'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list