void-packages/srcpkgs/gnome-dictionary/template
2014-11-29 17:39:36 +00:00

23 lines
856 B
Plaintext

# Template file for 'gnome-dictionary'
pkgname=gnome-dictionary
version=3.14.2
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile --disable-scrollkeeper"
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils glib-devel"
makedepends="gtk+3-devel gsettings-desktop-schemas-devel>=3.14"
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.14"
replaces="gnome-utils>=3.0"
short_desc="Look up words in dictionary sources"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=2f2a0293c5de83f624cead84d7bb3f93d30a30554640926bb2db9c4944840f82
post_install() {
# Remove -devel stuff.
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
${DESTDIR}/usr/share/gtk-doc
}