#Packager: George Vlahavas pkgname=meld pkgver=3.14.2 pkgrel=1gv source=(https://download.gnome.org/sources/meld/3.14/meld-3.14.2.tar.xz) docs=("copying" "authors" "install" "news" "maintainers") url=http://meldmerge.org/ doinst() { # compile schemas if [ -x usr/bin/glib-compile-schemas ]; then usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (a visual diff and merge tool)" "Meld is a visual diff and merge tool. You can compare two or three" "files and edit them in place (diffs update dynamically). You can" "compare two or three folders and launch file comparisons. You can" "browse and view a working copy from popular version control systems" "such such as CVS, Subversion, Bazaar-ng and Mercurial." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py \ --no-update-icon-cache \ --no-compile-schemas \ install \ --prefix=/usr \ --root=$startdir/pkg }