[arch-commits] Commit in ksnakeduel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Apr 17 22:53:50 UTC 2018
Date: Tuesday, April 17, 2018 @ 22:53:47
Author: arojas
Revision: 322072
archrelease: copy trunk to kde-unstable-x86_64
Added:
ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 322071, ksnakeduel/trunk/PKGBUILD)
Deleted:
ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-17 22:53:13 UTC (rev 322071)
+++ PKGBUILD 2018-04-17 22:53:47 UTC (rev 322072)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ksnakeduel
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="A simple snake duel game"
-url="https://kde.org/applications/games/ksnakeduel/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegames-ksnakeduel)
-replaces=(kdegames-ksnakeduel)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0d6d78f14d436510f94398d1f1665dcb2ed987c9a47a449e38ecd726fb8bfbcd'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: ksnakeduel/repos/kde-unstable-x86_64/PKGBUILD (from rev 322071, ksnakeduel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-17 22:53:47 UTC (rev 322072)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ksnakeduel
+pkgver=18.04.0
+pkgrel=1
+pkgdesc="A simple snake duel game"
+url="https://kde.org/applications/games/ksnakeduel/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegames-ksnakeduel)
+replaces=(kdegames-ksnakeduel)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1cf9e00337125f7ac3639bfeb93c88cf04ae264151fa71c0e4967742cf659712'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list