[arch-commits] Commit in atril/repos (8 files)

2016-01-02 Thread Martin Wimpress
Date: Saturday, January 2, 2016 @ 09:49:04
  Author: flexiondotorg
Revision: 155167

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-02 08:48:51 UTC (rev 155166)
+++ community-i686/PKGBUILD 2016-01-02 08:49:04 UTC (rev 155167)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
-makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 155166, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-02 08:49:04 UTC (rev 155167)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
+makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('c8d9ecf779f398439d67899e31722dd15d8b3b85')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2016-01-02 08:48:51 UTC (rev 155166)
+++ community-i686/atril.install2016-01-02 08:49:04 UTC (rev 

[arch-commits] Commit in atril/repos (8 files)

2015-12-04 Thread Martin Wimpress
Date: Friday, December 4, 2015 @ 13:04:13
  Author: flexiondotorg
Revision: 148384

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 12:04:07 UTC (rev 148383)
+++ community-i686/PKGBUILD 2015-12-04 12:04:13 UTC (rev 148384)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.12
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
-makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('200e69adbb3a66f24a21574b45349a4d67bf6c36')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 148383, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 12:04:13 UTC (rev 148384)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.12
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop>=1.12' 'mathjax' 'poppler-glib' 'webkitgtk2' 'zlib')
+makedepends=('caja>=1.12' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('06787a4ff05ce7698a99849850fafa66206b5e4d')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2015-12-04 12:04:07 UTC (rev 148383)
+++ community-i686/atril.install2015-12-04 12:04:13 UTC (rev 

[arch-commits] Commit in atril/repos (8 files)

2015-08-31 Thread Martin Wimpress
Date: Monday, August 31, 2015 @ 21:58:26
  Author: flexiondotorg
Revision: 139043

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   49 ---
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-31 19:58:18 UTC (rev 139042)
+++ community-i686/PKGBUILD 2015-08-31 19:58:26 UTC (rev 139043)
@@ -1,49 +0,0 @@
-# Maintainer : Martin Wimpress 
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.1
-pkgrel=1
-pkgdesc="MATE document viewer (GTK2 version)"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
-makedepends=('caja>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'texlive-bin: DVI support'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
-install=${_pkgbase}.install
-
-build() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 139042, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-31 19:58:26 UTC (rev 139043)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress 
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.2
+pkgrel=1
+pkgdesc="MATE document viewer (GTK2 version)"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
+makedepends=('caja>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('ffbc018f534729d68fb1a5dbdc92de6c9ddbe0b1')
+install=${_pkgbase}.install
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2015-08-31 19:58:18 UTC (rev 139042)
+++ community-i686/atril.install2015-08-31 

[arch-commits] Commit in atril/repos (8 files)

2015-07-14 Thread Martin Wimpress
Date: Tuesday, July 14, 2015 @ 14:46:18
  Author: flexiondotorg
Revision: 136843

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

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

+
 /PKGBUILD  |   98 +++
 /atril.install |   26 ++
 community-i686/PKGBUILD|   51 
 community-i686/atril.install   |   13 -
 community-x86_64/PKGBUILD  |   51 
 community-x86_64/atril.install |   13 -
 6 files changed, 124 insertions(+), 128 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 12:46:10 UTC (rev 136842)
+++ community-i686/PKGBUILD 2015-07-14 12:46:18 UTC (rev 136843)
@@ -1,51 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc=MATE document viewer (GTK2 version)
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
- 'mate-desktop=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
-makedepends=('caja=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
- 'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=(${_pkgbase}-gtk3)
-source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('7abd5b9310d88cb5da05248f1c55bb9ac069ac28')
-install=${_pkgbase}.install
-
-build() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${_pkgbase}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 136842, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 12:46:18 UTC (rev 136843)
@@ -0,0 +1,49 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase})
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc=MATE document viewer (GTK2 version)
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk2' 
'zlib')
+makedepends=('caja=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+ 'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'texlive-bin: DVI support'
+'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=(${_pkgbase}-gtk3)
+source=(http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('5560b9d4f7c5ba07390cc0217453b0e9986542e4')
+install=${_pkgbase}.install
+
+build() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbase}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/atril.install
===
--- community-i686/atril.install2015-07-14 12:46:10 

[arch-commits] Commit in atril/repos (8 files)

2014-10-14 Thread Martin Wimpress
Date: Tuesday, October 14, 2014 @ 16:17:01
  Author: flexiondotorg
Revision: 120643

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

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

+
 /PKGBUILD  |  112 +++
 /atril.install |   26 +
 community-i686/PKGBUILD|   56 ---
 community-i686/atril.install   |   13 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/atril.install |   13 
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 14:16:49 UTC (rev 120642)
+++ community-i686/PKGBUILD 2014-10-14 14:17:01 UTC (rev 120643)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=atril
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=Simply a document viewer
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
- 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-replaces=('mate-document-viewer')
-provides=('mate-document-viewer')
-conflicts=('mate-document-viewer')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 120642, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 14:17:01 UTC (rev 120643)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=atril
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=Simply a document viewer
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsecret' 'libsm' 
'libspectre'
+ 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books'
+'yelp: for reading MATE help documents')
+replaces=('mate-document-viewer')
+provides=('mate-document-viewer')
+conflicts=('mate-document-viewer')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+make
+}
+

[arch-commits] Commit in atril/repos (8 files)

2014-09-29 Thread Martin Wimpress
Date: Monday, September 29, 2014 @ 22:07:06
  Author: flexiondotorg
Revision: 119841

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

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

+
 /PKGBUILD  |  112 +++
 /atril.install |   26 +
 community-i686/PKGBUILD|   57 ---
 community-i686/atril.install   |   13 
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/atril.install |   13 
 6 files changed, 138 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 20:06:57 UTC (rev 119840)
+++ community-i686/PKGBUILD 2014-09-29 20:07:06 UTC (rev 119841)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=atril
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=Simply a document viewer
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
- 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
-'djvulibre: DjVu support'
-'libgxps: XPS support'
-'p7zip: cbz and cb7 compressed comic books'
-'texlive-bin: DVI support'
-'unrar: cbr compressed comic books'
-'yelp: for reading MATE help documents')
-replaces=('mate-document-viewer')
-provides=('mate-document-viewer')
-conflicts=('mate-document-viewer')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8327437ba12df61326b83342cea746d1764727d0')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---with-gtk=2.0 \
---enable-gtk-doc \
---enable-djvu \
---enable-dvi \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection \
---disable-static
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: atril/repos/community-i686/PKGBUILD (from rev 119840, 
atril/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 20:07:06 UTC (rev 119841)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=atril
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=Simply a document viewer
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
+ 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+ 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
+optdepends=('caja: Document Properties extension'
+'djvulibre: DjVu support'
+'libgxps: XPS support'
+'p7zip: cbz and cb7 compressed comic books'
+'texlive-bin: DVI support'
+'unrar: cbr compressed comic books'
+'yelp: for reading MATE help documents')
+replaces=('mate-document-viewer')
+provides=('mate-document-viewer')
+conflicts=('mate-document-viewer')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2051be961a84d118ad0a278ec22bf48ca5d3fc35')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--with-gtk=2.0 \
+--enable-gtk-doc \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection \
+--disable-static
+