Date: Tuesday, December 20, 2022 @ 08:03:39
  Author: arojas
Revision: 1362833

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 08:03:38 UTC (rev 1362832)
+++ PKGBUILD    2022-12-20 08:03:39 UTC (rev 1362833)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xreader
-pkgver=3.6.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 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=('e1c9644d1d4d5e8907260c6f591736f4d4a8aaa9cbd4f4a712d2986d526b0835')
-b2sums=('de903af345a0c025d32d37d6334f5b9537ea771a3ed4b341391be6ef2836fcbbde375aecdd81544d79e839fd9a446d702bfa9b0860eda92e7f5833747cc4cf81')
-
-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 1362828, 
xreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-20 08:03:39 UTC (rev 1362833)
@@ -0,0 +1,41 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xreader
+pkgver=3.6.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 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=('60896d14853ab42d5758ead73ae02f15a49460a826ff2217c7da2c8fbdc9a5a3')
+b2sums=('34dca713328255a5aaf59290837c6d204004b96b26bd2847c0038bad9f98f902ba3565bc68d7f6cd25949de51b1758afc6cdba873abf925bea76dfb0ec718625')
+
+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
+}

Reply via email to