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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 15 21:12:50 UTC 2022


    Date: Saturday, January 15, 2022 @ 21:12:49
  Author: arojas
Revision: 1104920

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-15 21:12:48 UTC (rev 1104919)
+++ PKGBUILD	2022-01-15 21:12:49 UTC (rev 1104920)
@@ -1,44 +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.0.2
-pkgrel=2
-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=('a2e32274787723e81afeb62390c92b64f0ad222e3ca6295704535e5c499fdd28')
-b2sums=('3534f16b16ef73dfe58c62a5dc82bf13f7f68bea4a7646e65e612af6a6ff6250f3989c999f039d6d7044eeb30791554d660ee159e7f064e810f81d0e8f6a3f87')
-
-build() {
-  mkdir -p build
-  cd build
-  arch-meson --libexecdir=lib/${pkgname} \
-    -Dmathjax-directory=/usr/share/mathjax2 \
-    -Dcomics=true \
-    -Ddjvu=true \
-    -Ddvi=true \
-    -Dt1lib=true \
-    -Dpixbuf=true \
-    -Dhelp_files=true \
-    -Dintrospection=true \
-    ../${pkgname}-${pkgver}
-  samu
-}
-
-package(){
-  cd build
-  DESTDIR="${pkgdir}" samu install
-}

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 1104916, xreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-15 21:12:49 UTC (rev 1104920)
@@ -0,0 +1,44 @@
+# 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.2.2
+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=('fb2ba147ffbe64b47ff8967cfc49930f68867e6a6ab5d8e496208fc0e03cf481')
+b2sums=('ae69e3b3dc21b0d2639ed712b5d420679d6afff1ce97321a477c2381c9e9493c6d0e10f5e3182fb6d796d681fbb3fc785f3224bc01a6b5087f789b67c59e97c9')
+
+build() {
+  mkdir -p build
+  cd build
+  arch-meson --libexecdir=lib/${pkgname} \
+    -Dmathjax-directory=/usr/share/mathjax2 \
+    -Dcomics=true \
+    -Ddjvu=true \
+    -Ddvi=true \
+    -Dt1lib=true \
+    -Dpixbuf=true \
+    -Dhelp_files=true \
+    -Dintrospection=true \
+    ../${pkgname}-${pkgver}
+  samu
+}
+
+package(){
+  cd build
+  DESTDIR="${pkgdir}" samu install
+}



More information about the arch-commits mailing list