void-packages/srcpkgs/libgnome-media-profiles/template

25 lines
944 B
Plaintext

# Template file for 'libgnome-media-profiles'
pkgname=libgnome-media-profiles
version=3.0.0
revision=5
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
build_style=gnu-configure
configure_args="--disable-schemas-install
--disable-scrollkeeper --with-gconf-schema-file-dir=/usr/share/gconf/schemas"
makedepends="which pkg-config intltool gnome-doc-utils gtk+3-devel libxml2-devel GConf-devel gst-plugins-base-devel"
short_desc="GNOME Media Profiles"
homepage="http://gnome.org/"
license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ab1288e53a8fccca3e8fa59757ef586901e236e09a737a1178eeb8d74428c061
long_desc="
This package contains a Library to manage media profiles."
subpackages="$pkgname-devel"
post_install() {
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/gnome-media-profiles.schemas \
--domain gnome-media-profiles ${wrksrc}/*.schemas
}