void-packages/srcpkgs/gnome-search-tool/template

32 lines
1 KiB
Plaintext

# Template file for 'gnome-search-tool'
pkgname=gnome-search-tool
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
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
--disable-schemas-install"
depends="desktop-file-utils"
makedepends="which pkg-config intltool itstool gnome-doc-utils gtk+3-devel GConf-devel"
fulldepends="gsettings-desktop-schemas"
revision=1
short_desc="Search utility for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
checksum=6c4ed39ab1196d118e5e0d2a7faa07fbbb257831454ee92ff0c6f28c0942e69c
long_desc="
This package contains $pkgname, a search utility for the GNOME desktop."
gconf_schemas="${pkgname}.schemas"
replaces="gnome-utils>=3.0"
post_install() {
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
--domain ${pkgname} ${wrksrc}/*.schemas
}