Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
xreader


Commits:
9cda3ec7 by Antonio Rojas at 2023-08-05T09:56:36+02:00
Fix build with meson 1.2 (FS#79203)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -18,9 +18,16 @@ optdepends=('djvulibre: support for djvu files'
             'texlive-bin: support for dvi files')
 makedepends=(meson samurai intltool itstool gobject-introspection djvulibre
              libgxps libspectre texlive-bin)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4193fd727ccf6e259ffa9f8cd207496b9fc07b26e26fd174cac3adad94afb401')
-b2sums=('96269b3a2ed0c8245cdd9e137e7bfabbe3a7d8fe048087c92aa858af313d9acdc95910055ec0f6d1a723af71f8e3b8bb3935f5943b083ba237c18824a0402545')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        https://github.com/linuxmint/xreader/commit/06b18a88.patch)
+sha256sums=('4193fd727ccf6e259ffa9f8cd207496b9fc07b26e26fd174cac3adad94afb401'
+            'fbf6b7b0266a8fd0addf6a105e45ccef3ab9c7af6f019e3837cb5e189296d5ad')
+b2sums=('96269b3a2ed0c8245cdd9e137e7bfabbe3a7d8fe048087c92aa858af313d9acdc95910055ec0f6d1a723af71f8e3b8bb3935f5943b083ba237c18824a0402545'
+        
'c77bc554f85a0b6690eff4846cc34d4d491c81367d73e20a4dc65848212a573783502698c8828ab1ca9b49f4bb7868539f19fc79858d298d173079677190a32b')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 06b18a88.patch # Fix build with meson 1.2
+}
 
 build() {
   arch-meson ${pkgname}-${pkgver} build \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xreader/-/commit/9cda3ec725ca0d8b9d66c13735153b0a79f856cf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xreader/-/commit/9cda3ec725ca0d8b9d66c13735153b0a79f856cf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to