[arch-commits] Commit in (5 files)

Ionut Biru ibiru at archlinux.org
Fri Feb 25 13:51:24 UTC 2011


    Date: Friday, February 25, 2011 @ 08:51:23
  Author: ibiru
Revision: 111253

rename to gkthml4

Added:
  gtkhtml4/
  gtkhtml4/repos/
  gtkhtml4/trunk/
  gtkhtml4/trunk/PKGBUILD
Deleted:
  gtkhtml3/

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: gtkhtml4/trunk/PKGBUILD
===================================================================
--- gtkhtml4/trunk/PKGBUILD	                        (rev 0)
+++ gtkhtml4/trunk/PKGBUILD	2011-02-25 13:51:23 UTC (rev 111253)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=3.91.90
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/3.91/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('b7a458d73652e5ea947d9f3704aa5816df82d90d6d379593fd36d9cf4623d5aa')
+
+build() {
+    cd "${srcdir}/${_pkgbasename}-${pkgver}"
+    ./configure --prefix=/usr --sysconfdir=/etc \
+        --libexecdir=/usr/lib/gtkhtml3 \
+        --localstatedir=/var --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbasename}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: gtkhtml4/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list