summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3ee0565c352d94a4ff806c5ad3e220e725574d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: Jose Riha <jose1711 gmail com>

_pkgbase=gnome-python-extras
pkgname=python2-gtkhtml2
pkgver=2.25.3
pkgrel=14
arch=('i686' 'x86_64')
url="http://www.daa.com.au/~james/pygtk/"
license=('GPL' 'LGPL')
makedepends=('gtkspell' 'libgnomeui' 'python2' 'pygtk' 'gnome-python')
source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python-extras/2.25/gnome-python-extras-${pkgver}.tar.bz2
	gnome-python-extras-2.25.3-update-for-2.27.2.patch)
md5sums=('9f3b7ec5c57130b96061cb486b79c076' '0b0a4d93016d14f2306682301de3bda3')
sha1sums=('e69e5288466c960ed6f985bb10c9969b21ed85a4' 'b065efb7f7f5baa7b95b63bcadb6a4623d1bc9e5')

prepare() {
  cd $_pkgbase-$pkgver
  patch -Np1 -i ../gnome-python-extras-2.25.3-update-for-2.27.2.patch
}
    
build() {
  cd $_pkgbase-$pkgver
  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-egg --disable-gksu --enable-gtkhtml2 --disable-gksu2 --disable-gksuui
  make
}

package() {
  cd $_pkgbase-$pkgver
  make -C gtkhtml2 install DESTDIR="${pkgdir}"
}