Accepting request 80644 from home:vuntz:branches:GNOME:Factory
Update to 3.1.90 OBS-URL: https://build.opensuse.org/request/show/80644 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=39
This commit is contained in:
parent
c9ab848b0e
commit
2e1d319377
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7131ac66e071a7e13b3a3b2c1856eeba9a5814dd38f7ad2f843e4504d0ae5ead
|
|
||||||
size 3625550
|
|
3
gnome-color-manager-3.1.90.tar.bz2
Normal file
3
gnome-color-manager-3.1.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f890b30a26e24321c63feaca62a46a9c37219edd4ca2705cd01d31631a5d8a8
|
||||||
|
size 2852117
|
@ -1,15 +0,0 @@
|
|||||||
diff -ur gnome-color-manager-3.1.2.orig/tools/Makefile.am gnome-color-manager-3.1.2/tools/Makefile.am
|
|
||||||
--- gnome-color-manager-3.1.2.orig/tools/Makefile.am 2011-05-26 11:44:24.000000000 +0200
|
|
||||||
+++ gnome-color-manager-3.1.2/tools/Makefile.am 2011-06-16 13:24:46.160221608 +0200
|
|
||||||
@@ -28,10 +28,10 @@
|
|
||||||
gcm-dump-profile.c
|
|
||||||
|
|
||||||
gcm_dump_profile_LDADD = \
|
|
||||||
+ $(top_builddir)/src/libgcmshared.a \
|
|
||||||
$(GLIB_LIBS) \
|
|
||||||
$(COLORD_LIBS) \
|
|
||||||
$(LCMS_LIBS) \
|
|
||||||
- $(top_builddir)/src/libgcmshared.a \
|
|
||||||
-lm
|
|
||||||
|
|
||||||
gcm_dump_profile_CFLAGS = \
|
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 1 14:15:31 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.1.90:
|
||||||
|
+ New Features:
|
||||||
|
- Add a --file argument to gcm-viewer to show files
|
||||||
|
- Allow the profile title to be changed in gcm-calibrate
|
||||||
|
- Ask the user for the target whitepoint when creating a
|
||||||
|
profile
|
||||||
|
- Make importing color profiles sexy
|
||||||
|
- Move the help files to gnome-user-docs
|
||||||
|
- Remove gcm-session, it's not required anymore
|
||||||
|
- Use cd_client_import_profile_sync() when generating profiles
|
||||||
|
+ Bugfix:
|
||||||
|
- Allow writing dictionary items of longer then 512 bytes
|
||||||
|
- Correctly use plural forms in the calibration wizard.
|
||||||
|
(bgo#654247)
|
||||||
|
- Do not build with G_DISABLE_DEPRECATED for our future sanity
|
||||||
|
- Fix a crash in gcm-picker when a color sensor is plugged in
|
||||||
|
- Fix a critical warning in gcm-picker when CUPS printers are
|
||||||
|
installed
|
||||||
|
- Fix linking with -Wl,--as-needed
|
||||||
|
- Fix the profile list sorting when the user has virtual
|
||||||
|
profiles from CUPS
|
||||||
|
- Make the clutter and mash dependency non-automagic
|
||||||
|
- Remove the GetProfilesForDevice() DBus method call
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop gnome-color-manager-as_needed.patch: fixed upstream.
|
||||||
|
- Remove gnome-common BuildRequires, and call to gnome-autogen.sh:
|
||||||
|
those were needed for the above patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 17 00:08:29 CEST 2011 - vuntz@opensuse.org
|
Fri Jun 17 00:08:29 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-color-manager
|
Name: gnome-color-manager
|
||||||
Version: 3.1.2
|
Version: 3.1.90
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: possibly add mash BuildRequires for 3D support. Check first if mash is still alive upstream.
|
# FIXME: possibly add mash BuildRequires for 3D support. Check first if mash is still alive upstream.
|
||||||
# (https://github.com/clutter-project/mash / packaged as libmash in Fedora)
|
# (https://github.com/clutter-project/mash / packaged as libmash in Fedora)
|
||||||
@ -28,19 +28,15 @@ Summary: Color management tools for GNOME
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://projects.gnome.org/gnome-color-manager
|
Url: http://projects.gnome.org/gnome-color-manager
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gnome-color-manager/3.1/%{name}-%{version}.tar.bz2
|
||||||
# PATCH-FIX-UPSTREAM gnome-color-manager-as_needed.patch bgo#652722 dimstar@opensuse.org -- Fix build with -Wl,--as-needed
|
|
||||||
Patch0: gnome-color-manager-as_needed.patch
|
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: docbook-utils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# Needed for patch0
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(colord)
|
BuildRequires: pkgconfig(colord) >= 0.1.12
|
||||||
BuildRequires: pkgconfig(exiv2)
|
BuildRequires: pkgconfig(exiv2)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -66,10 +62,8 @@ install and generate color profiles in the GNOME desktop.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 gnome-autogen.sh
|
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--disable-scrollkeeper
|
--disable-scrollkeeper
|
||||||
%{__make} %{?jobs:-j %jobs} V=1
|
%{__make} %{?jobs:-j %jobs} V=1
|
||||||
@ -80,7 +74,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%suse_update_desktop_file gcm-calibrate
|
%suse_update_desktop_file gcm-calibrate
|
||||||
%suse_update_desktop_file gcm-import
|
%suse_update_desktop_file gcm-import
|
||||||
%suse_update_desktop_file gcm-picker
|
%suse_update_desktop_file gcm-picker
|
||||||
%suse_update_desktop_file gcm-session
|
|
||||||
%suse_update_desktop_file gcm-viewer
|
%suse_update_desktop_file gcm-viewer
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
@ -98,22 +91,13 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
|
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
|
||||||
%dir %{_datadir}/gnome/
|
|
||||||
%dir %{_datadir}/gnome/help/
|
|
||||||
%dir %{_datadir}/gnome/help/%{name}/
|
|
||||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
|
||||||
%dir %{_datadir}/omf/
|
|
||||||
%dir %{_datadir}/omf/%{name}/
|
|
||||||
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
|
||||||
%{_bindir}/gcm-*
|
%{_bindir}/gcm-*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/dbus-1/interfaces/org.gnome.ColorManager.xml
|
|
||||||
%{_datadir}/dbus-1/services/org.gnome.ColorManager.service
|
%{_datadir}/dbus-1/services/org.gnome.ColorManager.service
|
||||||
%{_datadir}/gnome-color-manager/
|
%{_datadir}/gnome-color-manager/
|
||||||
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
|
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
|
||||||
%{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*
|
%{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.*
|
||||||
%{_mandir}/man?/*.*
|
%{_mandir}/man?/*.*
|
||||||
%{_sysconfdir}/xdg/autostart/*.desktop
|
|
||||||
%{_libexecdir}/gcm-helper-exiv
|
%{_libexecdir}/gcm-helper-exiv
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user