gtkaml: removed; broken for 2 years.
This commit is contained in:
parent
8aebff74b3
commit
de991fd3cd
3 changed files with 0 additions and 34 deletions
|
@ -1 +0,0 @@
|
|||
gtkaml
|
|
@ -1,32 +0,0 @@
|
|||
# Template file for 'gtkaml'
|
||||
pkgname=gtkaml
|
||||
version=0.5.94
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config vala-devel glib-devel gtk+-devel libxml2-devel"
|
||||
depends="pkg-config vala>=0.18"
|
||||
short_desc="An Application Markup Language for GTK+Vala"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gtkaml.org"
|
||||
license="LGPL-3"
|
||||
distfiles="https://$pkgname.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||
checksum=93b7656100444b1ac226a5b09b74b86ef66d2ad391a02c8f0a536915461c0a08
|
||||
|
||||
# XXX does not work with our vala version
|
||||
broken=yes
|
||||
|
||||
libgtkaml_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
}
|
||||
}
|
||||
|
||||
gtkaml-devel_package() {
|
||||
depends="vala-devel>=0.18 libgtkaml>=${version}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
gtkaml
|
Loading…
Reference in a new issue