gdl: update to 3.14.0.
This commit is contained in:
parent
406f5c4075
commit
e1ecc4f0d7
2 changed files with 6 additions and 19 deletions
|
@ -1 +0,0 @@
|
||||||
gdl
|
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'gdl'
|
# Template file for 'gdl'
|
||||||
pkgname=gdl
|
pkgname=gdl
|
||||||
version=3.12.0
|
version=3.14.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool glib-devel"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libxml2-devel gtk+3-devel"
|
makedepends="libxml2-devel gtk+3-devel"
|
||||||
short_desc="GNOME Docking Library"
|
short_desc="GNOME Docking Library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://developer.gnome.org/gdl/"
|
homepage="https://developer.gnome.org/gdl/"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4770f959f31ed5e616fe623c284e8dd6136e49902d19b6e37938d34be4f6b88d
|
checksum=4b903c28a8894a82b997a1732a443c8b1d6a510304b3c3b511023339ff5d01db
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -20,18 +21,12 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed 's,-I$(includedir),,g' -i gdl/Makefile
|
sed 's,-I$(includedir),,g' -i gdl/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
gdl-devel_package() {
|
gdl-devel_package() {
|
||||||
|
replaces="gdl-doc>=0"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="gdl>=${version}"
|
depends="gdl>=${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -41,13 +36,6 @@ gdl-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
gdl-doc_package() {
|
|
||||||
short_desc+=" - documentation"
|
|
||||||
noarch=yes
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue