Sync from SUSE:SLFO:Main colord-gtk revision 53a788b871b9f520b21f3103e44eb668
This commit is contained in:
commit
5598ae3494
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
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@ -0,0 +1 @@
|
||||
libcolord-gtk1
|
BIN
colord-gtk-0.3.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
colord-gtk-0.3.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
colord-gtk-0.3.0.tar.xz.asc
Normal file
11
colord-gtk-0.3.0.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEFj61ARkiXbPfj0nqF6y6jfqXDhcFAmINF9QACgkQF6y6jfqX
|
||||
Dhdb0gf9G7ZToRCUKPGWUVFd/jqDTZ5XOWwABUqr2E0Dm+WPYF2TWwW8qk1RCsMH
|
||||
X2zCdSbveCvqmMnRPkTEj3L8AgD81v9z7MmWVTjYT2CuRPN0piJd4OQ4/7d11U3C
|
||||
M8C6e2bCmgLM94fYLkiav0mJHTwYkbua4q+XmKVwDTJNEgb8wxtCKdEBso2Rud/R
|
||||
yJV7n6Qo2JjI9DwyMQu3cOnF+k5QDN6aGtGCX1yfaqNDMF7MbmIZ5kh4GdrG+1xW
|
||||
1DaDWVSUErgfz431DnhqtQD6gIlVX84OJk8bCIdQ8oNnbahPJ01wRhjx4yFKZTMe
|
||||
stePaqknXKLgouABzounjmlER0RPyA==
|
||||
=ufVx
|
||||
-----END PGP SIGNATURE-----
|
521
colord-gtk.changes
Normal file
521
colord-gtk.changes
Normal file
@ -0,0 +1,521 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 18:09:19 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to stable release 0.3.0
|
||||
+ Stable release
|
||||
+ Sync spec file with downstream
|
||||
- Use source signature
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 22 11:09:45 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not build libcolord-gtk4-1-32bit: there is no consumer and so
|
||||
far we avoid putting gtk4-32bit up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 20:51:48 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.2.0+8:
|
||||
* trivial: Fix link to homepage
|
||||
* trivial: Use the right vala package
|
||||
* build: Make GTK3 build optional too
|
||||
* Add a GTK4 variant
|
||||
* build: Rename 'gtk' meson variable to 'gtk3'
|
||||
* Make introspection optional in meson
|
||||
* Update the example spec file
|
||||
* trivial: post release version bump
|
||||
- Switch to git checkout.
|
||||
- Add pkgconfig(gtk4) BuildRequires: Build the new gtk4 support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 16:31:42 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.2.0:
|
||||
+ New Features:
|
||||
- Migrate to gettext
|
||||
- Port to DocBook 5
|
||||
- Port to the Meson build system
|
||||
+ Bugfixes:
|
||||
- Do not leak plug_name
|
||||
- Fix gtk-doc build when srcdir != builddir
|
||||
- Add meson BuildRequires and macros following upstreams port to
|
||||
meson buildsystem.
|
||||
- Add gtk-doc and docbook5-xsl-stylesheets BuildRequires, build
|
||||
gtk-doc development documentation and manpages. Following this
|
||||
split out new -doc sub-package.
|
||||
- Drop intltool, no longer needed.
|
||||
- Package COPYING as license, as this was somehow missed in the
|
||||
past.
|
||||
- Modernize spec/cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 14:06:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- No longer recommend -lang: supplements are in use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:24:30 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 11:30:25 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to GNOME 3.20 Fate#318572
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 10:49:52 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.26:
|
||||
+ New Features:
|
||||
- Actually install the cd-convert utility.
|
||||
- Provide an optional Gtk2 version of libcolord-gtk.
|
||||
+ Bugfixes:
|
||||
- Do not link against the unused gio-unix-2.0.
|
||||
- Fix cd-convert to work with multiple sensors attached.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 20:57:49 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.25:
|
||||
+ New Feature: Give the sample widget slightly curved corners and
|
||||
a gray outline.
|
||||
+ Bugfixes:
|
||||
- Do not use deprecated functions from libcolord.
|
||||
- Fix warnings when building ColordGtk-1.0.gir.
|
||||
- Fix up the licence boilerplate for CdSampleWidget.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 10:03:14 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.24:
|
||||
+ New Feature: Hide the mouse cursor when it goes over the sample
|
||||
widget.
|
||||
+ Bugfixes:
|
||||
- Don't use a GtkImage for the sample window.
|
||||
- Fix automatic dep on vala.
|
||||
- Fix the build.
|
||||
- Never use -Werror as it breaks jhbuild.
|
||||
- Pass --enable-vala to configure to ensure the vala bindings are
|
||||
built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 18:56:46 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.23:
|
||||
+ Bugfixes:
|
||||
- Do not reuse __COLORD_H_INSIDE__ as this causes #include
|
||||
insanity
|
||||
- Add include guards to cd-sample-window.h
|
||||
- Changes from version 0.1.23:
|
||||
+ New Features:
|
||||
- Import GTK-specific code from colord into a new project
|
||||
+ Bugfixes:
|
||||
- Assorted colord-gtk introspection fixes
|
||||
- Clarify that CdSampleWindow is LGPLv2+, not GPLv2+
|
||||
- Fix release instructions and version number
|
||||
- Fix Vala binding generation for colord-gtk
|
||||
- NEW Package: colord-gtk used to be an integrated part of colord,
|
||||
which we split in an own spec file due to build loops. Upstream
|
||||
now followed this split. As a result, the .spec file has been
|
||||
entirely remastered and stripped.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 14:47:17 UTC 2012 - meissner@suse.com
|
||||
|
||||
- Add a apparmor profile for usr.lib.colord
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 19:18:54 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.1.21:
|
||||
+ Do not add sensors that are ignored or have no caps.
|
||||
+ Do not install any parts of colord-sane if --disable-sane is
|
||||
specified.
|
||||
+ Do not use 'WantedBy=graphical.target' in the shipped systemd
|
||||
file.
|
||||
+ Fix autotools when configuring without systemd.
|
||||
+ Fix InstallSystemWide() by not writing a private file.
|
||||
+ Fix srcdir != builddir with introspection enabled.
|
||||
+ Fix the description in the systemd service file.
|
||||
+ Isolate gtk dependency to cd-convert.
|
||||
+ Save the CCMX and ITx files to be compatible with argyllcms
|
||||
+ The ColorHug has a new VID and PID.
|
||||
- Drop colord-build-no-gtk.patch, fixed upstream.
|
||||
- Removed call to gnome-autogen.sh and drop gnome-common
|
||||
buildrequires, only needed for above dropped patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 09:53:20 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.20:
|
||||
+ New Features:
|
||||
- Add a bash completion file for colormgr
|
||||
- Add a BUSY state value for sensor devices
|
||||
- Add a GObject Introspection example
|
||||
- Add a sensor-set-options command to the colormgr tool
|
||||
- Add async and sync methods in libcolord to support sensor
|
||||
options
|
||||
- Add CdIt8 as a helper for reading and writing ti1, ti3 and
|
||||
ccmx files
|
||||
- Add cd_it8_utils_calculate_ccmx() to libcolorhug
|
||||
- Add CdSampleWindow to libcolord-gtk
|
||||
- Add CdWindow which allows us to get the color profile for a
|
||||
GtkWidget
|
||||
- Add functionality to colord-convert to sample ti1 -> ti3
|
||||
files
|
||||
- Add gio-2.0 to the requires line of colord.pc for GFile
|
||||
- Add the concept of 'options' on each color sensor device
|
||||
- colorhug: Allow saving the remote hash as a sensor option
|
||||
- Print any sensor options when doing 'colormgr get-sensors'
|
||||
+ Bugfixes:
|
||||
- colorhug: Save the EEPROM after setting sensor options
|
||||
- Enable gtk-doc in the default distro build
|
||||
- Fix build failure when colord is not installed system-wide
|
||||
- Add colord-build-no-gtk.patch: fix build without GTK+.
|
||||
- Add gnome-common BuildRequires and call to gnome-autogen.sh,
|
||||
needed for above patch.
|
||||
- Enable the build of colord-gtk, by creating a colord-gtk.spec
|
||||
based on colord.spec (with pre_checkin.sh). We do it this way to
|
||||
avoid a build loop between colord and gtk3, since gtk3 depends on
|
||||
colord. The differences are:
|
||||
+ Add a pkgconfig(gtk+-3.0) BuildRequires.
|
||||
+ Add colord and libcolord-devel BuildRequires, so we can use rpm
|
||||
to remove the files from colord.spec subpackages in %install
|
||||
(in order to only package colord-gtk files).
|
||||
+ Create libcolord-gtk1, typelib-1_0-ColordGtk-1_0 and
|
||||
libcolord-gtk-devel subpackages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 18 07:31:39 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.19:
|
||||
+ New Features:
|
||||
- Add a user suffix to the object path of user-created devices
|
||||
and profiles
|
||||
+ Bugfixes:
|
||||
- Add User key to colord-sane's DBus service file
|
||||
- Do not enable PrivateNetwork=yes as it breaks hotplugging
|
||||
devices
|
||||
- Ensure colord-sane can create devices and profiles
|
||||
- Fix usage of CD_OBJECT_SCOPE_* enums
|
||||
- Honor aclocal flags
|
||||
- Remove the 'Default,' profile title prefix if legacy profiles
|
||||
are installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 19:29:33 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.18:
|
||||
+ New Features:
|
||||
- Add a Manager.CreateProfileWithFd() method for QtDBus
|
||||
- Add the GAMUT_coverage metadata key to the spec
|
||||
- Add the GAMUT_volume metadata key to the spec
|
||||
- Depend on lcms2 >= 2.2
|
||||
- Make cd-fix-profile add the GAMUT keys to the ICC file
|
||||
- Split out the SANE support into it's own process
|
||||
+ Bugfixes:
|
||||
- Do not delete 'disk' or 'normal' devices when the session
|
||||
exits
|
||||
- Ensure we return NULL for missing device properties
|
||||
- Fix a small leak when creating devices and profiles in
|
||||
clients
|
||||
- Fix cd-fix-profile to add and remove metadata entries
|
||||
- Install per-machine profiles in /var/lib/colord/icc
|
||||
- Show what DBus names have inhibited each device
|
||||
- When doing 'get-devices' show the profile ID and filename
|
||||
- Add new colord-sane.service as argument to calls to
|
||||
%service_{add,del}_* macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 13:24:10 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Fix systemd-related packaging:
|
||||
+ Use %{?systemd_requires}.
|
||||
+ Call %service_{add,del}_* macros in scriptlets for
|
||||
colord.service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 07:51:54 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.17:
|
||||
+ New Features:
|
||||
- Add an LED sample type
|
||||
- Add a metadata key to store the calibration brightness
|
||||
- Show the profile title when using colormgr get-profiles
|
||||
+ Bugfixes:
|
||||
- Add PrivateNetwork and PrivateTmp to the systemd service file
|
||||
- Don't leak a GVariantIter when setting the device metadata
|
||||
- Fix a critical warning if a client tries to get the profile
|
||||
metadata
|
||||
- Fix InstallSystemWide() when running as the colord user
|
||||
- Increase the colorhug sample timeout to 5 seconds
|
||||
- Make underscores into spaces for the profile title
|
||||
- Return from cd_profile_has_access() with TRUE for virtual
|
||||
profiles
|
||||
- Remove xz BuildRequires now that it comes for free in the build
|
||||
system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 10:47:23 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Add pkgconfig(gusb) BuildRequires to build with libgusb support,
|
||||
which matters even more now than libusb support is gone.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 18:02:05 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.16:
|
||||
+ New Features:
|
||||
- Add a device-inhibit command to the colormgr client
|
||||
- Add org.freedesktop.policykit.owner annotations to .policy
|
||||
file
|
||||
- Add profile metadata MAPPING_device_id for automatic profile
|
||||
mapping
|
||||
- Add some profile metadata keys
|
||||
- Install a systemd service file if systemd is used
|
||||
- Support 2nd generation Huey hardware
|
||||
- Use GUsb for the Huey sensor
|
||||
+ Bugfixes:
|
||||
- Fix a Wformat error when printing a gsize
|
||||
- If /usr/share/color appears at runtime, don't rescan the
|
||||
parent dir
|
||||
- Set the colorimeter sensor group so the dameon can access the
|
||||
sensor
|
||||
- Split the spyder hardware into different types
|
||||
- Add pkgconfig(systemd) BuildRequires, following upstream change,
|
||||
to know where to install the .service file.
|
||||
- Remove pkgconfig(libusb-1.0) BuildRequires: the dependency is
|
||||
gone now.
|
||||
- Drop colord-polkit-annotate-owner.patch: fixed upstream.
|
||||
- Remove libtool BuildRequires and call to autoreconf and
|
||||
intltoolize, that were only needed for above patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 20:25:09 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib file into typelib-1_0-Colord-1_0 subpackage.
|
||||
- Add typelib-1_0-Colord-1_0 Requires to libcolord-devel
|
||||
subpackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:06:22 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Run the colord daemon as user colord (bnc#698250):
|
||||
+ Add colord-polkit-annotate-owner.patch: add
|
||||
org.freedesktop.policykit.owner annotations to policy file so
|
||||
that running as colord user works.
|
||||
+ Add a %pre script to create the colord user and change
|
||||
ownership of /var/lib/colord.
|
||||
+ Add pwdutils Requires(pre), to make sure we can create the
|
||||
user.
|
||||
+ Pass --with-daemon-user=colord to configure.
|
||||
+ Package /var/lib/colord with the right user.
|
||||
+ Add libtool BuildRequires and calls to autoreconf and
|
||||
intltoolize, as needed by above patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 21:27:11 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.15:
|
||||
+ This release fixes an important security bug: CVE-2011-4349.
|
||||
+ New Features:
|
||||
- Add a native driver for the Hughski ColorHug hardware
|
||||
- Export cd-math as three projects are now using it
|
||||
+ Bugfixes:
|
||||
- Documentation fixes and improvements
|
||||
- Do not crash the daemon if adding the device to the db failed
|
||||
- Do not match any sensor device with a kernel driver
|
||||
- Don't be obscure when the user passes a device-id to colormgr
|
||||
- Fix a memory leak when getting properties from a device
|
||||
- Fix colormgr device-get-default-profile
|
||||
- Fix some conection bugs in colormgr
|
||||
- Fix some potential SQL injections
|
||||
- Make gusb optional
|
||||
- Only use the udev USB helper if the PID and VID have matches
|
||||
- Output the Huey calibration matrices when dumping the sensor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 16 10:27:26 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.14:
|
||||
+ New Features:
|
||||
- Add defines for the i1 Display 3
|
||||
- Add two more DATA_source values to the specification
|
||||
- Align the output from colormgr get-devices and get-profiles
|
||||
- Allow cd-fix-profile to append and edit new metadata
|
||||
+ Bugfixes:
|
||||
- Ensure non-native device are added with no driver module
|
||||
- Split the sensor and device udev code
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 14:31:58 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- don't recommend colord from libcolord1 to prevent automatic
|
||||
installation (bnc#698250)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 3 20:50:40 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.13:
|
||||
+ New Features:
|
||||
- Add an 'Owner' property on device and profile objects
|
||||
- Add cd_profile_has_access() to filter profiles from other
|
||||
user accounts
|
||||
- Add the crayon named color palette
|
||||
- Add --xorg-gamma to cd-create-profile to create custom gamma
|
||||
ramps
|
||||
+ Bugfixes:
|
||||
- Add a note in the naming specification about the username
|
||||
suffix
|
||||
- colormgr only needs one argument for find-device
|
||||
- Ensure remote DBus errors are registered at startup
|
||||
- Ensure uid 0 can always create devices and profiles
|
||||
- Fix an error in configure if there is no sane .pc file
|
||||
- Fix the --disable-polkit build
|
||||
- Documentation: cd_device_get_modified() returns microseconds
|
||||
- Reduce the CPU load of clients when assigning profiles from
|
||||
the session
|
||||
- Return an error if a client tries to create a duplicate
|
||||
device
|
||||
- Return an error when trying to register a duplicate profile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 23:39:25 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 16:28:41 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Add baselibs.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 08:20:51 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.12:
|
||||
+ New Features:
|
||||
- Add a configure argument --enable-volume-search
|
||||
- Add a configure argument of --enable-fd-fallback
|
||||
- Add cd_client_import_profile() to be able to easily import a
|
||||
GFile
|
||||
- Allow the daemon to run with a different user
|
||||
+ Bugfixes:
|
||||
- Add daemon user to acl of sensor devices
|
||||
- Add lcms2 to Requires.private
|
||||
- Check if a file is really an ICC profile before importing it
|
||||
- Detect libusb_strerror in configure rather than relying on
|
||||
the version
|
||||
- Do not fail make check if there is no available local colord
|
||||
process to use
|
||||
- Ensure the profiles are sorted by their timestamp during
|
||||
login
|
||||
- Ensure the volume-sourced profiles are not marked as
|
||||
systemwide profiles
|
||||
- Exit with an error when trying to connect to a device that
|
||||
does not exist
|
||||
- Remove duplicate call to complete in libcolord
|
||||
- Try harder to use the ICC profile checksum
|
||||
- Changes from version 0.1.11:
|
||||
+ New Features:
|
||||
- Enable GObject introspection generation on libcolord
|
||||
- Generate a Vala API binding from the GObject Introspection
|
||||
GIR
|
||||
- Move the project home to freedesktop.org
|
||||
- Ship generated man pages in tarballs
|
||||
+ Bugfixes:
|
||||
- Add all of the required GObject Introspection annotations
|
||||
required
|
||||
- Allow FindDeviceByProperty() to match on model, vendor and
|
||||
serial number
|
||||
- Don't crash the example program if there is no default
|
||||
profile assigned
|
||||
- Fix the bugzilla and mailing list links on the webpage
|
||||
(fdo#39129).
|
||||
- Fix the licence headers in colord.h and cd-color.h
|
||||
- Fix up some translatable strings
|
||||
- Honor ACLOCAL_FLAGS when running autoreconf
|
||||
- Use the const formatter when unwrapping GVariants to reduce
|
||||
memory allocation
|
||||
+ Updated translations.
|
||||
- Add gobject-introspection-devel and vala BuildRequires to build
|
||||
introspection data and vala bindings.
|
||||
- Manually install pre-built man pages, since the build system
|
||||
cannot install them if docbook2man is not there (and we don't
|
||||
want to add a BuildRequires on it since it's big).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 12:43:32 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Remove docbook-utils BuildRequires as an attempt to remove a
|
||||
build cycle in Factory.
|
||||
- This means we lose man pages for now, but upstream will ship them
|
||||
pre-generated in tarballs in the future.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 18:21:17 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.10:
|
||||
+ New Features:
|
||||
- Add a find-profile-by-filename command to the colormgr client
|
||||
tool
|
||||
- Add the object scope to the DBus interface as a property
|
||||
- Write a document detailing the colord security attack surface
|
||||
+ Bugfixes:
|
||||
- Actually store the device ID in the mapping database
|
||||
- Fix include statements to search from current libcolord
|
||||
folder
|
||||
- Fix mbstowcs usage
|
||||
- Fix the build for old versions of lcms2
|
||||
- Fix up the location of the libcolord header files
|
||||
- Remove the DBus annotations in the introspection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 15:31:22 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Drop rpmlintrc as bnc#698250 got fixed and
|
||||
suse-dbus-unauthorized-service/polkit-unauthorized-privilege
|
||||
warnings are now gone.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 00:33:14 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.1.9:
|
||||
+ New Features:
|
||||
- Add a 'Format' property to the device interface
|
||||
- Add a new method Client:FindDeviceByProperty for when only a
|
||||
property is known
|
||||
- Add methods to get the connected state of each object
|
||||
- Define the DATA_source profile metadata item
|
||||
- Define three metadata keys for the framework creator to set
|
||||
- Define two keys to allow the profile to contain the mapping
|
||||
parameters
|
||||
+ Bugfixes:
|
||||
- Allow GUDEV to be disabled at compile time
|
||||
- Autodetect SANE in configure
|
||||
- Fix 3 small memory leaks
|
||||
- Fix a bug that caused a critical warning in client code
|
||||
- Only warn if we fail to get the PolicyKit authority
|
||||
- Save any additional disk device metadata in the property
|
||||
database
|
||||
- Use upstream gettext instead the glib one
|
||||
- Write the new metadata entries in the utility programs
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 16:51:34 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Add docbook-utils BuildRequires to build man pages.
|
||||
- Add colord Recommends to libcolord1 as the library is not too
|
||||
useful without the daemon.
|
||||
- Add shared-color-profiles Requires to colord, as we want to have
|
||||
profiles.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 13:46:22 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Initial package, version 0.1.8.
|
||||
|
127
colord-gtk.keyring
Normal file
127
colord-gtk.keyring
Normal file
@ -0,0 +1,127 @@
|
||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
Comment: Hostname:
|
||||
Version: Hockeypuck ~unreleased
|
||||
|
||||
xsBNBEgu03ABCAC+4WHuoCNAN0G1jHRSF2DAphtTIuZkhKbd3C1BMzvU40O5cwhW
|
||||
LWILM1IYa4YwYI77tJsLi1Hax9D59NNAKdESqsKGuN/QbeXuAD3qpKA6B51lZD9k
|
||||
jPizCl+s3q+NxaJb8Rk92yocYyuolNii5qrkD1YazcbFCkuBX2wg7q1hqU8YaGNx
|
||||
Q3SuKf4Rkkg9T/6mCz6hEE8z4sVLncFY7pqt6ch+ycGz4MWGo9Eh51HvYi2QmSf3
|
||||
6OjNrKHp1LwPF1V/LYI9dHPXfeWE3tgco8hhDsgYaG2W3yhk8Pn5BhnNGgmiCXQs
|
||||
Allf7a3U/leXgOMTVJNvx+8yNrHRuI2YZMRhABEBAAHNJFJpY2hhcmQgSHVnaGVz
|
||||
IDxyaWNoYXJkQGh1Z2hzaWUuY29tPsLAdgQTAQIAIAUCSC7TcAIbLwYLCQgHAwIE
|
||||
FQIIAwQWAgMBAh4BAheAAAoJEBesuo36lw4XBVIH/RKjtx2Xk1782CGX9PZnwLaC
|
||||
krfPTDlcusAFwqtV9AiECenXGLS3A3Kcq6BOJ9wCh1FF80mRJMwRn2ONvHEkg1Dh
|
||||
8amv4YD9y4r6mjA6tyk7MOPNCSc8ZYZHUl/RacHAOePnKjMWSsU7n6v+RTpjOWR5
|
||||
JjyMlIHv7K9h6KEx5VCLaDXLxluQvPc8uYBZJlMBa3K/pGS18RJKKrw0l5/8p5tY
|
||||
uWPxL4Zay7SWdGiiy3EPcq3GJXu85I1x+LbMbq69BjwQt28B/5iMD0RCbYF0mHG2
|
||||
6iQNU1Gr8+BX2+CFXLSbo1rPExsrOO3Maz7OjX4VathnqS0h9I+Q3dFlnks6Ic/C
|
||||
RgQTEQIABgUCTdAaIwAKCRBQlPp7ocW2pBYMAJwPClKqlNhYqNtZKY7FwcOab3t4
|
||||
OwCeM70BdsOLd5KtLBhdAQydl+6k3MfCwFwEEQEIAAYFAle+n9kACgkQI0UbEHqg
|
||||
OUF+XwgAjdk0YWEkIQIowwOoO4ibajmJr+7ZIKOfmtA0ujBuPQCytg46dHJoiPyb
|
||||
cS78WleLF2w8KJUNfwg9neCxnXPTNbQq9jD9tJ3VXRhs3vOLrRy8wYsTly4GXqOq
|
||||
IqkRlmgpkmEIJiyzuV/F/lFw10Bks1mV15/gqjmCZEJ8EdzMUn4twG+nGk7PMmHt
|
||||
S9CyQGQEYolyRvJgeJ4m8JBK0m9Z56vVcQ4exwKG8kdmwAVRsQgueMWXL9OqmoJQ
|
||||
BT5oRHwlHELeFCpIHnGK0Mljk2rJnJbyg2qa21QkSgAa+XL7JSgK/ursLfPYNjWO
|
||||
nzylQR12DyU8bwD0M3X8g1JuMXPKgtHPGc8XARAAAQEAAAAAAAAAAAAAAAD/2P/g
|
||||
ABBKRklGAAEBAAABAAEAAP/bAEMACAYGBwYFCAcHBwkJCAoMFA0MCwsMGRITDxQd
|
||||
Gh8eHRocHCAkLicgIiwjHBwoNyksMDE0NDQfJzk9ODI8LjM0Mv/bAEMBCQkJDAsM
|
||||
GA0NGDIhHCEyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy
|
||||
MjIyMjIyMjIyMv/AABEIAJAAfQMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAA
|
||||
AAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYT
|
||||
UWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVG
|
||||
R0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOk
|
||||
paanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T1
|
||||
9vf4+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIE
|
||||
BAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEK
|
||||
FiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1
|
||||
dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfI
|
||||
ycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AO1WGZvQ
|
||||
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
|
||||
+xM=
|
||||
=yXiT
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
||||
|
159
colord-gtk.spec
Normal file
159
colord-gtk.spec
Normal file
@ -0,0 +1,159 @@
|
||||
#
|
||||
# spec file for package colord-gtk
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# 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 https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: colord-gtk
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: System Daemon for Managing Color Devices -- GTK Integration
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Daemons
|
||||
URL: https://www.freedesktop.org/software/colord
|
||||
Source0: https://www.freedesktop.org/software/colord/releases/colord-gtk-%{version}.tar.xz
|
||||
Source1: https://www.freedesktop.org/software/colord/releases/colord-gtk-%{version}.tar.xz.asc
|
||||
Source2: %{name}.keyring
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: docbook5-xsl-stylesheets
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.27
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.25.9
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
||||
|
||||
%description
|
||||
colord is a system activated daemon that maps devices to color profiles.
|
||||
It is used by gnome-color-manager for system integration and use when
|
||||
there are no users logged in.
|
||||
|
||||
%package -n libcolord-gtk1
|
||||
Summary: System Daemon for Managing Color Devices -- GTK Integration Library
|
||||
Group: System/Libraries
|
||||
Suggests: colord
|
||||
# for the -lang package to be installable
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n libcolord-gtk1
|
||||
colord is a system activated daemon that maps devices to color profiles.
|
||||
It is used by gnome-color-manager for system integration and use when
|
||||
there are no users logged in.
|
||||
|
||||
%package -n libcolord-gtk4-1
|
||||
Summary: System Daemon for Managing Color Devices -- GTK Integration Library
|
||||
Group: System/Libraries
|
||||
Suggests: colord
|
||||
# for the -lang package to be installable
|
||||
#Provides: %%{name} = %%{version}
|
||||
|
||||
%description -n libcolord-gtk4-1
|
||||
colord is a system activated daemon that maps devices to color profiles.
|
||||
It is used by gnome-color-manager for system integration and use when
|
||||
there are no users logged in.
|
||||
|
||||
%package -n typelib-1_0-ColordGtk-1_0
|
||||
Summary: GTK Integration Introspection bindings for colord-gtk
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-ColordGtk-1_0
|
||||
colord is a system activated daemon that maps devices to color profiles.
|
||||
It is used by gnome-color-manager for system integration and use when
|
||||
there are no users logged in.
|
||||
|
||||
This package provides the GObject Introspection bindings for the
|
||||
libcolord-gtk library.
|
||||
|
||||
%package -n libcolord-gtk-devel
|
||||
Summary: System Daemon for Managing Color Devices -- GTK Integration Development Files
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libcolord-gtk1 = %{version}
|
||||
Requires: libcolord-gtk4-1 = %{version}
|
||||
Requires: typelib-1_0-ColordGtk-1_0 = %{version}
|
||||
|
||||
%description -n libcolord-gtk-devel
|
||||
colord is a system activated daemon that maps devices to color profiles.
|
||||
It is used by gnome-color-manager for system integration and use when
|
||||
there are no users logged in.
|
||||
|
||||
%package doc
|
||||
Summary: Development Documentation for colord-gtk
|
||||
Group: Documentation/HTML
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
This package contains development documentation for the colord-gtk packages.
|
||||
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dvapi=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%ldconfig_scriptlets -n libcolord-gtk1
|
||||
%ldconfig_scriptlets -n libcolord-gtk4-1
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files
|
||||
%{_bindir}/cd-convert
|
||||
%{_mandir}/man1/cd-convert.1%{ext_man}
|
||||
|
||||
%files -n libcolord-gtk1
|
||||
%license COPYING
|
||||
%{_libdir}/libcolord-gtk.so.*
|
||||
|
||||
%files -n libcolord-gtk4-1
|
||||
%{_libdir}/libcolord-gtk4.so.*
|
||||
|
||||
%files -n typelib-1_0-ColordGtk-1_0
|
||||
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
||||
|
||||
%files -n libcolord-gtk-devel
|
||||
%{_includedir}/colord-1/colord-gtk.h
|
||||
%{_includedir}/colord-1/colord-gtk/
|
||||
%{_libdir}/libcolord-gtk.so
|
||||
%{_libdir}/pkgconfig/colord-gtk.pc
|
||||
%{_datadir}/gir-1.0/ColordGtk-1.0.gir
|
||||
%{_datadir}/vala/vapi/colord-gtk.vapi
|
||||
%{_datadir}/vala/vapi/colord-gtk.deps
|
||||
%{_libdir}/libcolord-gtk4.so
|
||||
%{_libdir}/pkgconfig/colord-gtk4.pc
|
||||
|
||||
%files doc
|
||||
%doc AUTHORS NEWS README
|
||||
%{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user