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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:37:54 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:37:54
  Author: heftig
Revision: 155291

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

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

--------------+
 PKGBUILD     |   31 +++++++++++++++++++++++++++++++
 yelp.install |   13 +++++++++++++
 2 files changed, 44 insertions(+)

Copied: yelp/repos/testing-i686/PKGBUILD (from rev 155005, yelp/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:37:54 UTC (rev 155291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="A help browser for GNOME"
+arch=('i686' 'x86_64')
+depends=('libwebkit3' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'dbus-glib' 'xz' 'bzip2'
+         'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org"
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d79f4084c38410b79ad3833ad886eb38cda1fd9ee604daed1d92c58ed89fd348')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: yelp/repos/testing-i686/yelp.install (from rev 155005, yelp/repos/gnome-unstable-i686/yelp.install)
===================================================================
--- testing-i686/yelp.install	                        (rev 0)
+++ testing-i686/yelp.install	2012-04-01 11:37:54 UTC (rev 155291)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list