!5 init package

Merge pull request !5 from liweiganga/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-02-10 01:45:27 +00:00 committed by Gitee
commit 8fdd711130
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 44 additions and 0 deletions

Binary file not shown.

44
gdk-pixbuf-xlib.spec Normal file
View File

@ -0,0 +1,44 @@
Name: gdk-pixbuf-xlib
Version: 2.40.2
Release: 1
Summary: GdkPixbuf-Xlib contains the deprecated API for integrating GdkPixbuf with Xlib data types.
License: LGPLv2+
URL: http://www.gtk.org
Source0: https://gitlab.gnome.org/Archive/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gettext gtk-doc pkgconfig(gio-2.0) >= 2.48.0 libpng-devel libjpeg-devel libtiff-devel shared-mime-info
BuildRequires: meson pkgconfig(x11) pkgconfig(gobject-introspection-1.0) >= 0.9.3 gobject-introspection-devel libxslt gdb
Requires: glib2 >= 2.48.0 shared-mime-info
%description
gdk is written in C but has been designed from the ground up to support a wide range of languages.
It provide a complete set of widgets,and suitable for projects ranging from small one-off
tools to complete application suites.
%prep
%autosetup
%build
%meson
%global _smp_mflags -j1
%meson_build
%install
%meson_install
%files
%defattr(-,root,root)
%license COPYING
%{_libdir}/libgdk_pixbuf*
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf-xlib
%{_libdir}/pkgconfig/gdk-pixbuf-*.pc
%changelog
* Wed Feb 09 2022 liweigang <liweiganga@uniontech.com> - 2.40.2-1
- init package