dd6b45c322
This removes the need for having to specify sourcepkg manually in every package that will build subpkgs. --HG-- extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
24 lines
800 B
Text
24 lines
800 B
Text
# Template build file for 'libwnck'.
|
|
pkgname=libwnck
|
|
version=2.26.1
|
|
distfiles="${GNOME_SITE}/libwnck/2.26/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--localstatedir=/var"
|
|
short_desc="Library for layout and rendering of text"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=53737b2bcc520d16d4a83517e2ec6ee52269cec2706a9b4cdb876615c525f430
|
|
long_desc="
|
|
libwnck is Window Navigator Construction Kit, i.e. a library to use
|
|
for writing pagers and taskslists and stuff."
|
|
|
|
subpackages="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build libXt
|
|
Add_dependency full glibc
|
|
Add_dependency full glib
|
|
Add_dependency full pango
|
|
Add_dependency full gtk+
|
|
Add_dependency full startup-notification
|
|
Add_dependency full libSM
|
|
Add_dependency full libX11
|