Accepting request 32546 from GNOME:Factory
Copy from GNOME:Factory/gnome-color-manager based on submit request 32546 from user vuntz OBS-URL: https://build.opensuse.org/request/show/32546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-color-manager?expand=0&rev=1
This commit is contained in:
commit
f63b025b89
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
gnome-color-manager-2.29.3.tar.bz2
Normal file
3
gnome-color-manager-2.29.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c63c0ddff93af7fbcafe6ade6ce720d26e38339e4a570c0699a77827df735c55
|
||||
size 1449396
|
53
gnome-color-manager.changes
Normal file
53
gnome-color-manager.changes
Normal file
@ -0,0 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 16:54:06 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.29.3:
|
||||
+ New Features:
|
||||
- Enable the rendering intent and default colorspace UI
|
||||
elements
|
||||
- Show whether the ICC profile has a VCGT tag in the UI
|
||||
- Filter out non RGB and CMYK color space profiles from the
|
||||
combo-boxes using a heuristic
|
||||
- Add a new DBus method GetProfileForWindow which can return a
|
||||
profile for a supplied XID
|
||||
- Add some new text and tooltips to the prefs dialog
|
||||
- Add per-user OSX ICC profiles at startup
|
||||
- Add OSX and Windows ICC profiles if they exist from mounted
|
||||
volumes. Fixes bgo#607390
|
||||
- Add a device profile entry of 'Other profile...' to be able
|
||||
to easily import a profile. Fixes bgo#607389
|
||||
- Add a precision GConf variable to control the time a
|
||||
calibration takes. Fixes bgo#605558
|
||||
- Screenscrape the Argyll output to better support other
|
||||
hardware devices. Fixes bgo#605558
|
||||
- Do not show the 'Fine tuning' expander by default, and have configuration in GConf
|
||||
+ Bugfix:
|
||||
- Zero out GErrors after freeing. Fixes crash
|
||||
- Add gnome-desktop path as fallback for pci.ids
|
||||
- Do not generate an error if a display profile does not have
|
||||
CLUT data
|
||||
- Add gcm-fix-profile to load and then re-save existing
|
||||
profiles using lcms
|
||||
- Fix compile when using an ld that defaults to --as-needed
|
||||
- Do not allow the colorspace combobox to be zero sized. Fixes
|
||||
bgo#606484
|
||||
- Make gcm-prefs a normal dialog rather than a modal dialog
|
||||
- Only scan ICC locations with hfs partition types for OSX and
|
||||
msdos/NTFS types for Windows
|
||||
- Make gcm-prefs startup a few hundred ms quicker by not
|
||||
loading the list of screens
|
||||
- Cache gnome_rr_screen_new and take 0.7 seconds off the start
|
||||
time
|
||||
- Don't resize the window on startup. Fixes bgo#607391
|
||||
- Update the Free Software Foundation address
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 16:25:15 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Cleanup packaging.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 21:47:22 UTC 2010 - lmedinas@opensuse.org
|
||||
|
||||
- Initial package
|
||||
|
101
gnome-color-manager.spec
Normal file
101
gnome-color-manager.spec
Normal file
@ -0,0 +1,101 @@
|
||||
#
|
||||
# spec file for package gnome-color-manager (Version 2.29.3)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 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.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: gnome-color-manager
|
||||
Version: 2.29.3
|
||||
Release: 1
|
||||
Summary: Color management tools for GNOME
|
||||
License: GPLv2+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://projects.gnome.org/gnome-color-manager
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgudev-1_0-devel
|
||||
BuildRequires: liblcms-devel
|
||||
BuildRequires: libunique-devel
|
||||
BuildRequires: vte-devel
|
||||
BuildRequires: update-desktop-files
|
||||
# For directory ownership
|
||||
BuildRequires: polkit
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: PackageKit
|
||||
Requires: shared-color-profiles
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%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
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-hardware-detection \
|
||||
--disable-schemas-install \
|
||||
--disable-scrollkeeper
|
||||
%{__make} %{?jobs:-j %jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%suse_update_desktop_file gcm-prefs GNOME Monitor X-SuSE-ControlCenter-LookAndFeel
|
||||
%suse_update_desktop_file gcm-apply
|
||||
%suse_update_desktop_file gcm-import
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
|
||||
%dir /lib/udev
|
||||
%dir /lib/udev/rules.d
|
||||
/lib/udev/rules.d/*.rules
|
||||
%{_bindir}/gcm-*
|
||||
%{_sbindir}/gcm-install-system-wide
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.ColorManager.service
|
||||
%{_datadir}/gnome-color-manager/
|
||||
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*
|
||||
%{_datadir}/polkit-1/actions/org.gnome.color.policy
|
||||
%{_mandir}/man?/*.*
|
||||
%{_sysconfdir}/xdg/autostart/*.desktop
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user