[arch-commits] Commit in gnome-documents/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue Oct 3 18:07:50 UTC 2017


    Date: Tuesday, October 3, 2017 @ 18:07:49
  Author: heftig
Revision: 306656

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

Added:
  gnome-documents/repos/testing-i686/PKGBUILD
    (from rev 306655, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/testing-x86_64/PKGBUILD
    (from rev 306655, gnome-documents/trunk/PKGBUILD)
Deleted:
  gnome-documents/repos/testing-i686/PKGBUILD
  gnome-documents/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |  118 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   59 -----------------------
 testing-x86_64/PKGBUILD |   59 -----------------------
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-03 18:06:48 UTC (rev 306655)
+++ testing-i686/PKGBUILD	2017-10-03 18:07:49 UTC (rev 306656)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-documents
-pkgver=3.26.0+2+g5fa1897
-pkgrel=2
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents"
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata tracker-miners libzapojit
-         webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git gnome-common)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit"
-        "git+https://git.gnome.org/browse/libgd")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-i686/PKGBUILD (from rev 306655, gnome-documents/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-03 18:07:49 UTC (rev 306656)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-documents
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents"
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata tracker-miners libzapojit
+         webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=fb73c9a3b51f3287df01eec863af1428a25ebb63  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-03 18:06:48 UTC (rev 306655)
+++ testing-x86_64/PKGBUILD	2017-10-03 18:07:49 UTC (rev 306656)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-documents
-pkgver=3.26.0+2+g5fa1897
-pkgrel=2
-pkgdesc="A document manager application for GNOME"
-url="https://wiki.gnome.org/Apps/Documents"
-arch=(i686 x86_64)
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata tracker-miners libzapojit
-         webkit2gtk gnome-online-miners librsvg libgepub)
-makedepends=(gobject-introspection git gnome-common)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=5fa1897774579a69db7af68d76fcebe292d1e047  # gnome-3-26
-source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit"
-        "git+https://git.gnome.org/browse/libgd")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-x86_64/PKGBUILD (from rev 306655, gnome-documents/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-03 18:07:49 UTC (rev 306656)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-documents
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents"
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata tracker-miners libzapojit
+         webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=fb73c9a3b51f3287df01eec863af1428a25ebb63  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit"
+        "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list