[arch-commits] Commit in gnome-documents/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Mar 15 14:15:31 UTC 2019
Date: Friday, March 15, 2019 @ 14:15:31
Author: bpiotrowski
Revision: 348184
archrelease: copy trunk to extra-x86_64
Added:
gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 348183, gnome-documents/trunk/PKGBUILD)
Deleted:
gnome-documents/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 14:15:25 UTC (rev 348183)
+++ PKGBUILD 2019-03-15 14:15:31 UTC (rev 348184)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-documents
-pkgver=3.30.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 gnome-epub-thumbnailer)
-makedepends=(gobject-introspection git meson yelp-tools inkscape)
-optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-groups=(gnome)
-_commit=cef7848fba4aeebbc25f231b62fa6e1ed2bb12ff # tags/3.30.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() {
- meson test -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gnome-documents/repos/extra-x86_64/PKGBUILD (from rev 348183, gnome-documents/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-15 14:15:31 UTC (rev 348184)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-documents
+pkgver=3.32.0
+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 gnome-epub-thumbnailer)
+makedepends=(gobject-introspection git meson yelp-tools inkscape)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+groups=(gnome)
+_commit=39579f0af655e54dc32b1f863dec2842397303fd # tags/3.32.0^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:
More information about the arch-commits
mailing list