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

Ike Devolder idevolder at nymeria.archlinux.org
Tue Feb 5 18:39:28 UTC 2013


    Date: Tuesday, February 5, 2013 @ 19:39:27
  Author: idevolder
Revision: 83860

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

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

---------------------------+
 community-i686/PKGBUILD   |   68 +++++++++++++++++++++-----------------------
 community-x86_64/PKGBUILD |   68 +++++++++++++++++++++-----------------------
 2 files changed, 66 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-05 18:39:11 UTC (rev 83859)
+++ community-i686/PKGBUILD	2013-02-05 18:39:27 UTC (rev 83860)
@@ -1,35 +0,0 @@
-# $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=2
-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/"
-
-	sed -ie "s:target\.path = :target\.path = $pkgdir:g" Qt4Pas.pro
-
-	qmake -query
-	qmake
-	make
-}
-
-package() {
-	cd "$srcdir/qt4pas-V2.5_Qt4.5.3/"
-	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-i686/PKGBUILD (from rev 83859, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-05 18:39:27 UTC (rev 83860)
@@ -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=3
+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 -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-05 18:39:11 UTC (rev 83859)
+++ community-x86_64/PKGBUILD	2013-02-05 18:39:27 UTC (rev 83860)
@@ -1,35 +0,0 @@
-# $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=2
-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/"
-
-	sed -ie "s:target\.path = :target\.path = $pkgdir:g" Qt4Pas.pro
-
-	qmake -query
-	qmake
-	make
-}
-
-package() {
-	cd "$srcdir/qt4pas-V2.5_Qt4.5.3/"
-	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-x86_64/PKGBUILD (from rev 83859, qt4pas/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-05 18:39:27 UTC (rev 83860)
@@ -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=3
+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 -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