[arch-commits] Commit in libkdegames/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Aug 19 04:33:13 UTC 2017
Date: Saturday, August 19, 2017 @ 04:33:12
Author: arojas
Revision: 302404
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
libkdegames/repos/kde-unstable-i686/
libkdegames/repos/kde-unstable-i686/PKGBUILD
(from rev 302403, libkdegames/trunk/PKGBUILD)
libkdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 302403, libkdegames/trunk/PKGBUILD)
Deleted:
libkdegames/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 34 ----------------------------------
3 files changed, 68 insertions(+), 34 deletions(-)
Copied: libkdegames/repos/kde-unstable-i686/PKGBUILD (from rev 302403, libkdegames/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-08-19 04:33:12 UTC (rev 302404)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdegames
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://www.kde.org/applications/games/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1416bd2b50f0417fce39878a8c0e4fda61ebf267f36aca4557676d822fc80e7e'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-08-19 04:32:52 UTC (rev 302403)
+++ kde-unstable-x86_64/PKGBUILD 2017-08-19 04:33:12 UTC (rev 302404)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdegames
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://www.kde.org/applications/games/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c952c90546980f6cee769bff1252a2e3b113ae6de62216f158ee7c7304ad1275'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
- mkdir -p build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 302403, libkdegames/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-08-19 04:33:12 UTC (rev 302404)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdegames
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://www.kde.org/applications/games/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1416bd2b50f0417fce39878a8c0e4fda61ebf267f36aca4557676d822fc80e7e'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ mkdir -p build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list