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

Bruno Pagani archange at gemini.archlinux.org
Fri Jul 1 13:09:22 UTC 2022


    Date: Friday, July 1, 2022 @ 13:09:22
  Author: archange
Revision: 1243186

archrelease: copy trunk to community-x86_64

Added:
  xreader/repos/community-x86_64/PKGBUILD
    (from rev 1243185, xreader/trunk/PKGBUILD)
Deleted:
  xreader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-01 13:09:17 UTC (rev 1243185)
+++ PKGBUILD	2022-07-01 13:09:22 UTC (rev 1243186)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xreader
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
-arch=(x86_64)
-url="https://github.com/linuxmint/${pkgname}"
-license=(GPL)
-groups=(x-apps)
-depends=(poppler-glib webkit2gtk xapps)
-optdepends=('djvulibre: support for djvu files'
-            'libgxps: support for xps files'
-            'libspectre: support for dvi and ps files'
-            'mathjax2: support for math in epub 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=('e84828319aeb0cc73146a8d3dc9722bbfd7afd804ebc60020f732278a98d242d')
-b2sums=('0c694f24caaebd80892666dc23f575a97dc5588858e663b01ba4f3d235e1a3e3288230451005eba38013de4aa3ce7222dcf59b8f45aa5bb27352dc9e039e779f')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build \
-    --libexecdir=lib/${pkgname} \
-    -Dmathjax-directory=/usr/share/mathjax2 \
-    -Dcomics=true \
-    -Ddjvu=true \
-    -Ddvi=true \
-    -Dt1lib=true \
-    -Dpixbuf=true \
-    -Dhelp_files=true \
-    -Dintrospection=true
-  samu -C build
-}
-
-package(){
-  DESTDIR="${pkgdir}" samu -C build install
-}

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 1243185, xreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-01 13:09:22 UTC (rev 1243186)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xreader
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname}"
+license=(GPL)
+groups=(x-apps)
+depends=(poppler-glib webkit2gtk xapp)
+optdepends=('djvulibre: support for djvu files'
+            'libgxps: support for xps files'
+            'libspectre: support for dvi and ps files'
+            'mathjax2: support for math in epub 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=('957bd533ed818212ca6316e6de6cb394944c04884bdca5ca946c5e2bea67ff19')
+b2sums=('d526800ca0781a765f061ce83788ce73022a2bff801c0e621fd92590dfb1774f74bfec843388b348b1da1dec7f37ba92dfb3a0aa7481b0c399132ac889daf351')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build \
+    --libexecdir=lib/${pkgname} \
+    -Dmathjax-directory=/usr/share/mathjax2 \
+    -Dcomics=true \
+    -Ddjvu=true \
+    -Ddvi=true \
+    -Dt1lib=true \
+    -Dpixbuf=true \
+    -Dhelp_files=true \
+    -Dintrospection=true
+  samu -C build
+}
+
+package(){
+  DESTDIR="${pkgdir}" samu -C build install
+}



More information about the arch-commits mailing list