#Packager: George Vlahavas pkgname=xiccd pkgver=0.3.0 pkgrel=1gv source=("https://github.com/agalakhov/xiccd/archive/refs/tags/v0.3.0.tar.gz") docs=("readme.md" "install" "copying" "changelog" "authors" "news" "todo") url=https://github.com/agalakhov/xiccd options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xiccd (A simple bridge between colord and X)" "The primary goal of xiccd is providing color profile support for" "desktop environments other than Gnome and KDE (Xfce, LXDE, and" "probably others) that don't support native color management yet." "It does the following tasks:" " * Enumerates displays and register them in colord." " * Creates default ICC profiles based on EDID data." " * Applies ICC profiles provided by colord." " * Maintains user's private ICC storage directory." ) build() { cd $startdir/src/$pkgname-$pkgver autoreconf -vif ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }