mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
revert gobject-introspection to 0.6.9 (0.6.10+ want cairo :/)
This commit is contained in:
parent
ac8cb495d4
commit
73c9110abd
@ -1,16 +1,19 @@
|
|||||||
# $Id: PKGBUILD 77865 2010-04-18 19:50:51Z ibiru $
|
# $Id: PKGBUILD 72907 2010-03-21 15:29:35Z ibiru $
|
||||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||||
|
|
||||||
|
# NOTE 0.6.10 and up need cairo
|
||||||
|
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
pkgver=0.6.10
|
pkgver=0.6.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Introspection system for GObject-based libraries"
|
pkgdesc="Introspection system for GObject-based libraries"
|
||||||
url="http://live.gnome.org/GObjectInstrospection"
|
url="http://live.gnome.org/GObjectInstrospection"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
license=('LGPL' 'GPL')
|
license=('LGPL' 'GPL')
|
||||||
depends=('libffi>=3.0.8' 'glib2>=2.24.0' 'python' 'cairo>=1.8.10')
|
depends=('libffi>=3.0.8' 'glib2>=2.23.5' 'python')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
|
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha256sums=('36bd511a4d45967f95526f94708b3f4367e9d344aa11f3206fe6edb7fc3a8d4b')
|
sha256sums=('12ea075fdb90780b047382bc7acf4896c34dad49276f6c8513045a3f584d5ac6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
@ -18,3 +21,4 @@ build() {
|
|||||||
make || return 1
|
make || return 1
|
||||||
make DESTDIR="${pkgdir}" install || return 1
|
make DESTDIR="${pkgdir}" install || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user