Accepting request 1238102 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1238102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-color-manager?expand=0&rev=69
This commit is contained in:
commit
e895711a50
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="manual">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-color-manager.git</param>
|
||||||
|
<param name="revision">3.36.2</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
<param name="changesgenerate">disable</param>
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">zst</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="manual" />
|
||||||
|
</services>
|
BIN
gnome-color-manager-3.36.0.tar.xz
(Stored with Git LFS)
BIN
gnome-color-manager-3.36.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gnome-color-manager-3.36.2.obscpio
Normal file
3
gnome-color-manager-3.36.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c9abee67fb083ccc18872bce45d0ffdfb03d7dba17c1523f299325afe89d53d
|
||||||
|
size 6914061
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 19:23:21 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.36.2:
|
||||||
|
+ Remove forgotten libcanberra include
|
||||||
|
+ Set prgname to application ID
|
||||||
|
+ Update appdata
|
||||||
|
+ Updated translations.
|
||||||
|
- Switch to source service for tarball/sources.
|
||||||
|
- Drop obsolete update-desktop-files BuildRequires and macros.
|
||||||
|
- Drop pkgconfig(libcanberra-gtk3) BuildRequires following upstream
|
||||||
|
changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 16 01:36:47 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
Thu Sep 16 01:36:47 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
4
gnome-color-manager.obsinfo
Normal file
4
gnome-color-manager.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: gnome-color-manager
|
||||||
|
version: 3.36.2
|
||||||
|
mtime: 1736867808
|
||||||
|
commit: cfe28549c178d6b62d9825c9b00eb183c6591c22
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-color-manager
|
# spec file for package gnome-color-manager
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,25 +18,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-color-manager
|
Name: gnome-color-manager
|
||||||
Version: 3.36.0
|
Version: 3.36.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Color management tools for GNOME
|
Summary: Color management tools for GNOME
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
|
URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
|
||||||
Source: https://download.gnome.org/sources/gnome-color-manager/3.36/%{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
BuildRequires: docbook-utils-minimal
|
BuildRequires: docbook-utils-minimal
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: meson >= 0.46.0
|
BuildRequires: meson >= 0.46.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(colord) >= 1.3.1
|
BuildRequires: pkgconfig(colord) >= 1.3.1
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
BuildRequires: pkgconfig(lcms2) >= 2.2
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
||||||
Requires: colord
|
Requires: colord
|
||||||
Requires: colord-color-profiles
|
Requires: colord-color-profiles
|
||||||
# We only recommend PackageKit - knowing that some features are not available if not present
|
# We only recommend PackageKit - knowing that some features are not available if not present
|
||||||
@ -62,9 +60,6 @@ install and generate color profiles in the GNOME desktop.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%suse_update_desktop_file gcm-import
|
|
||||||
%suse_update_desktop_file gcm-picker
|
|
||||||
%suse_update_desktop_file org.gnome.ColorProfileViewer HardwareSettings
|
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user