[arch-commits] Commit in qt5-translations/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 10 23:15:24 UTC 2022


    Date: Thursday, February 10, 2022 @ 23:15:24
  Author: arojas
Revision: 436917

archrelease: copy trunk to extra-any

Added:
  qt5-translations/repos/extra-any/PKGBUILD
    (from rev 436916, qt5-translations/trunk/PKGBUILD)
Deleted:
  qt5-translations/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 23:15:13 UTC (rev 436916)
+++ PKGBUILD	2022-02-10 23:15:24 UTC (rev 436917)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=qt5-translations
-pkgver=5.15.2+kde+r20
-pkgrel=2
-_commit=68f420ebdfb226e3d0c09ebed06d5454cc6c3a7f
-arch=('any')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Translations)'
-depends=()
-makedepends=('git' 'qt5-tools')
-groups=('qt' 'qt5')
-_pkgfqn=qttranslations
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-translations/repos/extra-any/PKGBUILD (from rev 436916, qt5-translations/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 23:15:24 UTC (rev 436917)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-translations
+pkgver=5.15.2+kde+r22
+pkgrel=1
+_commit=8fbbdf21f127197f97b58c7d80d2fa2a59135638
+arch=('any')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=()
+makedepends=('git' 'qt5-tools')
+groups=('qt' 'qt5')
+_pkgfqn=qttranslations
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list