34 lines
1 KiB
Text
34 lines
1 KiB
Text
# Template file for 'gnome-dictionary'
|
|
pkgname=gnome-dictionary
|
|
version=3.4.0
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
|
short_desc="Look up words in dictionary sources"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
checksum=70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af
|
|
long_desc="
|
|
This package contains $pkgname, to look up words in dictionary sources."
|
|
|
|
replaces="gnome-utils>=3.0"
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
|
|
Add_dependency run hicolor-icon-theme
|
|
Add_dependency run desktop-file-utils
|
|
|
|
Add_dependency build which
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build itstool
|
|
Add_dependency build gnome-doc-utils
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency full gsettings-desktop-schemas
|
|
|
|
post_install() {
|
|
# Remove -devel stuff.
|
|
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
|
${DESTDIR}/usr/share/gtk-doc
|
|
}
|