New package: gnome-color-manager-3.2.3.
This commit is contained in:
parent
90353111f1
commit
cf92be45e8
|
@ -0,0 +1,25 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libgio-2.0.so.0
|
||||
liblcms2.so.2
|
||||
libcolord.so.1
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libclutter-gtk-1.0.so.0
|
||||
libmash-0.1.so.0
|
||||
libclutter-glx-1.0.so.0
|
||||
libcairo.so.2
|
||||
libcogl.so.5
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libcanberra-gtk3.so.0
|
||||
libcanberra.so.0
|
||||
libexif.so.12
|
||||
libtiff.so.5
|
||||
libvte2_90.so.9
|
||||
libexiv2.so.11
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
|
@ -0,0 +1,53 @@
|
|||
# Template file for 'gnome-color-manager'
|
||||
pkgname=gnome-color-manager
|
||||
version=3.2.3
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper --disable-schemas-compile --enable-exiv
|
||||
--enable-clutter --enable-packagekit"
|
||||
short_desc="Color profile manager for the GNOME desktop"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://projects.gnome.org/gnome-color-manager/"
|
||||
license="GPL-2"
|
||||
checksum=5fc3073f97df5ddd98e2e85d75e9f4763129e62a565568c7b3c48aa6cf8cdb36
|
||||
long_desc="
|
||||
GNOME Color Manager is a session framework that makes it easy to manage, install
|
||||
and generate color profiles in the GNOME desktop.
|
||||
|
||||
This project has the following features:
|
||||
|
||||
* Setting output gamma tables (with local brightness and adjustments) to any
|
||||
Xrandr output (falling back to the per-screen methods for drivers that do not
|
||||
yet support Xrandr 1.3).
|
||||
* Setting of settings at session start, and when monitors are hotplugged.
|
||||
* Easy install of vendor supplied ICC or ICM files, just by double clicking
|
||||
on the file.
|
||||
* Easy display calibration using an external calibration device, and scanner
|
||||
calibration using a inexpensive IT 8.7 target. For calibration, the ArgyllCMS
|
||||
package is required.
|
||||
* Integration X11 by setting the per-screen and per-output _ICC_PROFILE atom,
|
||||
which makes applications such as the GIMP use a color managed output.
|
||||
* Easy to use DBus interface for applications to query what ICC profiles should
|
||||
be used for a specific device or device type. This is session activated and
|
||||
is only started when it is needed, and quits after a small period of idleness."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full shared-color-profiles
|
||||
Add_dependency full shared-color-targets
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
Add_dependency build libcanberra-devel
|
||||
Add_dependency build vte3-devel
|
||||
Add_dependency build exiv2-devel
|
||||
Add_dependency build clutter-gtk-devel
|
||||
Add_dependency build mash-devel
|
||||
Add_dependency build gnome-desktop-devel
|
||||
Add_dependency build libXrandr-devel
|
||||
Add_dependency build lcms2-devel
|
||||
Add_dependency build colord-devel
|
||||
Add_dependency build libexif-devel
|
Loading…
Reference in New Issue