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

Eric Bélanger eric at archlinux.org
Tue Jan 24 04:25:29 UTC 2012


    Date: Monday, January 23, 2012 @ 23:25:29
  Author: eric
Revision: 147192

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  gtkhtml/repos/staging-i686/
  gtkhtml/repos/staging-i686/PKGBUILD
    (from rev 147191, gtkhtml/trunk/PKGBUILD)
  gtkhtml/repos/staging-x86_64/
  gtkhtml/repos/staging-x86_64/PKGBUILD
    (from rev 147191, gtkhtml/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: gtkhtml/repos/staging-i686/PKGBUILD (from rev 147191, gtkhtml/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-01-24 04:25:29 UTC (rev 147192)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gtkhtml
+pkgver=3.32.2
+pkgrel=3
+pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/gtkhtml \
+      --localstatedir=/var --disable-static \
+      --disable-deprecated-warning-flags
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/bin/gtkhtml-editor-test"
+}

Copied: gtkhtml/repos/staging-x86_64/PKGBUILD (from rev 147191, gtkhtml/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-01-24 04:25:29 UTC (rev 147192)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gtkhtml
+pkgver=3.32.2
+pkgrel=3
+pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url="http://www.gnome.org"
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/gtkhtml \
+      --localstatedir=/var --disable-static \
+      --disable-deprecated-warning-flags
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/bin/gtkhtml-editor-test"
+}




More information about the arch-commits mailing list