New stable release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=138
This commit is contained in:
commit
e8235ef1cd
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
|
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)
Normal file
BIN
gnome-color-manager-3.36.0.tar.xz
(Stored with Git LFS)
Normal file
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
|
1292
gnome-color-manager.changes
Normal file
1292
gnome-color-manager.changes
Normal file
File diff suppressed because it is too large
Load Diff
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
|
79
gnome-color-manager.spec
Normal file
79
gnome-color-manager.spec
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
#
|
||||||
|
# spec file for package gnome-color-manager
|
||||||
|
#
|
||||||
|
# Copyright (c) 2025 SUSE LLC
|
||||||
|
# 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 https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: gnome-color-manager
|
||||||
|
Version: 3.36.2
|
||||||
|
Release: 0
|
||||||
|
Summary: Color management tools for GNOME
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
|
||||||
|
Source: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
|
BuildRequires: docbook-utils-minimal
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
|
BuildRequires: meson >= 0.46.0
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: yelp-tools
|
||||||
|
BuildRequires: pkgconfig(colord) >= 1.3.1
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0
|
||||||
|
BuildRequires: pkgconfig(lcms2) >= 2.2
|
||||||
|
Requires: colord
|
||||||
|
Requires: colord-color-profiles
|
||||||
|
# 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
|
||||||
|
Obsoletes: gnome-color-manager-devel < %{version}
|
||||||
|
Obsoletes: libcolor-glib1 < %{version}
|
||||||
|
|
||||||
|
%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
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license COPYING
|
||||||
|
%doc AUTHORS README
|
||||||
|
%{_bindir}/gcm-*
|
||||||
|
%{_datadir}/applications/*.desktop
|
||||||
|
%{_datadir}/gnome-color-manager/
|
||||||
|
%doc %{_datadir}/help/C/gnome-color-manager/
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/gnome-color-manager.*
|
||||||
|
%{_mandir}/man?/*%{ext_man}
|
||||||
|
%dir %{_datadir}/metainfo
|
||||||
|
%{_datadir}/metainfo/org.gnome.ColorProfileViewer.appdata.xml
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user