meld: depend on gsettings-desktop-schemas

This commit is contained in:
Michael Gehring 2016-01-22 22:38:33 +01:00
parent e7b7a56100
commit 5325dc12b5
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'meld'
pkgname=meld
version=3.15.0
revision=2
revision=3
noarch=yes
build_style="python-module"
hostmakedepends="pkg-config intltool gnome-doc-utils python itstool gtk-update-icon-cache"
depends="python-gobject gtksourceview desktop-file-utils hicolor-icon-theme"
depends="python-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme"
pycompile_module="meld"
short_desc="Visual diff and merge tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>"