File mingw64-gtkmm3.spec of Package mingw64-gtkmm3
#
# spec file for package mingw64-gtkmm3
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
%define docs 0
Name: mingw64-gtkmm3
Version: 3.24.7
Release: 0
Summary: C++ bindings for GTK+3
License: LGPL-2.1-or-later
Group: Development/Libraries
Url: http://www.gtkmm.org/
Source: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.24/gtkmm-%{version}.tar.xz
#!BuildIgnore: post-build-checks
BuildRequires: doxygen
BuildRequires: glib2-devel
BuildRequires: mingw64-cross-gcc-c++
BuildRequires: mingw64-cross-meson
BuildRequires: mingw64(pkg:atkmm-1.6)
BuildRequires: mingw64(pkg:cairomm-1.0)
BuildRequires: mingw64(pkg:gdk-pixbuf-2.0)
BuildRequires: mingw64(pkg:glibmm-2.4)
BuildRequires: mingw64(pkg:gtk+-3.0)
BuildRequires: mingw64(pkg:pangomm-1.4)
BuildRequires: xz
%_mingw64_package_header_debug
BuildArch: noarch
%description
gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
GTK+ 3. Highlights include typesafe callbacks, widgets extensible via
inheritance and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces.
%package devel
Summary: C++ bindings for GTK+3 (devel)
Group: Development/Libraries
%description devel
gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps
GTK+ 3. Highlights include typesafe callbacks, widgets extensible via
inheritance and a comprehensive set of widget classes that can be
freely combined to quickly create complex user interfaces (devel).
%_mingw64_debug_package
%prep
%setup -q -n gtkmm-%{version}
%build
%_mingw64_meson -Dbuild-demos=false
%_mingw64_meson_build
%install
%_mingw64_meson_install
%files
%defattr(-,root,root)
%{_mingw64_bindir}/libgdkmm-3.0-1.dll
%{_mingw64_bindir}/libgtkmm-3.0-1.dll
%files devel
%defattr(-,root,root)
%{_mingw64_libdir}/libgdkmm-3.0.dll.a
%{_mingw64_libdir}/libgtkmm-3.0.dll.a
%{_mingw64_includedir}/gdkmm-3.0
%{_mingw64_includedir}/gtkmm-3.0
%{_mingw64_libdir}/gdkmm-3.0
%{_mingw64_libdir}/gtkmm-3.0
%{_mingw64_libdir}/pkgconfig/gdkmm-3.0.pc
%{_mingw64_libdir}/pkgconfig/gtkmm-3.0.pc
%if %docs
%{_mingw64_datadir}/devhelp
%{_mingw64_docdir}/gtkmm-3.0/
%endif
%changelog