- Update to version 16.0.2:

+ Updated documentation.
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gucharmap?expand=0&rev=186
This commit is contained in:
Bjørn Lie 2024-11-12 10:57:42 +00:00 committed by Git OBS Bridge
commit 2efe7c360e
9 changed files with 1312 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
<param name="revision">16.0.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+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>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
<param name="changesrevision">85723e43829fc95f8ac87fe9acb9c9298bf04038</param></service></servicedata>

3
gucharmap-16.0.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc739e5585fd917667f8395c370084cde36620c05f1ef72a15b8ab97608b8656
size 6761997

3
gucharmap-16.0.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cedbf90b4af2d37efcb17351d3407f87c2eef43c1587a96eb9d43956f21d0ee
size 6746637

1119
gucharmap.changes Normal file

File diff suppressed because it is too large Load Diff

4
gucharmap.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gucharmap
version: 16.0.2
mtime: 1729173427
commit: 228eb211f97a8edf215fdc5f4624350b9399fd71

136
gucharmap.spec Normal file
View File

@ -0,0 +1,136 @@
#
# spec file for package gucharmap
#
# Copyright (c) 2024 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/
#
%define api_version 2.90
%define so_api _2_90
%define so_gucharmap 7
%define pc_api 2.90
Name: gucharmap
Version: 16.0.2
Release: 0
Summary: A Featureful Unicode Character Map
License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Gucharmap
Source0: %{name}-%{version}.tar.zst
BuildRequires: appdata-tools
BuildRequires: fdupes
BuildRequires: gettext-devel
BuildRequires: gobject-introspection-devel >= 0.9.0
BuildRequires: gtk-doc
BuildRequires: gtk3-devel >= 3.4.0
BuildRequires: intltool
BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
BuildRequires: unicode-ucd >= 16.0.0
BuildRequires: unicode-ucd-unihan
BuildRequires: unzip
BuildRequires: update-desktop-files
BuildRequires: vala
BuildRequires: yelp-tools
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
Recommends: %{name}-doc
%description
Gucharmap is a featureful unicode character map.
%package -n libgucharmap%{so_api}-%{so_gucharmap}
Summary: A Featureful Unicode Character Map -- Library
Group: System/GUI/GNOME
%description -n libgucharmap%{so_api}-%{so_gucharmap}
Gucharmap is a featureful unicode character map.
This package contains a library to use the character map.
%package -n typelib-1_0-Gucharmap-2_90
Summary: A Featureful Unicode Character Map -- Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-Gucharmap-2_90
Gucharmap is a featureful unicode character map.
This package provides the GObject Introspection bindings for the
gucharmap library.
%package devel
Summary: A Featureful Unicode Character Map -- Development Files
Group: Development/Libraries/GNOME
Requires: libgucharmap%{so_api}-%{so_gucharmap} = %{version}
Requires: typelib-1_0-Gucharmap-2_90 = %{version}
%description devel
This package contains all necessary include files and libraries needed
to develop applications that require these.
%lang_package
%prep
%autosetup -p1
%build
export LIBS="-ldl"
%meson \
-Ducd_path=%{_datadir}/unicode/ucd \
%{nil}
%meson_build
%install
%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name} %{?no_lang_C}
# We need X-SuSE-Editor to avoid an error for the categories check. We don't
# want TextEditor, since that's too wide.
%suse_update_desktop_file -N "GNOME Character Map" -G "Character Map" %{name} X-SuSE-Editor
%fdupes -s %{buildroot}%{_datadir}
%post -n libgucharmap%{so_api}-%{so_gucharmap} -p /sbin/ldconfig
%postun -n libgucharmap%{so_api}-%{so_gucharmap} -p /sbin/ldconfig
%files
%license COPYING COPYING.GFDL COPYING.UNICODE
%doc README.md
%{_bindir}/gucharmap
%{_datadir}/applications/gucharmap.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.Charmap.gschema.xml
%doc %{_datadir}/help/C/gucharmap/
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/gucharmap.metainfo.xml
%files -n libgucharmap%{so_api}-%{so_gucharmap}
%{_libdir}/libgucharmap%{so_api}.so.%{so_gucharmap}*
%files -n typelib-1_0-Gucharmap-2_90
%{_libdir}/girepository-1.0/Gucharmap-2.90.typelib
%files lang -f %{name}.lang
%files devel
%{_includedir}/gucharmap-%{pc_api}/
%{_libdir}/libgucharmap%{so_api}.so
%{_libdir}/pkgconfig/gucharmap-%{pc_api}.pc
%{_datadir}/gir-1.0/Gucharmap-%{pc_api}.gir
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gucharmap-2.90.deps
%{_datadir}/vala/vapi/gucharmap-2.90.vapi
%doc %{_datadir}/gtk-doc/html/gucharmap-%{pc_api}/
%changelog