Date: Saturday, July 5, 2014 @ 04:41:32
  Author: fyan
Revision: 114970

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-07-05 02:41:01 UTC (rev 114969)
+++ community-i686/PKGBUILD     2014-07-05 02:41:32 UTC (rev 114970)
@@ -1,33 +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=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
-}

Copied: qt4pas/repos/community-i686/PKGBUILD (from rev 114969, 
qt4pas/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-05 02:41:32 UTC (rev 114970)
@@ -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=('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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-07-05 02:41:01 UTC (rev 114969)
+++ community-x86_64/PKGBUILD   2014-07-05 02:41:32 UTC (rev 114970)
@@ -1,33 +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=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
-}

Copied: qt4pas/repos/community-x86_64/PKGBUILD (from rev 114969, 
qt4pas/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-05 02:41:32 UTC (rev 114970)
@@ -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=('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
+}

Reply via email to