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

Jan Steffens heftig at archlinux.org
Sun Oct 1 21:47:58 UTC 2017


    Date: Sunday, October 1, 2017 @ 21:47:56
  Author: heftig
Revision: 306527

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-01 21:47:09 UTC (rev 306526)
+++ testing-i686/PKGBUILD	2017-10-01 21:47:56 UTC (rev 306527)
@@ -1,44 +0,0 @@
-# $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/testing-i686/PKGBUILD (from rev 306526, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-01 21:47:56 UTC (rev 306527)
@@ -0,0 +1,44 @@
+# $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:

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-01 21:47:09 UTC (rev 306526)
+++ testing-x86_64/PKGBUILD	2017-10-01 21:47:56 UTC (rev 306527)
@@ -1,44 +0,0 @@
-# $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/testing-x86_64/PKGBUILD (from rev 306526, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-01 21:47:56 UTC (rev 306527)
@@ -0,0 +1,44 @@
+# $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:



More information about the arch-commits mailing list