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

Ike Devolder idevolder at nymeria.archlinux.org
Wed Feb 20 20:52:15 UTC 2013


    Date: Wednesday, February 20, 2013 @ 21:52:15
  Author: idevolder
Revision: 84624

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 84623, qt4pas/trunk/PKGBUILD)
  qt4pas/repos/community-staging-x86_64/
  qt4pas/repos/community-staging-x86_64/PKGBUILD
    (from rev 84623, 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 84623, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-20 20:52:15 UTC (rev 84624)
@@ -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=4
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
+license=('LGPL')
+depends=('qt4')
+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 -query
+	qmake
+	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 84623, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-20 20:52:15 UTC (rev 84624)
@@ -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=4
+pkgdesc="Free Pascal Qt4 Binding Library"
+arch=('i686' 'x86_64')
+url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html"
+license=('LGPL')
+depends=('qt4')
+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 -query
+	qmake
+	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