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

Jan de Groot jgc at archlinux.org
Wed Mar 30 19:07:01 UTC 2016


    Date: Wednesday, March 30, 2016 @ 21:07:00
  Author: jgc
Revision: 263379

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

------------------------------------------------+
 gnome-unstable-i686/PKGBUILD                   |   30 +++++++++++++++++++++++
 gnome-unstable-i686/gnome-dictionary.install   |   11 ++++++++
 gnome-unstable-x86_64/PKGBUILD                 |   30 +++++++++++++++++++++++
 gnome-unstable-x86_64/gnome-dictionary.install |   11 ++++++++
 4 files changed, 82 insertions(+)

Copied: gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD (from rev 263378, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-03-30 19:07:00 UTC (rev 263379)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=gnome-dictionary.install
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install (from rev 263378, gnome-dictionary/trunk/gnome-dictionary.install)
===================================================================
--- gnome-unstable-i686/gnome-dictionary.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-dictionary.install	2016-03-30 19:07:00 UTC (rev 263379)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD (from rev 263378, gnome-dictionary/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-03-30 19:07:00 UTC (rev 263379)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-dictionary
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Look up words in dictionary sources"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=gnome-dictionary.install
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('efb36377d46eff9291d3b8fec37baab2355f9dc8bc7edb791b6a625574716121')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/gnome-unstable-x86_64/gnome-dictionary.install (from rev 263378, gnome-dictionary/trunk/gnome-dictionary.install)
===================================================================
--- gnome-unstable-x86_64/gnome-dictionary.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-dictionary.install	2016-03-30 19:07:00 UTC (rev 263379)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list