[arch-commits] Commit in xreader/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Sep 10 14:20:46 UTC 2022
Date: Saturday, September 10, 2022 @ 14:20:46
Author: arojas
Revision: 1299076
archrelease: copy trunk to community-x86_64
Added:
xreader/repos/community-x86_64/PKGBUILD
(from rev 1299075, xreader/trunk/PKGBUILD)
Deleted:
xreader/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 14:20:37 UTC (rev 1299075)
+++ PKGBUILD 2022-09-10 14:20:46 UTC (rev 1299076)
@@ -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.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=('b4604f5777a0a99b76f90c16e3aa37607556010d55daf0b0ab7152d878c51976')
-b2sums=('0e9c51ca285f228ed7ba9c385e15b58a8210189098aeef9ecd0a929bd2ed69f7ceecf700927c2d29a9584be1a5ca0a6cbaef58a0be49bfec0e010d6a6f9bddd5')
-
-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 1299075, xreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 14:20:46 UTC (rev 1299076)
@@ -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.5
+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=('8b62ab97116bab7eeb7f38ac31de773065e79230cf12aa4388d6c76780e73f76')
+b2sums=('815afc61d1552f42c95fb0282972e6925319f3bdb0d8c241177ddc60bad7294cb1e34bcd3401cedcd8fe9ed31cbd4ee0d5d0e129968537bfa58d221515ad8d55')
+
+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