[arch-commits] Commit in qt5pas/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Sat Mar 14 07:51:47 UTC 2020
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
===================================================================
--- PKGBUILD 2020-03-14 07:51:40 UTC (rev 596557)
+++ PKGBUILD 2020-03-14 07:51:46 UTC (rev 596558)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: rebel <novakpetya at yahoo dot co dot uk>
-
-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)
+++ PKGBUILD 2020-03-14 07:51:46 UTC (rev 596558)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: rebel <novakpetya at yahoo dot co dot uk>
+
+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
+}
More information about the arch-commits
mailing list