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

Antonio Rojas arojas at archlinux.org
Tue May 10 16:41:23 UTC 2016


    Date: Tuesday, May 10, 2016 @ 18:41:22
  Author: arojas
Revision: 267449

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-10 16:41:05 UTC (rev 267448)
+++ extra-i686/PKGBUILD	2016-05-10 16:41:22 UTC (rev 267449)
@@ -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.0
-pkgrel=2
-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=('439c02bb6224d00f6655aa219fe078ab738ba9ea')
-
-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 267448, kturtle/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-10 16:41:22 UTC (rev 267449)
@@ -0,0 +1,38 @@
+# $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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-10 16:41:05 UTC (rev 267448)
+++ extra-x86_64/PKGBUILD	2016-05-10 16:41:22 UTC (rev 267449)
@@ -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.0
-pkgrel=2
-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=('439c02bb6224d00f6655aa219fe078ab738ba9ea')
-
-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 267448, kturtle/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-10 16:41:22 UTC (rev 267449)
@@ -0,0 +1,38 @@
+# $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
+}



More information about the arch-commits mailing list