2010-02-18 14:57:41 +01:00
|
|
|
#
|
2011-04-25 11:45:51 +02:00
|
|
|
# spec file for package gnome-color-manager
|
2010-02-18 14:57:41 +01:00
|
|
|
#
|
2019-04-18 15:34:45 +02:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2010-02-18 14:57:41 +01:00
|
|
|
# Copyright (c) 2010 Luis Medinas, Portugal
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-04-18 15:34:45 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2010-02-18 14:57:41 +01:00
|
|
|
#
|
|
|
|
|
2012-01-24 12:40:44 +01:00
|
|
|
|
2010-02-18 14:57:41 +01:00
|
|
|
Name: gnome-color-manager
|
2019-04-18 15:34:45 +02:00
|
|
|
Version: 3.32.0
|
2011-12-21 06:00:39 +01:00
|
|
|
Release: 0
|
2010-02-18 14:57:41 +01:00
|
|
|
Summary: Color management tools for GNOME
|
2018-03-05 14:48:00 +01:00
|
|
|
License: GPL-2.0-or-later
|
2010-02-18 14:57:41 +01:00
|
|
|
Group: System/GUI/GNOME
|
2019-04-18 15:34:45 +02:00
|
|
|
URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
|
|
|
|
Source: https://download.gnome.org/sources/gnome-color-manager/3.32/%{name}-%{version}.tar.xz
|
2019-01-18 19:27:36 +01:00
|
|
|
|
2010-02-18 14:57:41 +01:00
|
|
|
BuildRequires: docbook-utils
|
2011-04-25 11:45:51 +02:00
|
|
|
BuildRequires: gcc-c++
|
2010-03-30 21:52:24 +02:00
|
|
|
BuildRequires: libtiff-devel
|
2019-04-18 15:34:45 +02:00
|
|
|
BuildRequires: meson >= 0.46.0
|
2017-08-31 09:42:01 +02:00
|
|
|
BuildRequires: pkgconfig
|
2010-06-05 12:46:53 +02:00
|
|
|
BuildRequires: translation-update-upstream
|
2010-02-18 14:57:41 +01:00
|
|
|
BuildRequires: update-desktop-files
|
2012-09-07 18:05:01 +02:00
|
|
|
BuildRequires: yelp-tools
|
2016-02-19 15:39:05 +01:00
|
|
|
BuildRequires: pkgconfig(colord) >= 1.3.1
|
2012-09-07 18:05:01 +02:00
|
|
|
BuildRequires: pkgconfig(colord-gtk) >= 0.1.20
|
2011-04-25 11:45:51 +02:00
|
|
|
BuildRequires: pkgconfig(exiv2)
|
2012-03-15 08:01:57 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
2011-10-17 23:14:55 +02:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0
|
|
|
|
BuildRequires: pkgconfig(lcms2) >= 2.2
|
2011-04-25 11:45:51 +02:00
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
BuildRequires: pkgconfig(libexif)
|
2014-08-23 13:54:12 +02:00
|
|
|
BuildRequires: pkgconfig(vte-2.91)
|
2012-01-24 12:40:44 +01:00
|
|
|
Requires: argyllcms
|
2011-06-17 08:59:18 +02:00
|
|
|
Requires: colord
|
2017-03-23 19:21:49 +01:00
|
|
|
Requires: colord-color-profiles
|
2017-08-31 09:42:01 +02:00
|
|
|
# We only recommend PackageKit - knowing that some features are not available if not present
|
|
|
|
# For managed setups, this does not matter, as the user is not supposed to be bothered with
|
|
|
|
# such things anyway (see bnc#895997).
|
|
|
|
Recommends: PackageKit
|
2011-07-08 12:45:06 +02:00
|
|
|
Obsoletes: gnome-color-manager-devel < %{version}
|
2012-03-15 08:01:57 +01:00
|
|
|
Obsoletes: libcolor-glib1 < %{version}
|
2010-02-18 14:57:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
GNOME Color Manager is a session framework that makes it easy to manage,
|
|
|
|
install and generate color profiles in the GNOME desktop.
|
|
|
|
|
|
|
|
%lang_package
|
2017-08-31 09:42:01 +02:00
|
|
|
|
2010-02-18 14:57:41 +01:00
|
|
|
%prep
|
2019-01-18 19:27:36 +01:00
|
|
|
%autosetup -p1
|
2011-06-16 18:04:50 +02:00
|
|
|
translation-update-upstream
|
2010-02-18 14:57:41 +01:00
|
|
|
|
|
|
|
%build
|
2017-08-31 09:42:01 +02:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2010-02-18 14:57:41 +01:00
|
|
|
|
|
|
|
%install
|
2017-08-31 09:42:01 +02:00
|
|
|
%meson_install
|
2011-06-16 18:04:50 +02:00
|
|
|
%suse_update_desktop_file gcm-calibrate
|
2011-06-17 08:59:18 +02:00
|
|
|
%suse_update_desktop_file gcm-import
|
2011-06-16 18:04:50 +02:00
|
|
|
%suse_update_desktop_file gcm-picker
|
2016-09-08 23:21:23 +02:00
|
|
|
%suse_update_desktop_file org.gnome.ColorProfileViewer HardwareSettings
|
2011-02-13 22:07:01 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2010-02-18 14:57:41 +01:00
|
|
|
|
2011-04-25 11:45:51 +02:00
|
|
|
%files
|
2018-03-05 14:48:00 +01:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS MAINTAINERS README
|
2010-02-18 14:57:41 +01:00
|
|
|
%{_bindir}/gcm-*
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/gnome-color-manager/
|
2012-09-07 18:05:01 +02:00
|
|
|
%doc %{_datadir}/help/C/gnome-color-manager/
|
2010-02-18 14:57:41 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
|
2018-03-05 14:48:00 +01:00
|
|
|
%{_mandir}/man?/*%{ext_man}
|
2011-04-25 11:45:51 +02:00
|
|
|
%{_libexecdir}/gcm-helper-exiv
|
2017-08-31 09:42:01 +02:00
|
|
|
%dir %{_datadir}/metainfo
|
|
|
|
%{_datadir}/metainfo/org.gnome.ColorProfileViewer.appdata.xml
|
2010-02-18 14:57:41 +01:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|