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

Brad Fanella cesura at archlinux.org
Fri Sep 20 21:33:26 UTC 2019


    Date: Friday, September 20, 2019 @ 21:33:26
  Author: cesura
Revision: 511263

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
    (from rev 511262, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-20 21:30:46 UTC (rev 511262)
+++ PKGBUILD	2019-09-20 21:33:26 UTC (rev 511263)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=atril
-pkgver=1.22.2
-pkgrel=2
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 'webkit2gtk' 'caja' 'texlive-bin')
-makedepends=('gobject-introspection' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
-
-prepare() {
-	cd "$pkgname-$pkgver"
-
-	# Fix mathjax path
-	sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' backend/epub/epub-document.c
-}
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure \
-        	--prefix=/usr \
-        	--libexecdir=/usr/lib/${_pkgbase} \
-        	--enable-djvu \
-        	--enable-dvi \
-        	--enable-epub \
-        	--enable-t1lib \
-        	--enable-pixbuf \
-        	--enable-comics \
-        	--enable-xps \
-        	--enable-introspection
-
-    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    	make
-}
-
-package() {
-    	cd "$pkgname-$pkgver"
-    	make DESTDIR="$pkgdir" install
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 511262, atril/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-20 21:33:26 UTC (rev 511263)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=atril
+pkgver=1.22.2
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 'webkit2gtk' 'caja' 'texlive-bin')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('dc692b9c2a2b8bdd7c36631a9f50fb19335f9ce36156464e967a7fdde7478786')
+
+prepare() {
+	cd "$pkgname-$pkgver"
+
+	# Fix mathjax path
+	sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax2|' backend/epub/epub-document.c
+}
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${_pkgbase} \
+        	--enable-djvu \
+        	--enable-dvi \
+        	--enable-epub \
+        	--enable-t1lib \
+        	--enable-pixbuf \
+        	--enable-comics \
+        	--enable-xps \
+        	--enable-introspection
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    	make
+}
+
+package() {
+    	cd "$pkgname-$pkgver"
+    	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list