29 lines
907 B
Text
29 lines
907 B
Text
# Template file for 'gnome-dictionary'
|
|
pkgname=gnome-dictionary
|
|
version=3.8.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
|
makedepends="gtk+3-devel>=3.8 gsettings-desktop-schemas-devel>=3.8"
|
|
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/3.8/$pkgname-$version.tar.xz"
|
|
checksum=faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421
|
|
|
|
post_install() {
|
|
# Remove -devel stuff.
|
|
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
|
${DESTDIR}/usr/share/gtk-doc
|
|
}
|
|
|
|
gnome-dictionary_package() {
|
|
replaces="gnome-utils>=3.0"
|
|
depends="hicolor-icon-theme desktop-file-utils
|
|
gsettings-desktop-schemas>=3.6.0"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|