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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 00:53:21 UTC 2015


    Date: Monday, December 7, 2015 @ 01:53:21
  Author: foutrelis
Revision: 149432

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

Added:
  qt4pas/repos/community-staging-i686/
  qt4pas/repos/community-staging-i686/PKGBUILD
    (from rev 149431, qt4pas/trunk/PKGBUILD)
  qt4pas/repos/community-staging-x86_64/
  qt4pas/repos/community-staging-x86_64/PKGBUILD
    (from rev 149431, qt4pas/trunk/PKGBUILD)

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

Copied: qt4pas/repos/community-staging-i686/PKGBUILD (from rev 149431, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 00:53:21 UTC (rev 149432)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=5
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
+license=('LGPL')
+depends=('qtwebkit')
+source=("http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz")
+md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
+
+build() {
+	cd "$srcdir/qt4pas-V2.5_Qt4.5.3/"
+
+	qmake-qt4 -query
+	qmake-qt4
+	make
+}
+
+package() {
+	cd "$srcdir/qt4pas-V2.5_Qt4.5.3/"
+	INSTALL_ROOT="$pkgdir" make install
+
+	pushd "$pkgdir/usr/lib"
+	for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+		ln -s libQt4Pas.so.5.2.5 $intflink
+	done
+	popd
+}

Copied: qt4pas/repos/community-staging-x86_64/PKGBUILD (from rev 149431, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 00:53:21 UTC (rev 149432)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com>
+
+pkgname=qt4pas
+pkgver=2.5
+pkgrel=5
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
+license=('LGPL')
+depends=('qtwebkit')
+source=("http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V2.5/qt4pas-V2.5_Qt4.5.3.tar.gz")
+md5sums=('8249bc17e4167e077d22c7f5fb118bb2')
+
+build() {
+	cd "$srcdir/qt4pas-V2.5_Qt4.5.3/"
+
+	qmake-qt4 -query
+	qmake-qt4
+	make
+}
+
+package() {
+	cd "$srcdir/qt4pas-V2.5_Qt4.5.3/"
+	INSTALL_ROOT="$pkgdir" make install
+
+	pushd "$pkgdir/usr/lib"
+	for intflink in 'libqt4intf.so' 'libqt4intf.so.5' 'libqt4intf.so.5.2' 'libqt4intf.so.5.2.1' 'libqt4intf.so.5.2.5'; do
+		ln -s libQt4Pas.so.5.2.5 $intflink
+	done
+	popd
+}



More information about the arch-commits mailing list