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

Antonio Rojas arojas at archlinux.org
Mon Jul 24 17:29:19 UTC 2017


    Date: Monday, July 24, 2017 @ 17:29:19
  Author: arojas
Revision: 301222

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

Added:
  step/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 301221, step/kde-unstable/PKGBUILD)
Deleted:
  step/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-24 17:28:59 UTC (rev 301221)
+++ PKGBUILD	2017-07-24 17:29:19 UTC (rev 301222)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=step
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 'kplotting' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa' 'kdesignerplugin' 'qt5-tools')
-conflicts=('kdeedu-step')
-replaces=('kdeedu-step')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/step-${pkgver}.tar.xz"{,.sig})
-sha256sums=('5ab21d5f480449f1844968084fec09ddb79dd413773a19a6a2a788e89d5874ca'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../step-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: step/repos/kde-unstable-x86_64/PKGBUILD (from rev 301221, step/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-24 17:29:19 UTC (rev 301222)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=17.07.80
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 'kplotting' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa' 'kdesignerplugin' 'qt5-tools')
+conflicts=('kdeedu-step')
+replaces=('kdeedu-step')
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/step-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5ab21d5f480449f1844968084fec09ddb79dd413773a19a6a2a788e89d5874ca'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../step-${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