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

2020-10-06 Thread Ike Devolder via arch-commits
Date: Tuesday, October 6, 2020 @ 10:32:14
  Author: idevolder
Revision: 719317

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 719316, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 10:32:09 UTC (rev 719316)
+++ PKGBUILD2020-10-06 10:32:14 UTC (rev 719317)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=63484
-pkgver=2.6.r63484
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 719316, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-06 10:32:14 UTC (rev 719317)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=63484
+pkgver=2.6.r63484
+pkgrel=2
+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
+}


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

2020-07-03 Thread Ike Devolder via arch-commits
Date: Friday, July 3, 2020 @ 08:28:12
  Author: idevolder
Revision: 657572

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 657571, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 08:28:07 UTC (rev 657571)
+++ PKGBUILD2020-07-03 08:28:12 UTC (rev 657572)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=62883
-pkgver=2.6.r62883
-pkgrel=2
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 657571, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 08:28:12 UTC (rev 657572)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=63484
+pkgver=2.6.r63484
+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
+}


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

2020-06-28 Thread Ike Devolder via arch-commits
Date: Sunday, June 28, 2020 @ 08:14:16
  Author: idevolder
Revision: 655107

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 655106, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-28 08:14:09 UTC (rev 655106)
+++ PKGBUILD2020-06-28 08:14:16 UTC (rev 655107)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=62883
-pkgver=2.6.r62883
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 655106, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-28 08:14:16 UTC (rev 655107)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=62883
+pkgver=2.6.r62883
+pkgrel=2
+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
+}


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

2020-04-08 Thread Ike Devolder via arch-commits
Date: Wednesday, April 8, 2020 @ 17:58:54
  Author: idevolder
Revision: 612688

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 612687, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-08 17:58:49 UTC (rev 612687)
+++ PKGBUILD2020-04-08 17:58:54 UTC (rev 612688)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=62764
-pkgver=2.6.r62764
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 612687, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-08 17:58:54 UTC (rev 612688)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=62883
+pkgver=2.6.r62883
+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
+}


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

2020-03-14 Thread Ike Devolder via arch-commits
Date: Saturday, March 14, 2020 @ 07:51:46
  Author: idevolder
Revision: 596558

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 596557, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-14 07:51:40 UTC (rev 596557)
+++ PKGBUILD2020-03-14 07:51:46 UTC (rev 596558)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=61322
-pkgver=2.6.r61322
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 596557, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-14 07:51:46 UTC (rev 596558)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=62764
+pkgver=2.6.r62764
+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
+}


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

2019-06-06 Thread Ike Devolder via arch-commits
Date: Thursday, June 6, 2019 @ 16:03:01
  Author: idevolder
Revision: 477628

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 477627, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 16:02:55 UTC (rev 477627)
+++ PKGBUILD2019-06-06 16:03:01 UTC (rev 477628)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=60525
-pkgver=2.6.r60525
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 477627, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 16:03:01 UTC (rev 477628)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=61322
+pkgver=2.6.r61322
+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
+}


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

2019-03-06 Thread Ike Devolder via arch-commits
Date: Wednesday, March 6, 2019 @ 19:55:06
  Author: idevolder
Revision: 437900

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 437899, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-06 19:54:57 UTC (rev 437899)
+++ PKGBUILD2019-03-06 19:55:06 UTC (rev 437900)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=59762
-pkgver=2.6.r59762
-pkgrel=2
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 437899, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-06 19:55:06 UTC (rev 437900)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=60525
+pkgver=2.6.r60525
+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
+}


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

2018-12-10 Thread Ike Devolder via arch-commits
Date: Monday, December 10, 2018 @ 19:42:28
  Author: idevolder
Revision: 414459

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 414458, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-10 19:42:24 UTC (rev 414458)
+++ PKGBUILD2018-12-10 19:42:28 UTC (rev 414459)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=59566
-pkgver=2.6.r59566
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 414458, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-10 19:42:28 UTC (rev 414459)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=59762
+pkgver=2.6.r59762
+pkgrel=2
+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
+}


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

2018-11-17 Thread Ike Devolder via arch-commits
Date: Saturday, November 17, 2018 @ 18:03:43
  Author: idevolder
Revision: 408612

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 408611, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 18:03:36 UTC (rev 408611)
+++ PKGBUILD2018-11-17 18:03:43 UTC (rev 408612)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57934
-pkgver=2.6.r57934
-pkgrel=3
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 408611, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 18:03:43 UTC (rev 408612)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=59566
+pkgver=2.6.r59566
+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
+}


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

2018-10-18 Thread Ike Devolder via arch-commits
Date: Thursday, October 18, 2018 @ 18:50:05
  Author: idevolder
Revision: 396126

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 396125, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-18 18:49:56 UTC (rev 396125)
+++ PKGBUILD2018-10-18 18:50:05 UTC (rev 396126)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57934
-pkgver=2.6.r57934
-pkgrel=2
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 396125, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-18 18:50:05 UTC (rev 396126)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=57934
+pkgver=2.6.r57934
+pkgrel=3
+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
+}


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

2018-08-15 Thread Ike Devolder via arch-commits
Date: Wednesday, August 15, 2018 @ 19:47:51
  Author: idevolder
Revision: 371888

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 371887, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:47:45 UTC (rev 371887)
+++ PKGBUILD2018-08-15 19:47:51 UTC (rev 371888)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57934
-pkgver=2.6.r57934
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 371887, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 19:47:51 UTC (rev 371888)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=57934
+pkgver=2.6.r57934
+pkgrel=2
+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
+}


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

2018-05-16 Thread Ike Devolder via arch-commits
Date: Wednesday, May 16, 2018 @ 15:16:14
  Author: idevolder
Revision: 322858

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 322857, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-16 15:16:06 UTC (rev 322857)
+++ PKGBUILD2018-05-16 15:16:14 UTC (rev 322858)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57654
-pkgver=2.6.r57654
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 322857, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-16 15:16:14 UTC (rev 322858)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=57934
+pkgver=2.6.r57934
+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
+}


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

2018-04-27 Thread Ike Devolder via arch-commits
Date: Friday, April 27, 2018 @ 18:54:37
  Author: idevolder
Revision: 318315

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 318314, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-27 18:54:29 UTC (rev 318314)
+++ PKGBUILD2018-04-27 18:54:37 UTC (rev 318315)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-pkgname=qt5pas
-_svnrevision=57057
-pkgver=2.6.r57057
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 318314, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-27 18:54:37 UTC (rev 318315)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=57654
+pkgver=2.6.r57654
+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
+}


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

2018-01-17 Thread Ike Devolder via arch-commits
Date: Wednesday, January 17, 2018 @ 20:00:00
  Author: idevolder
Revision: 283767

archrelease: copy trunk to community-x86_64

Added:
  qt5pas/repos/community-x86_64/PKGBUILD
(from rev 283766, qt5pas/trunk/PKGBUILD)
Deleted:
  qt5pas/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-17 19:59:49 UTC (rev 283766)
+++ PKGBUILD2018-01-17 20:00:00 UTC (rev 283767)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: rebel 
-
-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
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 283766, 
qt5pas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-17 20:00:00 UTC (rev 283767)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: rebel 
+
+pkgname=qt5pas
+_svnrevision=57057
+pkgver=2.6.r57057
+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
+}