summaryrefslogtreecommitdiffstats
path: root/colord-gtk/Pkgfile
blob: d522d0dad8c8adfc008cafed8b25891aac5dd28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Démon bas niveau pour la gestion de profiles de couleurs sur des périphériques
# URL: http://www.freedesktop.org/software/colord/
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: dbus-glib, libxml2, gtk3, colord, lcms2, gobject-introspection, vala, intltool
# Run on: dbus-glib,libxml2,gtk3,colord,lcms2

name=colord-gtk
version=0.1.22
release=1
source=(http://www.freedesktop.org/software/colord/releases/$name-$version.tar.xz
	Do-not-reuse-__COLORD_H_INSIDE__-as-this-causes-incl.patch)

build() {
	cd $name-$version
	patch -p1 < ../Do-not-reuse-__COLORD_H_INSIDE__-as-this-causes-incl.patch
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}