Date: Thursday, September 21, 2017 @ 15:59:35
  Author: arojas
Revision: 259295

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |  102 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   51 ----------------------
 community-x86_64/PKGBUILD |   51 ----------------------
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-09-21 15:59:08 UTC (rev 259294)
+++ community-i686/PKGBUILD     2017-09-21 15:59:35 UTC (rev 259295)
@@ -1,51 +0,0 @@
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=atril
-pkgver=1.18.0
-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=('5cbcd69733bd5ba23c10a60b2a2350171d95ddf6')
-
-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-i686/PKGBUILD (from rev 259294, 
atril/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-09-21 15:59:35 UTC (rev 259295)
@@ -0,0 +1,51 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-09-21 15:59:08 UTC (rev 259294)
+++ community-x86_64/PKGBUILD   2017-09-21 15:59:35 UTC (rev 259295)
@@ -1,51 +0,0 @@
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=atril
-pkgver=1.18.0
-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=('5cbcd69733bd5ba23c10a60b2a2350171d95ddf6')
-
-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 259294, 
atril/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-21 15:59:35 UTC (rev 259295)
@@ -0,0 +1,51 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+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
+}

Reply via email to