diff --git a/gtk-layer-shell-0.5.1.tar.gz b/gtk-layer-shell-0.5.1.tar.gz deleted file mode 100644 index 75f81a489f5b5cb98e5d6c13aed6b6adef19f139..0000000000000000000000000000000000000000 Binary files a/gtk-layer-shell-0.5.1.tar.gz and /dev/null differ diff --git a/gtk-layer-shell-0.8.2.tar.gz b/gtk-layer-shell-0.8.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f9c48b10a51780c2b273188d0f10c8f42cd96458 Binary files /dev/null and b/gtk-layer-shell-0.8.2.tar.gz differ diff --git a/gtk-layer-shell.spec b/gtk-layer-shell.spec index 55539bd58e4a70c0e62f4f091d52b2bb30379db6..5cf75b2e7760a2fe4eb76db35ebc217f8191ef8d 100644 --- a/gtk-layer-shell.spec +++ b/gtk-layer-shell.spec @@ -1,8 +1,8 @@ %global apiver 0 Name: gtk-layer-shell -Version: 0.5.1 -Release: 2 +Version: 0.8.2 +Release: 1 Summary: Library to create components for Wayland using the Layer Shell License: LGPLv3+ and MIT @@ -11,6 +11,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: meson +BuildRequires: vala BuildRequires: pkgconfig(gobject-introspection-1.0) # https://github.com/wmww/gtk-layer-shell/blob/master/compatibility.md @@ -18,6 +19,8 @@ BuildRequires: pkgconfig(gtk+-wayland-3.0) >= 3.22.0 BuildRequires: pkgconfig(wayland-client) >= 1.10.0 BuildRequires: pkgconfig(wayland-scanner) >= 1.10.0 +BuildRequires: pkgconfig(wayland-protocols) >= 1.16 +BuildRequires: pkgconfig(wayland-server) >= 1.10.0 %description A library to write GTK applications that use Layer Shell. Layer Shell is a @@ -61,9 +64,13 @@ Development files for %{name}. %{_libdir}/pkgconfig/*.pc %{_libdir}/lib%{name}.so %{_datadir}/gir-1.0/GtkLayerShell-%{apiver}.?.gir +%{_datadir}/vala/vapi/%{name}-%{apiver}* %changelog +* Tue Mar 12 2024 misaka00251 - 0.8.2-1 +- Update to 0.8.2 + * Mon Dec 13 2021 heyitao - 0.5.1-2 - Remove the dist tag in the version. diff --git a/gtk-layer-shell.yaml b/gtk-layer-shell.yaml new file mode 100644 index 0000000000000000000000000000000000000000..7745fe557bb6b0a3736e0e20952d9a25b5229933 --- /dev/null +++ b/gtk-layer-shell.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: wmww/gtk-layer-shell +tag_prefix: "^v" +separator: "."