[arch-commits] Commit in klettres/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 7 20:31:44 UTC 2017


    Date: Friday, April 7, 2017 @ 20:31:43
  Author: arojas
Revision: 292359

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  klettres/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292358, klettres/kde-unstable/PKGBUILD)
Deleted:
  klettres/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:31:18 UTC (rev 292358)
+++ PKGBUILD	2017-04-07 20:31:43 UTC (rev 292359)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=klettres
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="https://kde.org/applications/education/klettres/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knewstuff' 'kemoticons' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-klettres')
-conflicts=('kdeedu-klettres')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2ffafdf9d35a553b5f21ac1be6643ce8770165a26c52d30d2132810afc967e32'
-            '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 "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klettres/repos/kde-unstable-x86_64/PKGBUILD (from rev 292358, klettres/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 20:31:43 UTC (rev 292359)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klettres
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Learn The Alphabet"
+url="https://kde.org/applications/education/klettres/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kemoticons' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz"{,.sig})
+sha256sums=('74f83341c24f3c14179e2abe408e834f88d1ebbf4dba7ee53a7b91bebf175fc0'
+            '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 "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list