[arch-commits] Commit in python-poppler-qt5/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed Jun 29 14:30:16 UTC 2022


    Date: Wednesday, June 29, 2022 @ 14:30:16
  Author: archange
Revision: 1240556

archrelease: copy trunk to community-x86_64

Added:
  python-poppler-qt5/repos/community-x86_64/PKGBUILD
    (from rev 1240555, python-poppler-qt5/trunk/PKGBUILD)
Deleted:
  python-poppler-qt5/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++-------------------------------
 1 file changed, 24 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 14:30:10 UTC (rev 1240555)
+++ PKGBUILD	2022-06-29 14:30:16 UTC (rev 1240556)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=python-poppler-qt5
-pkgver=21.1.0
-pkgrel=3
-pkgdesc="Python binding to libpoppler-qt5"
-arch=(x86_64)
-url="https://github.com/frescobaldi/python-poppler-qt5"
-license=(LGPL)
-depends=(qt5-base poppler-qt5 python-pyqt5)
-makedepends=(pyqt-builder sip)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${pkgname}-pr45.patch::${url}/pull/45.patch)
-sha256sums=('5a234c2394990c06fe21d40f39725b349b6478235dd22350987040d3bb3177cc'
-            '800b427dd5d88fd47f00a10caaed40a2ea1f3ae0f35adc2640bbe4ce14a3a51e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../${pkgname}-pr45.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sip-build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
-  sip-install --target-dir="${pkgdir}"${site_packages}
-}

Copied: python-poppler-qt5/repos/community-x86_64/PKGBUILD (from rev 1240555, python-poppler-qt5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-29 14:30:16 UTC (rev 1240556)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=python-poppler-qt5
+pkgver=21.3.0
+pkgrel=1
+pkgdesc="Python binding to libpoppler-qt5"
+arch=(x86_64)
+url="https://github.com/frescobaldi/python-poppler-qt5"
+license=(LGPL)
+depends=(qt5-base poppler-qt5 python-pyqt5)
+makedepends=(pyqt-builder sip)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('dbf3be9c8123429c8a73ebd4c18993331619198e88fa40dde99f48213fa75012')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sip-build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
+  sip-install --target-dir="${pkgdir}"${site_packages}
+}



More information about the arch-commits mailing list