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

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 11:40:31 UTC 2022


    Date: Wednesday, March 2, 2022 @ 11:40:31
  Author: allan
Revision: 1139442

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 11:40:15 UTC (rev 1139441)
+++ PKGBUILD	2022-03-02 11:40:31 UTC (rev 1139442)
@@ -1,26 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: rebel <novakpetya at yahoo dot co dot uk>
-
-pkgname=qt5pas
-_lazarus_tag=2_2_0
-_lazarus_version=2.2.0
-pkgver=2.6.$_lazarus_version
-pkgrel=1
-pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
-arch=('x86_64')
-url='https://gitlab.com/freepascal.org/lazarus/lazarus/-/tree/main/lcl/interfaces/qt5/cbindings'
-license=('LGPL3')
-depends=('qt5-base' 'qt5-x11extras')
-source=("https://gitlab.com/freepascal.org/lazarus/lazarus/-/archive/lazarus_${_lazarus_tag}/lazarus-lazarus_${_lazarus_tag}.tar.bz2")
-sha512sums=('d991e636891d00ab42075ecfa4ce3d7cb276ea58e209e1940bf096c74d0b2f1cedec076e6312efd8e85a31092591347835319e6abbc95c7367a424f44562bd95')
-
-build() {
-    cd "lazarus-lazarus_${_lazarus_tag}/lcl/interfaces/qt5/cbindings"
-    qmake-qt5 "QT += x11extras"
-    make
-}
-
-package() {
-    cd "lazarus-lazarus_${_lazarus_tag}/lcl/interfaces/qt5/cbindings"
-    make INSTALL_ROOT="$pkgdir" install
-}

Copied: qt5pas/repos/community-x86_64/PKGBUILD (from rev 1139441, qt5pas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 11:40:31 UTC (rev 1139442)
@@ -0,0 +1,26 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: rebel <novakpetya at yahoo dot co dot uk>
+
+pkgname=qt5pas
+_lazarus_tag=2_2_0
+_lazarus_version=2.2.0
+pkgver=2.6.$_lazarus_version
+pkgrel=2
+pkgdesc='Free Pascal Qt5 binding library updated by lazarus IDE'
+arch=('x86_64')
+url='https://gitlab.com/freepascal.org/lazarus/lazarus/-/tree/main/lcl/interfaces/qt5/cbindings'
+license=('LGPL3')
+depends=('qt5-base' 'qt5-x11extras')
+source=("https://gitlab.com/freepascal.org/lazarus/lazarus/-/archive/lazarus_${_lazarus_tag}/lazarus-lazarus_${_lazarus_tag}.tar.bz2")
+sha512sums=('d991e636891d00ab42075ecfa4ce3d7cb276ea58e209e1940bf096c74d0b2f1cedec076e6312efd8e85a31092591347835319e6abbc95c7367a424f44562bd95')
+
+build() {
+    cd "lazarus-lazarus_${_lazarus_tag}/lcl/interfaces/qt5/cbindings"
+    qmake-qt5 "QT += x11extras"
+    make
+}
+
+package() {
+    cd "lazarus-lazarus_${_lazarus_tag}/lcl/interfaces/qt5/cbindings"
+    make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list