Date: Thursday, August 16, 2018 @ 16:59:09 Author: heftig Revision: 331602
archrelease: copy trunk to extra-x86_64 Added: gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 331601, gnome-documents/trunk/PKGBUILD) Deleted: gnome-documents/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 99 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 50 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-08-16 16:56:48 UTC (rev 331601) +++ PKGBUILD 2018-08-16 16:59:09 UTC (rev 331602) @@ -1,50 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=gnome-documents -pkgver=3.28.1 -pkgrel=1 -pkgdesc="A document manager application for GNOME" -url="https://wiki.gnome.org/Apps/Documents" -arch=(x86_64) -license=(GPL) -depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata tracker-miners libzapojit - webkit2gtk gnome-online-miners librsvg libgepub) -makedepends=(gobject-introspection git meson yelp-tools inkscape) -optdepends=('libreoffice-fresh: Support for Libreoffice document types') -groups=(gnome) -_commit=3a3b3d477ff4e2ecb9a0bc88b0e4c913e3eab287 # tags/3.28.1^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit" - "git+https://gitlab.gnome.org/GNOME/libgd.git") -sha256sums=('SKIP' - 'SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/-/+/g' -} - -prepare() { - cd $pkgname - - git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" - git submodule update -} - - -build() { - arch-meson $pkgname build -D getting_started=true - ninja -C build -} - -check() { - cd build - meson test -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 331601, gnome-documents/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-08-16 16:59:09 UTC (rev 331602) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=gnome-documents +pkgver=3.28.2 +pkgrel=1 +pkgdesc="A document manager application for GNOME" +url="https://wiki.gnome.org/Apps/Documents" +arch=(x86_64) +license=(GPL) +depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata tracker-miners libzapojit + webkit2gtk gnome-online-miners librsvg libgepub) +makedepends=(gobject-introspection git meson yelp-tools inkscape) +optdepends=('libreoffice-fresh: Support for Libreoffice document types') +groups=(gnome) +_commit=f2eb6c64529e3b0df2352b5715a740cc621f195c # tags/3.28.2^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-documents.git#commit=$_commit" + "git+https://gitlab.gnome.org/GNOME/libgd.git") +sha256sums=('SKIP' + 'SKIP') + +pkgver() { + cd $pkgname + git describe --tags | sed 's/-/+/g' +} + +prepare() { + cd $pkgname + + git submodule init + git config --local submodule.subprojects/libgd.url "$srcdir/libgd" + git submodule update +} + + +build() { + arch-meson $pkgname build -D getting_started=true + ninja -C build +} + +check() { + meson test -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build +} + +# vim:set ts=2 sw=2 et: