2012-03-23 08:20:48 +01:00
|
|
|
# Template file for 'gnome-dictionary'
|
|
|
|
pkgname=gnome-dictionary
|
2013-09-26 19:30:51 +02:00
|
|
|
version=3.9.0
|
2012-09-26 02:40:09 +02:00
|
|
|
revision=1
|
2012-03-23 08:20:48 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-schemas-compile --disable-scrollkeeper"
|
2013-07-23 22:10:38 +02:00
|
|
|
hostmakedepends="which pkg-config intltool itstool gnome-doc-utils"
|
2013-09-26 19:30:51 +02:00
|
|
|
makedepends="gtk+3-devel gsettings-desktop-schemas-devel>=3.10"
|
2012-03-23 08:20:48 +01:00
|
|
|
short_desc="Look up words in dictionary sources"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2013-09-26 19:30:51 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=4881096d5952ca39e19e4ecfb37f16634d5f5c1e41ee1e74fa8550f59f5bd455
|
2012-03-23 08:20:48 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
# Remove -devel stuff.
|
|
|
|
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
|
|
|
|
${DESTDIR}/usr/share/gtk-doc
|
|
|
|
}
|
2013-04-12 15:11:12 +02:00
|
|
|
|
|
|
|
gnome-dictionary_package() {
|
|
|
|
replaces="gnome-utils>=3.0"
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils
|
2013-09-26 19:30:51 +02:00
|
|
|
gsettings-desktop-schemas>=3.10"
|
2013-04-12 15:11:12 +02:00
|
|
|
pkg_install() {
|
2013-07-23 22:10:38 +02:00
|
|
|
vmove all
|
2013-04-12 15:11:12 +02:00
|
|
|
}
|
|
|
|
}
|