babl: update to 0.1.4, add gir-babl subpkg.

This commit is contained in:
Juan RP 2011-02-01 09:54:20 +01:00
parent 84a5e605ea
commit 3d7a4a62a4
4 changed files with 19 additions and 7 deletions

View file

@ -11,8 +11,6 @@ Add_dependency run babl
do_install() do_install()
{ {
mkdir -p ${DESTDIR}/usr/lib mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/bin mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
} }

View file

@ -0,0 +1,12 @@
# Template file for 'gir-babl'.
#
short_desc="Introspection data for BABL"
long_desc="${long_desc}
This package contains small pieces of introspection data for the Babl library."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}

View file

@ -1,11 +1,11 @@
# Template build file for 'babl'. # Template build file for 'babl'.
pkgname=babl pkgname=babl
version=0.1.2 version=0.1.4
distfiles="ftp://ftp.gtk.org/pub/babl/0.1/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/babl/0.1/babl-${version}.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="Dynamic pixel format translation library" short_desc="Dynamic pixel format translation library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1de1394f3d49313bd99f2eab5ae7a4ddfd66d27cdaa89aede67b0dd96f43b722 checksum=5b36312528de84815f054345cd478743a9493981a44060013b682d0304ffe733
long_desc=" long_desc="
babl is a dynamic, any to any, pixel format translation library. babl is a dynamic, any to any, pixel format translation library.
@ -16,5 +16,6 @@ long_desc="
A vocabulary to formulate new pixel formats from existing primitives is A vocabulary to formulate new pixel formats from existing primitives is
provided as well as the framework to add new color models and data types." provided as well as the framework to add new color models and data types."
subpackages="$pkgname-devel" subpackages="gir-babl babl-devel"
Add_dependency run glibc Add_dependency run glibc
Add_dependency build gobject-introspection

1
srcpkgs/gir-babl Symbolic link
View file

@ -0,0 +1 @@
babl