[arch-commits] Commit in xreader/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Jan 13 02:02:12 UTC 2021
Date: Wednesday, January 13, 2021 @ 02:02:11
Author: eschwartz
Revision: 820316
archrelease: copy trunk to community-x86_64
Added:
xreader/repos/community-x86_64/PKGBUILD
(from rev 820315, xreader/trunk/PKGBUILD)
Deleted:
xreader/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-13 02:01:53 UTC (rev 820315)
+++ PKGBUILD 2021-01-13 02:02:11 UTC (rev 820316)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xreader
-pkgver=2.8.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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a58165734d549b4f963ce36f6f41d076bbeea07a5bcfc45458691ad22018c524')
-b2sums=('77ba8ebe0bdcef76705ce7338822ddd1e07a6926e3b45c0decd2fd26325920bace6fba6e241314b73ec2616bec3d656cfdc20b6938cbdbbff61008bc9b7f157e')
-
-build() {
- mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
- cd "${srcdir}"/${pkgname}-${pkgver}/build
-
- meson --prefix=/usr \
- --libexecdir=lib/${pkgname} \
- --buildtype=plain \
- -Dmathjax-directory=/usr/share/mathjax2 \
- -Dcomics=true \
- -Ddjvu=true \
- -Ddvi=true \
- -Dt1lib=true \
- -Dpixbuf=true \
- -Dintrospection=true \
- -Dhelp_files=true \
- -Dtests=false \
- ..
- samu
-}
-
-package(){
- cd "${srcdir}"/${pkgname}-${pkgver}/build
-
- DESTDIR="${pkgdir}" samu install
-}
Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 820315, xreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-13 02:02:11 UTC (rev 820316)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xreader
+pkgver=2.8.3
+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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('48d624e3844d614ea5c6a4c97220e31411800dee8a55f394add0871b0573b3cb')
+b2sums=('af3226ee9f3e2659f3b6175a7a4ec243546c89e19d78099b1bf5a7a3bbfc9493b079435225b865391afcde10cba4bf075a7198340043be9d8caaed98a7f97585')
+
+build() {
+ mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+ cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+ meson --prefix=/usr \
+ --libexecdir=lib/${pkgname} \
+ --buildtype=plain \
+ -Dmathjax-directory=/usr/share/mathjax2 \
+ -Dcomics=true \
+ -Ddjvu=true \
+ -Ddvi=true \
+ -Dt1lib=true \
+ -Dpixbuf=true \
+ -Dintrospection=true \
+ -Dhelp_files=true \
+ -Dtests=false \
+ ..
+ samu
+}
+
+package(){
+ cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+ DESTDIR="${pkgdir}" samu install
+}
More information about the arch-commits
mailing list