[arch-commits] Commit in mate-document-viewer/repos (8 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Tue Jan 28 13:50:46 UTC 2014


    Date: Tuesday, January 28, 2014 @ 14:50:46
  Author: flexiondotorg
Revision: 104931

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

Added:
  mate-document-viewer/repos/community-i686/PKGBUILD
    (from rev 104930, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
    (from rev 104930, mate-document-viewer/trunk/mate-document-viewer.install)
  mate-document-viewer/repos/community-x86_64/PKGBUILD
    (from rev 104930, mate-document-viewer/trunk/PKGBUILD)
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install
    (from rev 104930, mate-document-viewer/trunk/mate-document-viewer.install)
Deleted:
  mate-document-viewer/repos/community-i686/PKGBUILD
  mate-document-viewer/repos/community-i686/mate-document-viewer.install
  mate-document-viewer/repos/community-x86_64/PKGBUILD
  mate-document-viewer/repos/community-x86_64/mate-document-viewer.install

-----------------------------------------------+
 /PKGBUILD                                     |   94 ++++++++++++++++++++++++
 /mate-document-viewer.install                 |   26 ++++++
 community-i686/PKGBUILD                       |   50 ------------
 community-i686/mate-document-viewer.install   |   13 ---
 community-x86_64/PKGBUILD                     |   50 ------------
 community-x86_64/mate-document-viewer.install |   13 ---
 6 files changed, 120 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-28 13:33:11 UTC (rev 104930)
+++ community-i686/PKGBUILD	2014-01-28 13:50:46 UTC (rev 104931)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-document-viewer
-pkgver=1.6.1
-pkgrel=5
-pkgdesc="Simply a document viewer"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
-         'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
-             'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 'texlive-bin')
-optdepends=('djvulibre: DjVu support'
-            'libgxps: XPS support'
-            'mate-file-manager: Document Properties extension'
-            'p7zip: cbz and cb7 compressed comic books'
-            'texlive-bin: DVI support'
-            'unrar: cbr compressed comic books')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('5b3d1643b7945d56214ec13dc38cb641dfb688e1')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./autogen.sh \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --enable-gtk-doc \
-        --enable-djvu \
-        --enable-dvi \
-        --enable-t1lib \
-        --enable-pixbuf \
-        --enable-comics \
-        --enable-introspection \
-        --disable-static \
-        --disable-scrollkeeper
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
-}

Copied: mate-document-viewer/repos/community-i686/PKGBUILD (from rev 104930, mate-document-viewer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-28 13:50:46 UTC (rev 104931)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-document-viewer
+pkgver=1.6.2
+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' 'libmatekeyring' 'libsm'
+         'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+             'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+            'libgxps: XPS support'
+            'mate-file-manager: Document Properties extension'
+            'p7zip: cbz and cb7 compressed comic books'
+            'texlive-bin: DVI support'
+            'unrar: cbr compressed comic books')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('295a59e7b7babd86f42eebb2a9ac5405dd7b2997')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-gtk-doc \
+        --enable-djvu \
+        --enable-dvi \
+        --enable-t1lib \
+        --enable-pixbuf \
+        --enable-comics \
+        --enable-introspection \
+        --disable-static \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
+}

Deleted: community-i686/mate-document-viewer.install
===================================================================
--- community-i686/mate-document-viewer.install	2014-01-28 13:33:11 UTC (rev 104930)
+++ community-i686/mate-document-viewer.install	2014-01-28 13:50:46 UTC (rev 104931)
@@ -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: mate-document-viewer/repos/community-i686/mate-document-viewer.install (from rev 104930, mate-document-viewer/trunk/mate-document-viewer.install)
===================================================================
--- community-i686/mate-document-viewer.install	                        (rev 0)
+++ community-i686/mate-document-viewer.install	2014-01-28 13:50:46 UTC (rev 104931)
@@ -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	2014-01-28 13:33:11 UTC (rev 104930)
+++ community-x86_64/PKGBUILD	2014-01-28 13:50:46 UTC (rev 104931)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
-# Contributor: Xpander <xpander0 at gmail.com>
-
-pkgname=mate-document-viewer
-pkgver=1.6.1
-pkgrel=5
-pkgdesc="Simply a document viewer"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libmatekeyring' 'libsm'
-         'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
-             'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 'texlive-bin')
-optdepends=('djvulibre: DjVu support'
-            'libgxps: XPS support'
-            'mate-file-manager: Document Properties extension'
-            'p7zip: cbz and cb7 compressed comic books'
-            'texlive-bin: DVI support'
-            'unrar: cbr compressed comic books')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('5b3d1643b7945d56214ec13dc38cb641dfb688e1')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./autogen.sh \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --enable-gtk-doc \
-        --enable-djvu \
-        --enable-dvi \
-        --enable-t1lib \
-        --enable-pixbuf \
-        --enable-comics \
-        --enable-introspection \
-        --disable-static \
-        --disable-scrollkeeper
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
-}

Copied: mate-document-viewer/repos/community-x86_64/PKGBUILD (from rev 104930, mate-document-viewer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-28 13:50:46 UTC (rev 104931)
@@ -0,0 +1,47 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-document-viewer
+pkgver=1.6.2
+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' 'libmatekeyring' 'libsm'
+         'libspectre' 'mate-icon-theme' 'poppler-glib' 'zlib')
+makedepends=('djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
+             'mate-doc-utils' 'mate-file-manager' 'perl-xml-parser' 'texlive-bin')
+optdepends=('djvulibre: DjVu support'
+            'libgxps: XPS support'
+            'mate-file-manager: Document Properties extension'
+            'p7zip: cbz and cb7 compressed comic books'
+            'texlive-bin: DVI support'
+            'unrar: cbr compressed comic books')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('295a59e7b7babd86f42eebb2a9ac5405dd7b2997')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --enable-gtk-doc \
+        --enable-djvu \
+        --enable-dvi \
+        --enable-t1lib \
+        --enable-pixbuf \
+        --enable-comics \
+        --enable-introspection \
+        --disable-static \
+        --disable-scrollkeeper
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    ln -s atril "${pkgdir}/usr/bin/mate-document-viewer"
+}

Deleted: community-x86_64/mate-document-viewer.install
===================================================================
--- community-x86_64/mate-document-viewer.install	2014-01-28 13:33:11 UTC (rev 104930)
+++ community-x86_64/mate-document-viewer.install	2014-01-28 13:50:46 UTC (rev 104931)
@@ -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: mate-document-viewer/repos/community-x86_64/mate-document-viewer.install (from rev 104930, mate-document-viewer/trunk/mate-document-viewer.install)
===================================================================
--- community-x86_64/mate-document-viewer.install	                        (rev 0)
+++ community-x86_64/mate-document-viewer.install	2014-01-28 13:50:46 UTC (rev 104931)
@@ -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