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

Antonio Rojas arojas at archlinux.org
Fri Jun 2 14:56:50 UTC 2017


    Date: Friday, June 2, 2017 @ 14:56:49
  Author: arojas
Revision: 233419

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

Added:
  qtcurve/repos/community-i686/PKGBUILD
    (from rev 233418, qtcurve/trunk/PKGBUILD)
  qtcurve/repos/community-x86_64/PKGBUILD
    (from rev 233418, qtcurve/trunk/PKGBUILD)
Deleted:
  qtcurve/repos/community-i686/PKGBUILD
  qtcurve/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  116 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   56 ---------------------
 community-x86_64/PKGBUILD |   56 ---------------------
 3 files changed, 116 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-02 14:56:12 UTC (rev 233418)
+++ community-i686/PKGBUILD	2017-06-02 14:56:49 UTC (rev 233419)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=qtcurve
-pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5')
-pkgver=1.8.18.git20151017
-pkgrel=1
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-arch=('i686' 'x86_64')
-url='https://github.com/QtCurve/qtcurve'
-license=('LGPL')
-groups=('qtcurve')
-makedepends=('extra-cmake-modules' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 'kdelibs4support' 'kdoctools')
-#source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-source=("http://quickgit.kde.org/?p=qtcurve.git&a=snapshot&h=036943575bbe15cc822a1fbca2c96391e5a04fd7&fmt=tgz")
-md5sums=('a664ec255a4fb5f77f1ecb57649d3260')
-
-build() {
-  cd $pkgbase
-
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_BUILD_TYPE=Release \
-           -DCMAKE_INSTALL_PREFIX=/usr \
-           -DQTC_QT4_ENABLE_KDE=false
-  make
-}
-
-package_qtcurve-utils() {
-  depends=('libx11' 'gcc-libs')
-  cd $pkgbase/build/lib/utils
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-gtk2() {
-  depends=('qtcurve-utils' 'gtk2')
-  cd $pkgbase/build/gtk2
-  make DESTDIR="$pkgdir" install
-  cd ../lib/cairo
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt4() {
-  depends=('qtcurve-utils' 'qt4')
-  cd $pkgbase/build/qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt5() {
-  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
-  cd $pkgbase/build/qt5
-  make DESTDIR="$pkgdir" install
-}

Copied: qtcurve/repos/community-i686/PKGBUILD (from rev 233418, qtcurve/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-02 14:56:49 UTC (rev 233419)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=qtcurve
+pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+arch=('i686' 'x86_64')
+url='https://github.com/KDE/qtcurve/'
+license=('LGPL')
+groups=('qtcurve')
+makedepends=('extra-cmake-modules' 'gtk2' 'qt4' 'kdelibs4support' 'kdoctools' 'frameworkintegration' 'python' 'kdesignerplugin')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/KDE/qtcurve/archive/$pkgver.tar.gz")
+sha256sums=('1024503be314596f8047f0ab0efde99a01959bacfaffd0d1305212be53d34b85')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgbase-$pkgver \
+           -DCMAKE_BUILD_TYPE=Release \
+           -DCMAKE_INSTALL_PREFIX=/usr \
+           -DQTC_QT4_ENABLE_KDE=false
+  make
+}
+
+package_qtcurve-utils() {
+  depends=('libx11' 'gcc-libs')
+  cd build/lib/utils
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+  depends=('qtcurve-utils' 'gtk2')
+  cd build/gtk2
+  make DESTDIR="$pkgdir" install
+  cd ../lib/cairo
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt4() {
+  depends=('qtcurve-utils' 'qt4')
+  cd build/qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt5() {
+  depends=('qtcurve-utils' 'kdelibs4support' 'frameworkintegration')
+  cd build/qt5
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-02 14:56:12 UTC (rev 233418)
+++ community-x86_64/PKGBUILD	2017-06-02 14:56:49 UTC (rev 233419)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgbase=qtcurve
-pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5')
-pkgver=1.8.18.git20151017
-pkgrel=1
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-arch=('i686' 'x86_64')
-url='https://github.com/QtCurve/qtcurve'
-license=('LGPL')
-groups=('qtcurve')
-makedepends=('extra-cmake-modules' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 'kdelibs4support' 'kdoctools')
-#source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-source=("http://quickgit.kde.org/?p=qtcurve.git&a=snapshot&h=036943575bbe15cc822a1fbca2c96391e5a04fd7&fmt=tgz")
-md5sums=('a664ec255a4fb5f77f1ecb57649d3260')
-
-build() {
-  cd $pkgbase
-
-  mkdir build
-  cd build
-  cmake .. -DCMAKE_BUILD_TYPE=Release \
-           -DCMAKE_INSTALL_PREFIX=/usr \
-           -DQTC_QT4_ENABLE_KDE=false
-  make
-}
-
-package_qtcurve-utils() {
-  depends=('libx11' 'gcc-libs')
-  cd $pkgbase/build/lib/utils
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-gtk2() {
-  depends=('qtcurve-utils' 'gtk2')
-  cd $pkgbase/build/gtk2
-  make DESTDIR="$pkgdir" install
-  cd ../lib/cairo
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt4() {
-  depends=('qtcurve-utils' 'qt4')
-  cd $pkgbase/build/qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qtcurve-qt5() {
-  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
-  cd $pkgbase/build/qt5
-  make DESTDIR="$pkgdir" install
-}

Copied: qtcurve/repos/community-x86_64/PKGBUILD (from rev 233418, qtcurve/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-02 14:56:49 UTC (rev 233419)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgbase=qtcurve
+pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+arch=('i686' 'x86_64')
+url='https://github.com/KDE/qtcurve/'
+license=('LGPL')
+groups=('qtcurve')
+makedepends=('extra-cmake-modules' 'gtk2' 'qt4' 'kdelibs4support' 'kdoctools' 'frameworkintegration' 'python' 'kdesignerplugin')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/KDE/qtcurve/archive/$pkgver.tar.gz")
+sha256sums=('1024503be314596f8047f0ab0efde99a01959bacfaffd0d1305212be53d34b85')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgbase-$pkgver \
+           -DCMAKE_BUILD_TYPE=Release \
+           -DCMAKE_INSTALL_PREFIX=/usr \
+           -DQTC_QT4_ENABLE_KDE=false
+  make
+}
+
+package_qtcurve-utils() {
+  depends=('libx11' 'gcc-libs')
+  cd build/lib/utils
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+  depends=('qtcurve-utils' 'gtk2')
+  cd build/gtk2
+  make DESTDIR="$pkgdir" install
+  cd ../lib/cairo
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt4() {
+  depends=('qtcurve-utils' 'qt4')
+  cd build/qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt5() {
+  depends=('qtcurve-utils' 'kdelibs4support' 'frameworkintegration')
+  cd build/qt5
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list