void-packages/srcpkgs/gnome-dictionary/template
2020-10-04 21:00:03 +07:00

21 lines
790 B
Bash

# Template file for 'gnome-dictionary'
pkgname=gnome-dictionary
version=3.26.1
revision=2
build_style=meson
hostmakedepends="pkg-config intltool itstool glib-devel"
makedepends="gtk+3-devel gsettings-desktop-schemas-devel"
depends="hicolor-icon-theme desktop-file-utils gsettings-desktop-schemas>=3.14"
short_desc="Look up words in dictionary sources"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/Dictionary"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=16b8bc248dcf68987826d5e39234b1bb7fd24a2607fcdbf4258fde88f012f300
replaces="gnome-utils>=3.0"
post_install() {
# Remove -devel stuff.
rm -rf ${DESTDIR}/usr/include ${DESTDIR}/usr/lib/pkgconfig \
${DESTDIR}/usr/share/gtk-doc
}