[arch-commits] Commit in (qt5pas qt5pas/repos qt5pas/trunk qt5pas/trunk/PKGBUILD)

Ike Devolder idevolder at archlinux.org
Sun Dec 24 09:01:13 UTC 2017


    Date: Sunday, December 24, 2017 @ 09:01:12
  Author: idevolder
Revision: 275712

add qt5pas for qt5 pascal programs

Added:
  qt5pas/
  qt5pas/repos/
  qt5pas/trunk/
  qt5pas/trunk/PKGBUILD

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

Added: qt5pas/trunk/PKGBUILD
===================================================================
--- qt5pas/trunk/PKGBUILD	                        (rev 0)
+++ qt5pas/trunk/PKGBUILD	2017-12-24 09:01:12 UTC (rev 275712)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: rebel <novakpetya at yahoo dot co dot uk>
+
+pkgname=qt5pas
+_svnrevision=54980
+pkgver=2.6.r$_svnrevision
+pkgrel=1
+pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
+arch=('x86_64')
+url='https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings'
+license=('LGPL3')
+depends=('qt5-base' 'qt5-x11extras')
+makedepends=('subversion')
+source=("$pkgname::svn+https://svn.freepascal.org/svn/lazarus/trunk/lcl/interfaces/qt5/cbindings#revision=$_svnrevision")
+sha512sums=('SKIP')
+
+build() {
+    cd "$pkgname"
+	qmake-qt5 "QT += x11extras"
+	make
+}
+
+package() {
+    cd "$pkgname"
+	make INSTALL_ROOT="$pkgdir" install
+}


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



More information about the arch-commits mailing list