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

Antonio Rojas arojas at archlinux.org
Wed Dec 16 07:26:30 UTC 2015


    Date: Wednesday, December 16, 2015 @ 08:26:28
  Author: arojas
Revision: 256288

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-12-16 07:26:07 UTC (rev 256287)
+++ kde-unstable-i686/PKGBUILD	2015-12-16 07:26:28 UTC (rev 256288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kqtquickcharts
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6fb19eb66897e8975b1d3e2309fe05f25ef376e0')
-
-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/kde-unstable-i686/PKGBUILD (from rev 256287, kqtquickcharts/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-12-16 07:26:28 UTC (rev 256288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kqtquickcharts
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts"
+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=('f4c9c7c678732d3dfa19c52a6b9f50109f4f0efe')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-12-16 07:26:07 UTC (rev 256287)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-16 07:26:28 UTC (rev 256288)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kqtquickcharts
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6fb19eb66897e8975b1d3e2309fe05f25ef376e0')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 256287, kqtquickcharts/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-12-16 07:26:28 UTC (rev 256288)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kqtquickcharts
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts"
+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=('f4c9c7c678732d3dfa19c52a6b9f50109f4f0efe')
+
+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
+}



More information about the arch-commits mailing list