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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:33:01 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:33:00
  Author: heftig
Revision: 155107

db-move: moved gnome-dictionary from [gnome-unstable] to [testing] (i686)

Added:
  gnome-dictionary/repos/testing-i686/
  gnome-dictionary/repos/testing-i686/PKGBUILD
    (from rev 155005, gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD)
  gnome-dictionary/repos/testing-i686/gnome-dictionary.install
    (from rev 155005, gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install)
Deleted:
  gnome-dictionary/repos/gnome-unstable-i686/

--------------------------+
 PKGBUILD                 |   28 ++++++++++++++++++++++++++++
 gnome-dictionary.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: gnome-dictionary/repos/testing-i686/PKGBUILD (from rev 155005, gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:33:00 UTC (rev 155107)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=gnome-dictionary
+pkgver=3.4.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' 'gnome-doc-utils')
+install=$pkgname.install
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/testing-i686/gnome-dictionary.install (from rev 155005, gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install)
===================================================================
--- testing-i686/gnome-dictionary.install	                        (rev 0)
+++ testing-i686/gnome-dictionary.install	2012-04-01 11:33:00 UTC (rev 155107)
@@ -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