[arch-commits] Commit in kturtle/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Aug 19 05:05:33 UTC 2017


    Date: Saturday, August 19, 2017 @ 05:05:32
  Author: arojas
Revision: 302482

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kturtle/repos/kde-unstable-i686/
  kturtle/repos/kde-unstable-i686/PKGBUILD
    (from rev 302481, kturtle/trunk/PKGBUILD)
  kturtle/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 302481, kturtle/trunk/PKGBUILD)
Deleted:
  kturtle/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   40 ++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   40 ----------------------------------------
 3 files changed, 80 insertions(+), 40 deletions(-)

Copied: kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 302481, kturtle/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 05:05:32 UTC (rev 302482)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kturtle
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="https://kde.org/applications/education/kturtle/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeedu-kturtle)
+replaces=(kdeedu-kturtle)
+source=("https://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz"{,.sig})
+sha256sums=('32a8c93feadd23468a6dc1d88e7b6e4d92a4a692d8a689c856a59277d7b14737'
+            '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_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-08-19 05:05:04 UTC (rev 302481)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:05:32 UTC (rev 302482)
@@ -1,40 +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=kturtle
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="https://kde.org/applications/education/kturtle/"
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-conflicts=(kdeedu-kturtle)
-replaces=(kdeedu-kturtle)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/kturtle-$pkgver.tar.xz"{,.sig})
-sha256sums=('736cb6c07c7a64c908a8adfc50dfcd6985a78d4fc464a9aeb27e2953a4980a8d'
-            '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_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kturtle/repos/kde-unstable-x86_64/PKGBUILD (from rev 302481, kturtle/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:05:32 UTC (rev 302482)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kturtle
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="https://kde.org/applications/education/kturtle/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeedu-kturtle)
+replaces=(kdeedu-kturtle)
+source=("https://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz"{,.sig})
+sha256sums=('32a8c93feadd23468a6dc1d88e7b6e4d92a4a692d8a689c856a59277d7b14737'
+            '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_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