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

Jan de Groot jgc at archlinux.org
Wed Apr 12 14:44:35 UTC 2017


    Date: Wednesday, April 12, 2017 @ 14:44:34
  Author: jgc
Revision: 292633

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 292632, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/gnome-unstable-x86_64/
  gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292632, gnome-dictionary/trunk/PKGBUILD)

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

Copied: gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD (from rev 292632, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-12 14:44:34 UTC (rev 292633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.24.0+5+ga7aa054
+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=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git gobject-introspection)
+groups=('gnome')
+_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292632, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-12 14:44:34 UTC (rev 292633)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.24.0+5+ga7aa054
+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=('intltool' 'itstool' 'docbook-xsl' gtk-doc yelp-tools git gobject-introspection)
+groups=('gnome')
+_commit=a7aa0541016aeffeafd5adbd123ac669e27c13e8  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-dictionary#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list