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

Jan de Groot jgc at archlinux.org
Fri Sep 22 22:45:24 UTC 2017


    Date: Friday, September 22, 2017 @ 22:45:22
  Author: jgc
Revision: 306136

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-dictionary/repos/gnome-unstable-i686/
  gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD
    (from rev 306135, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/gnome-unstable-x86_64/
  gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 306135, gnome-dictionary/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   44 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   44 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD (from rev 306135, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-22 22:45:22 UTC (rev 306136)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Dictionary"
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git gobject-introspection meson appstream-glib)
+groups=('gnome')
+_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^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
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD (from rev 306135, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-22 22:45:22 UTC (rev 306136)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.26.0
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="https://wiki.gnome.org/Apps/Dictionary"
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('itstool' 'docbook-xsl' gtk-doc yelp-tools git gobject-introspection meson appstream-glib)
+groups=('gnome')
+_commit=94bdad93b33e40815e6e63a3ed89d3ecd84ff53d  # tags/3.26.0^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
+  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list