[arch-commits] Commit in xreader/repos/community-x86_64 (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Dec 10 21:44:44 UTC 2020
Date: Thursday, December 10, 2020 @ 21:44:43
Author: eschwartz
Revision: 773089
archrelease: copy trunk to community-x86_64
Added:
xreader/repos/community-x86_64/PKGBUILD
(from rev 773088, xreader/trunk/PKGBUILD)
Deleted:
xreader/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-10 21:44:28 UTC (rev 773088)
+++ PKGBUILD 2020-12-10 21:44:43 UTC (rev 773089)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xreader
-pkgver=2.8.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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('7343a06a987f178b5273078c9922e51afd582235c5969807346974724478cbcd')
-b2sums=('e7e21b0578e9b228528ae5049fbb90c67400d3e6be3bd11e10dd53e888df7b6b370c089f74eddfc3c7e7fcee981821d7ce96f24b6df20aaa599422abc6cae80e')
-
-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 773088, xreader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-10 21:44:43 UTC (rev 773089)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xreader
+pkgver=2.8.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' '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=('3245da4fd3f4183588e5aeb4ee27cada6fca7b469a426430ee89a880a3eb2d8f')
+b2sums=('432ad0e51cce81dd238b933d048c6e4d1c65cad184ba4221386e9e6ca8c7f9c7ae58c5a46fa089732a632cc690f8fd36c11c71cfdadd4f7af679d16ef98d4897')
+
+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