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

Antonio Rojas arojas at archlinux.org
Tue Jun 14 16:50:22 UTC 2016


    Date: Tuesday, June 14, 2016 @ 16:50:21
  Author: arojas
Revision: 269816

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kturtle/repos/extra-i686/PKGBUILD
    (from rev 269815, kturtle/trunk/PKGBUILD)
  kturtle/repos/extra-x86_64/PKGBUILD
    (from rev 269815, kturtle/trunk/PKGBUILD)
Deleted:
  kturtle/repos/extra-i686/PKGBUILD
  kturtle/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   38 ------------------------
 extra-x86_64/PKGBUILD |   38 ------------------------
 3 files changed, 74 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-06-14 16:50:04 UTC (rev 269815)
+++ extra-i686/PKGBUILD	2016-06-14 16:50:21 UTC (rev 269816)
@@ -1,38 +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=16.04.1
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="http://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=("http://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz")
-sha1sums=('b8d7b26ab6129e7f7b3d03627a156c3b630e008c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kturtle/repos/extra-i686/PKGBUILD (from rev 269815, kturtle/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-06-14 16:50:21 UTC (rev 269816)
@@ -0,0 +1,37 @@
+# $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=16.04.2
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="http://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=("http://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz")
+sha1sums=('69af0ffd926c4350e1a2a045d9a98fc21788f172')
+
+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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-06-14 16:50:04 UTC (rev 269815)
+++ extra-x86_64/PKGBUILD	2016-06-14 16:50:21 UTC (rev 269816)
@@ -1,38 +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=16.04.1
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="http://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=("http://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz")
-sha1sums=('b8d7b26ab6129e7f7b3d03627a156c3b630e008c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kturtle/repos/extra-x86_64/PKGBUILD (from rev 269815, kturtle/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-06-14 16:50:21 UTC (rev 269816)
@@ -0,0 +1,37 @@
+# $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=16.04.2
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="http://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=("http://download.kde.org/stable/applications/$pkgver/src/kturtle-$pkgver.tar.xz")
+sha1sums=('69af0ffd926c4350e1a2a045d9a98fc21788f172')
+
+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