30 lines
850 B
Text
30 lines
850 B
Text
# Template build file for 'libwnck'.
|
|
pkgname=libwnck
|
|
version=3.4.5
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
makedepends="startup-notification-devel gtk+3-devel libXres-devel"
|
|
short_desc="Library for layout and rendering of text"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org/"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/libwnck/3.4/$pkgname-$version.tar.xz"
|
|
checksum=560f9709405fb33500c2f79efabdb1c4056866dec281f354ad3da97181fbf381
|
|
|
|
libwnck-devel_package() {
|
|
depends="gtk+3-devel startup-notification-devel libXres-devel libwnck>=${version}"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gir-1.0
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
libwnck_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|