Date: Sunday, August 21, 2016 @ 02:06:42
  Author: felixonmars
Revision: 274137

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

Added:
  kqtquickcharts/repos/testing-i686/
  kqtquickcharts/repos/testing-i686/PKGBUILD
    (from rev 274136, kqtquickcharts/trunk/PKGBUILD)
  kqtquickcharts/repos/testing-x86_64/
  kqtquickcharts/repos/testing-x86_64/PKGBUILD
    (from rev 274136, kqtquickcharts/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: kqtquickcharts/repos/testing-i686/PKGBUILD (from rev 274136, 
kqtquickcharts/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2016-08-21 02:06:42 UTC (rev 274137)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kqtquickcharts
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://edu.kde.org/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c0a2ac725b9d0a16a0b617e340a77a038099f903')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kqtquickcharts/repos/testing-x86_64/PKGBUILD (from rev 274136, 
kqtquickcharts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2016-08-21 02:06:42 UTC (rev 274137)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kqtquickcharts
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://edu.kde.org/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c0a2ac725b9d0a16a0b617e340a77a038099f903')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to