[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Sat Jan 30 03:25:24 UTC 2016


    Date: Saturday, January 30, 2016 @ 04:25:23
  Author: fyan
Revision: 159437

addpkg: qml-material 0.2.0-2

Added:
  qml-material/
  qml-material/repos/
  qml-material/trunk/
  qml-material/trunk/PKGBUILD

----------+
 PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Added: qml-material/trunk/PKGBUILD
===================================================================
--- qml-material/trunk/PKGBUILD	                        (rev 0)
+++ qml-material/trunk/PKGBUILD	2016-01-30 03:25:23 UTC (rev 159437)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Riley Trautman <asonix.dev at gmail.com>
+# Contributor: Michael Spencer <sonrisesoftware at gmail.com>
+
+pkgname=qml-material
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="A UI framework for QtQuick implementing Material Design"
+arch=("any")
+url="https://github.com/papyros/qml-material"
+license=("LGPL")
+depends=("qt5-base" "qt5-declarative" "qt5-quickcontrols" "qt5-svg" "qt5-graphicaleffects")
+makedepends=("git")
+# checkdepends=("xorg-server-xvfb")
+source=("git+https://github.com/papyros/qml-material.git#tag=v$pkgver")
+sha256sums=("SKIP")
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake "$srcdir/$pkgname"
+  make
+}
+
+check() {
+  cd build
+  ## libGL error: No matching fbConfigs or visuals found
+  ## libGL error: failed to load driver: swrast
+  ## Could not initialize GLX
+  # xvfb-run make check
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+  rm -r "$pkgdir/usr/tests"
+}


Property changes on: qml-material/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list