Sync from SUSE:SLFO:Main glibmm2_4 revision 3711835ac96a0e28fb826ef13335be6a

This commit is contained in:
Adrian Schröter 2024-05-03 12:55:11 +02:00
commit 8e59701766
6 changed files with 2900 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

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
libglibmm-2_4-1
libgiomm-2_4-1

BIN
glibmm-2.66.6.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,11 @@
--- orig-glibmm-2.66.1/docs/reference/Doxyfile.in 2021-05-20 18:31:25.319179000 +0200
+++ glibmm-2.66.1/docs/reference/Doxyfile.in 2021-09-28 23:11:08.324798586 +0200
@@ -174,7 +174,7 @@
HTML_COLORSTYLE_HUE = 220
HTML_COLORSTYLE_SAT = 100
HTML_COLORSTYLE_GAMMA = 80
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
HTML_DYNAMIC_SECTIONS = NO
HTML_INDEX_NUM_ENTRIES = 100
GENERATE_DOCSET = NO

2730
glibmm2_4.changes Normal file

File diff suppressed because it is too large Load Diff

131
glibmm2_4.spec Normal file
View File

@ -0,0 +1,131 @@
#
# spec file for package glibmm2_4
#
# Copyright (c) 2023 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/
#
# Update baselibs.conf when changing this
%define so_ver -2_4-1
%define _name glibmm
Name: glibmm2_4
Version: 2.66.6
Release: 0
Summary: C++ Interface for Glib
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: http://www.gtkmm.org/
Source0: https://download.gnome.org/sources/glibmm/2.66/%{_name}-%{version}.tar.xz
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM glibmm2_4-docs-without-timestamp.patch -- Do not add timestamps to generated doc files
Patch0: glibmm2_4-docs-without-timestamp.patch
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: graphviz-devel
BuildRequires: m4
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: xsltproc
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.61.2
BuildRequires: pkgconfig(gmodule-2.0) >= 2.49.7
BuildRequires: pkgconfig(gobject-2.0) >= 2.49.7
BuildRequires: pkgconfig(sigc++-2.0) >= 2.9.1
%description
Glibmm is the official C++ interface for the popular cross-platform
library Glib. It provides non-UI API that is not available in standard
C++ and makes it possible for gtkmm to wrap GObject-based APIs.
%package -n libglibmm%{so_ver}
Summary: C++ Interface for Glib
Group: System/Libraries
Provides: glibmm2 = %{version}
Obsoletes: glibmm2 < %{version}
Provides: glibmm24 = %{version}
Obsoletes: glibmm24 < %{version}
%description -n libglibmm%{so_ver}
Glibmm is the official C++ interface for the popular cross-platform
library Glib. It provides non-UI API that is not available in standard
C++ and makes it possible for gtkmm to wrap GObject-based APIs.
%package -n libgiomm%{so_ver}
Summary: C++ Interface for Gio
Group: System/Libraries
%description -n libgiomm%{so_ver}
Glibmm is the official C++ interface for the popular cross-platform
library Glib. It provides non-UI API that is not available in standard
C++ and makes it possible for gtkmm to wrap GObject-based APIs.
%package devel
Summary: C++ Interface for GLib
Group: Development/Libraries/C and C++
Requires: libgiomm%{so_ver} = %{version}
Requires: libglibmm%{so_ver} = %{version}
Provides: glibmm24-devel = %{version}
Obsoletes: glibmm24-devel < %{version}
# glibmm2-devel keeps on existing beyond version 2.50 - make it easy for upgraders
Provides: glibmm2-devel = %{version}
Obsoletes: glibmm2-devel < 2.51
Provides: %{name}-doc = %{version}
Obsoletes: %{name}-doc < %{version}
%description devel
Glibmm is the official C++ interface for the popular cross-platform
library Glib. It provides non-UI API that is not available in standard
C++ and makes it possible for gtkmm to wrap GObject-based APIs.
%prep
%autosetup -p1 -n %{_name}-%{version}
chmod -x NEWS
%build
%meson \
-Dbuild-documentation=true \
%{nil}
%meson_build
%install
%meson_install
%fdupes %{buildroot}/{_prefix}
%ldconfig_scriptlets -n libglibmm%{so_ver}
%ldconfig_scriptlets -n libgiomm%{so_ver}
%files -n libglibmm%{so_ver}
%license COPYING
%{_libdir}/libglibmm-2.4.so.*
%{_libdir}/libglibmm_generate_extra_defs-2.4.so.*
%files -n libgiomm%{so_ver}
%{_libdir}/libgiomm-2.4.so.*
%files devel
%doc AUTHORS ChangeLog NEWS README.md
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%{_libdir}/glibmm-2.4
%{_libdir}/giomm-2.4
%{_datadir}/devhelp/books/%{_name}-2.4
%{_datadir}/doc/%{_name}-2.4
# Avoid BuildRequires on devhelp
%dir %{_datadir}/devhelp
%dir %{_datadir}/devhelp/books
%changelog