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

Martin Wimpress flexiondotorg at archlinux.org
Tue Jul 14 12:49:47 UTC 2015


    Date: Tuesday, July 14, 2015 @ 14:49:47
  Author: flexiondotorg
Revision: 136850

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

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

--------------------------------+
 /PKGBUILD                      |  100 +++++++++++++++++++++++++++++++++++++++
 /atril.install                 |   26 ++++++++++
 community-i686/PKGBUILD        |   52 --------------------
 community-i686/atril.install   |   13 -----
 community-x86_64/PKGBUILD      |   52 --------------------
 community-x86_64/atril.install |   13 -----
 6 files changed, 126 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-14 12:49:40 UTC (rev 136849)
+++ community-i686/PKGBUILD	2015-07-14 12:49:47 UTC (rev 136850)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 'libspectre'
-         'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk' 'zlib')
-makedepends=('caja-gtk3>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
-             'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja-gtk3: 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-gtk3')
-conflicts=("${_pkgbase}")
-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=3.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-gtk3/repos/community-i686/PKGBUILD (from rev 136849, atril-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-14 12:49:47 UTC (rev 136850)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 'libspectre'
+         'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk' 'zlib')
+makedepends=('caja-gtk3>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+             'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja-gtk3: Document Properties extension'
+            'djvulibre: DjVu support'
+            'libgxps: XPS support'
+            'texlive-bin: DVI support'
+            'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+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=3.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.install	2015-07-14 12:49:40 UTC (rev 136849)
+++ community-i686/atril.install	2015-07-14 12:49:47 UTC (rev 136850)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: atril-gtk3/repos/community-i686/atril.install (from rev 136849, atril-gtk3/trunk/atril.install)
===================================================================
--- community-i686/atril.install	                        (rev 0)
+++ community-i686/atril.install	2015-07-14 12:49:47 UTC (rev 136850)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-14 12:49:40 UTC (rev 136849)
+++ community-x86_64/PKGBUILD	2015-07-14 12:49:47 UTC (rev 136850)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 'libspectre'
-         'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk' 'zlib')
-makedepends=('caja-gtk3>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
-             'mate-common' 'texlive-bin' 'yelp-tools')
-optdepends=('caja-gtk3: 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-gtk3')
-conflicts=("${_pkgbase}")
-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=3.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-gtk3/repos/community-x86_64/PKGBUILD (from rev 136849, atril-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-14 12:49:47 UTC (rev 136850)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="MATE document viewer (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk3' 'libsecret' 'libsm' 'libspectre'
+         'mate-desktop-gtk3>=1.10' 'mate-icon-theme' 'poppler-glib' 'webkitgtk' 'zlib')
+makedepends=('caja-gtk3>=1.10' 'djvulibre' 'gobject-introspection' 'libgxps'
+             'mate-common' 'texlive-bin' 'yelp-tools')
+optdepends=('caja-gtk3: Document Properties extension'
+            'djvulibre: DjVu support'
+            'libgxps: XPS support'
+            'texlive-bin: DVI support'
+            'yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+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=3.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-x86_64/atril.install
===================================================================
--- community-x86_64/atril.install	2015-07-14 12:49:40 UTC (rev 136849)
+++ community-x86_64/atril.install	2015-07-14 12:49:47 UTC (rev 136850)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: atril-gtk3/repos/community-x86_64/atril.install (from rev 136849, atril-gtk3/trunk/atril.install)
===================================================================
--- community-x86_64/atril.install	                        (rev 0)
+++ community-x86_64/atril.install	2015-07-14 12:49:47 UTC (rev 136850)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list