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

2020-02-26 Thread Brad Fanella via arch-commits
Date: Wednesday, February 26, 2020 @ 17:50:48
  Author: cesura
Revision: 583055

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-26 17:50:39 UTC (rev 583054)
+++ PKGBUILD2020-02-26 17:50:48 UTC (rev 583055)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
-
-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 583054, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-26 17:50:48 UTC (rev 583055)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=2
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0' 'libsynctex')
+makedepends=('caja' 'gobject-introspection' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+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
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:21:37
  Author: cesura
Revision: 581778

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:21:29 UTC (rev 581777)
+++ PKGBUILD2020-02-25 18:21:37 UTC (rev 581778)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
-
-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 581777, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:21:37 UTC (rev 581778)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+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
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 18:08:04
  Author: cesura
Revision: 581748

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 18:07:44 UTC (rev 581747)
+++ PKGBUILD2020-02-25 18:08:04 UTC (rev 581748)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
-
-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 581747, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 18:08:04 UTC (rev 581748)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'gettext' 
'poppler-glib' 'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+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
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 17:56:57
  Author: cesura
Revision: 581722

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 17:56:55 UTC (rev 581721)
+++ PKGBUILD2020-02-25 17:56:57 UTC (rev 581722)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
-
-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 581720, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 17:56:57 UTC (rev 581722)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'cairo>=1.14.0' 'webkit2gtk>=2.6.0')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('be245d445333de35bdad22e4299252e6b30851d94f02caef14100b78787fc724')
+
+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
+}


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

2020-01-07 Thread Brad Fanella via arch-commits
Date: Tuesday, January 7, 2020 @ 19:48:40
  Author: cesura
Revision: 550076

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-07 19:40:03 UTC (rev 550075)
+++ PKGBUILD2020-01-07 19:48:40 UTC (rev 550076)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.3
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
-
-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 550075, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-07 19:48:40 UTC (rev 550076)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
+
+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
+}


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

2019-12-18 Thread Brad Fanella via arch-commits
Date: Thursday, December 19, 2019 @ 01:28:34
  Author: cesura
Revision: 538266

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 01:28:09 UTC (rev 538265)
+++ PKGBUILD2019-12-19 01:28:34 UTC (rev 538266)
@@ -1,51 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.2
-pkgrel=3
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-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 538265, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 01:28:34 UTC (rev 538266)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.3
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('3a02d67eff090bf368fd5909640111ee2f9e69c768a56307f52d37ee0ef7151a')
+
+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
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 11:57:38
  Author: bgyorgy
Revision: 512713

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 11:57:34 UTC (rev 512712)
+++ PKGBUILD2019-10-04 11:57:38 UTC (rev 512713)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-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 512712, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 11:57:38 UTC (rev 512713)
@@ -0,0 +1,51 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.2
+pkgrel=3
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax2' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+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
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
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
===
--- PKGBUILD2019-09-20 21:30:46 UTC (rev 511262)
+++ PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-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)
+++ PKGBUILD2019-09-20 21:33:26 UTC (rev 511263)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+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
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 21:15:14
  Author: cesura
Revision: 511258

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 21:14:57 UTC (rev 511257)
+++ PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.1
-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=('208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44')
-
-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 511257, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 21:15:14 UTC (rev 511258)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+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
+}


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

2019-05-20 Thread Brad Fanella via arch-commits
Date: Monday, May 20, 2019 @ 09:16:49
  Author: cesura
Revision: 468043

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 09:16:26 UTC (rev 468042)
+++ PKGBUILD2019-05-20 09:16:49 UTC (rev 468043)
@@ -1,49 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' '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=('ab73bfd922df8b87bf4abea1a2d06d6380e9437257ef2fa0158f668e894ca4f5')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-   # Fix mathjax path
-   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
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 468042, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 09:16:49 UTC (rev 468043)
@@ -0,0 +1,49 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' '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=('208544f6cce4bb5c0bf423a0d618929e35527d1c5ed120a5aa19f2a7a77e5c44')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+   # Fix mathjax path
+   sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
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
+}


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

2018-12-16 Thread Brad Fanella via arch-commits
Date: Sunday, December 16, 2018 @ 15:00:39
  Author: cesura
Revision: 416444

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-16 15:00:00 UTC (rev 416443)
+++ PKGBUILD2018-12-16 15:00:39 UTC (rev 416444)
@@ -1,52 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('4793d9f9ada26659e5bd2bf5c9be0106b231543d25d4bd7172fbe2ec59d25de3')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---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 416443, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-16 15:00:39 UTC (rev 416444)
@@ -0,0 +1,52 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('79dbcdf663a7a40194ece1b1ac3304a35b6828b0a68eed286c0e9c319dc77903')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--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
+}


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

2018-08-15 Thread Brad Fanella via arch-commits
Date: Wednesday, August 15, 2018 @ 12:23:40
  Author: cesura
Revision: 371732

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 12:23:15 UTC (rev 371731)
+++ PKGBUILD2018-08-15 12:23:40 UTC (rev 371732)
@@ -1,52 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---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 371731, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 12:23:40 UTC (rev 371732)
@@ -0,0 +1,52 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('4793d9f9ada26659e5bd2bf5c9be0106b231543d25d4bd7172fbe2ec59d25de3')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:50:47
  Author: cesura
Revision: 315675

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:17:43 UTC (rev 315674)
+++ PKGBUILD2018-04-10 23:50:47 UTC (rev 315675)
@@ -1,52 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---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 315674, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:50:47 UTC (rev 315675)
@@ -0,0 +1,52 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:37:37
  Author: cesura
Revision: 315655

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:37:08 UTC (rev 315654)
+++ PKGBUILD2018-04-10 22:37:37 UTC (rev 315655)
@@ -1,52 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('36d0515675951923f1d39c37ef6d1eacb4221bb33dc947d6e6c532d858976998')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---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 315654, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:37:37 UTC (rev 315655)
@@ -0,0 +1,52 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--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
+}


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

2017-11-23 Thread Antonio Rojas
Date: Thursday, November 23, 2017 @ 16:59:50
  Author: arojas
Revision: 268221

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-23 16:59:21 UTC (rev 268220)
+++ PKGBUILD2017-11-23 16:59:50 UTC (rev 268221)
@@ -1,52 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.18.2
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org";
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha256sums=('523cd31a8df57036073af951857a5ef81b2fd895d75738485c82ce6102e7e602')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---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 268220, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-23 16:59:50 UTC (rev 268221)
@@ -0,0 +1,52 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.18.3
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('983ce61b0886144d6b3ae969271d24eecd4b864c50a33464175fd97cf4d5f67a')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--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
+}


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

2017-11-20 Thread Antonio Rojas
Date: Tuesday, November 21, 2017 @ 07:13:38
  Author: arojas
Revision: 267717

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  103 ++---
 1 file changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-21 07:13:10 UTC (rev 267716)
+++ PKGBUILD2017-11-21 07:13:38 UTC (rev 267717)
@@ -1,51 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
-sha1sums=('f91ae6b1a3c461634604f7b0ed05327fdcddc32a')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---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 267716, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-21 07:13:38 UTC (rev 267717)
@@ -0,0 +1,52 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org";
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('523cd31a8df57036073af951857a5ef81b2fd895d75738485c82ce6102e7e602')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--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
+}