[arch-commits] Commit in gnome-dictionary/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed May 20 14:16:41 UTC 2020


    Date: Wednesday, May 20, 2020 @ 14:16:40
  Author: heftig
Revision: 387024

archrelease: copy trunk to extra-x86_64

Added:
  gnome-dictionary/repos/extra-x86_64/PKGBUILD
    (from rev 387023, gnome-dictionary/trunk/PKGBUILD)
Deleted:
  gnome-dictionary/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 38 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 14:16:17 UTC (rev 387023)
+++ PKGBUILD	2020-05-20 14:16:40 UTC (rev 387024)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-dictionary
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Look up words in dictionary sources"
-url="https://wiki.gnome.org/Apps/Dictionary"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3)
-makedepends=(itstool docbook-xsl gtk-doc yelp-tools git gobject-introspection meson appstream-glib)
-groups=(gnome)
-_commit=2b351e832e28782b465176b055ba38fe007df40d  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit")
-sha256sums=('SKIP')
-
-check() {
-  cd build
-  meson test
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/extra-x86_64/PKGBUILD (from rev 387023, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-20 14:16:40 UTC (rev 387024)
@@ -0,0 +1,38 @@
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.26.1+96+gedfc2b5
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+url="https://wiki.gnome.org/Apps/Dictionary"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3)
+makedepends=(yelp-tools git meson appstream-glib)
+_commit=edfc2b5bee92f8569e6a47b6cf31882380daf557  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-dictionary.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -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