mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
gdl: update to 3.12.0.
This commit is contained in:
parent
005ff0cd19
commit
54009ef06c
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'gdl'
|
# Template file for 'gdl'
|
||||||
pkgname=gdl
|
pkgname=gdl
|
||||||
version=3.10.0
|
version=3.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool 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="davehome <davehome@redthumb.info.tm>"
|
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=4e0d6f66115ba3b0f3cd2495d8a95c6714d701f89d556bb691bd0c0a62a1c760
|
checksum=4770f959f31ed5e616fe623c284e8dd6136e49902d19b6e37938d34be4f6b88d
|
||||||
|
|
||||||
gdl-devel_package() {
|
gdl-devel_package() {
|
||||||
short_desc+=" - Development files"
|
short_desc+=" - development files"
|
||||||
depends="gdl>=${version}"
|
depends="gdl>=${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
@ -24,7 +24,7 @@ gdl-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
gdl-doc_package() {
|
gdl-doc_package() {
|
||||||
short_desc+=" - Documentation"
|
short_desc+=" - documentation"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue