Date: Wednesday, November 2, 2016 @ 20:55:47
  Author: arojas
Revision: 194552

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-11-02 20:55:19 UTC (rev 194551)
+++ community-i686/PKGBUILD     2016-11-02 20:55:47 UTC (rev 194552)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="MATE document viewer (GTK3 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
-optdepends=('caja-gtk3: Document Properties extension'
-            'texlive-bin: DVI support')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
-
-prepare() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-    # Fix mathjax path
-    sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${_pkgbase} \
-        --with-gtk=3.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 "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 194551, 
atril-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-11-02 20:55:47 UTC (rev 194552)
@@ -0,0 +1,52 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.16
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
+optdepends=('caja-gtk3: Document Properties extension'
+            'texlive-bin: DVI support')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('7a05ec3e856335ce6a49a97f545ab401d9221f6e')
+
+prepare() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+    # Fix mathjax path
+    sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --with-gtk=3.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 "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-11-02 20:55:19 UTC (rev 194551)
+++ community-x86_64/PKGBUILD   2016-11-02 20:55:47 UTC (rev 194552)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=2
-pkgdesc="MATE document viewer (GTK3 version)"
-url="http://mate-desktop.org";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
-optdepends=('caja-gtk3: Document Properties extension'
-            'texlive-bin: DVI support')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
-
-prepare() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-    # Fix mathjax path
-    sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-    cd "${srcdir}/${_pkgbase}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${_pkgbase} \
-        --with-gtk=3.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 "${srcdir}/${_pkgbase}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: atril-gtk3/repos/community-x86_64/PKGBUILD (from rev 194551, 
atril-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-02 20:55:47 UTC (rev 194552)
@@ -0,0 +1,52 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.16
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 
'texlive-bin')
+optdepends=('caja-gtk3: Document Properties extension'
+            'texlive-bin: DVI support')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('7a05ec3e856335ce6a49a97f545ab401d9221f6e')
+
+prepare() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+    # Fix mathjax path
+    sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --with-gtk=3.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 "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to