diff --git a/libdecor-0.1.1.tar.xz b/libdecor-0.1.1.tar.xz deleted file mode 100644 index d0f76716633ab25274ef13bb369bf8902b3362c6..0000000000000000000000000000000000000000 Binary files a/libdecor-0.1.1.tar.xz and /dev/null differ diff --git a/libdecor-0.2.2.tar.xz b/libdecor-0.2.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..b4d201780e754eeba8209f1b97464eef5d4625ae Binary files /dev/null and b/libdecor-0.2.2.tar.xz differ diff --git a/libdecor.spec b/libdecor.spec index 8634696c5869b490bca6fd47cd80679146c985c3..4f80856f5a857e895ed113985de00c896d659695 100644 --- a/libdecor.spec +++ b/libdecor.spec @@ -1,21 +1,24 @@ %define anolis_release 1 Name: libdecor -Version: 0.1.1 +Version: 0.2.2 Release: %{anolis_release}%{?dist} Summary: Wayland client side decoration library License: MIT URL: https://gitlab.freedesktop.org/libdecor/libdecor -Source: https://gitlab.freedesktop.org/libdecor/libdecor/uploads/ee5ef0f2c3a4743e8501a855d61cb397/%{name}-%{version}.tar.xz +Source: https://gitlab.freedesktop.org/libdecor/libdecor/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: meson >= 0.47.0 +BuildRequires: gtk3 BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-1) >= 1.0 BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(wayland-client) >= 1.18 BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) >= 1.15 +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(gtk+-3.0) %description Libdecor provides a small helper library for providing client side decoration @@ -42,10 +45,12 @@ developing applications that use %{name}. %files %license LICENSE +%doc README.md %{_libdir}/libdecor-0.so.0* %dir %{_libdir}/libdecor/ %dir %{_libdir}/libdecor/plugins-1 %{_libdir}/libdecor/plugins-1/libdecor-cairo.so +%{_libdir}/libdecor/plugins-1/libdecor-gtk.so %files devel %{_includedir}/libdecor-0/ @@ -53,5 +58,9 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/libdecor-0.pc %changelog +* Tue Feb 25 2025 Xiaoping Liu - 0.2.2-1 +- update to 0.2.2 from 0.1.1 +- add new file libdecor-gtk.so and BuildRequires + * Tue Jan 24 2023 Funda Wang - 0.1.1-1 - Import package for anolis 23