[arch-commits] Commit in gtkhtml4/repos (3 files)

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:34:38 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:34:37
  Author: heftig
Revision: 155170

db-move: moved gtkhtml4 from [gnome-unstable] to [testing] (x86_64)

Added:
  gtkhtml4/repos/testing-x86_64/
  gtkhtml4/repos/testing-x86_64/PKGBUILD
    (from rev 155005, gtkhtml4/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gtkhtml4/repos/gnome-unstable-x86_64/

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

Copied: gtkhtml4/repos/testing-x86_64/PKGBUILD (from rev 155005, gtkhtml4/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:34:37 UTC (rev 155170)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A lightweight HTML renderer/editor widget for GTK3"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' '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/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('9c07260cd5d20c6dfba42fe1e784fffc98af3a82ff5b7d05be3174d6b0bffe9d')
+
+build() {
+    cd "$_pkgbasename-$pkgver"
+    ./configure --prefix=/usr --sysconfdir=/etc \
+        --libexecdir=/usr/lib/gtkhtml4 \
+        --localstatedir=/var --disable-static
+    make
+}
+
+package() {
+    cd "$_pkgbasename-$pkgver"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list