From b98a3881ca39455891e8ef556d14abb4af62f6bc Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sun, 19 Jan 2025 02:45:57 +0700 Subject: [PATCH] delete gtk4-layer-shell --- anda/lib/gtk4-layer-shell/anda.hcl | 5 -- .../gtk4-layer-shell/gtk4-layer-shell.spec | 77 ------------------- anda/lib/gtk4-layer-shell/update.rhai | 1 - 3 files changed, 83 deletions(-) delete mode 100644 anda/lib/gtk4-layer-shell/anda.hcl delete mode 100644 anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec delete mode 100644 anda/lib/gtk4-layer-shell/update.rhai diff --git a/anda/lib/gtk4-layer-shell/anda.hcl b/anda/lib/gtk4-layer-shell/anda.hcl deleted file mode 100644 index 5d3ecca5f1..0000000000 --- a/anda/lib/gtk4-layer-shell/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "gtk4-layer-shell.spec" - } -} diff --git a/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec b/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec deleted file mode 100644 index 4166a57352..0000000000 --- a/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec +++ /dev/null @@ -1,77 +0,0 @@ -Name: gtk4-layer-shell -Version: 1.0.4 -Release: 1%?dist -Summary: Library to build desktop components using Layer Shell Wayland protocol and GTK4 -License: MIT -URL: https://github.com/wmww/gtk4-layer-shell -Source0: %url/archive/refs/tags/v%version.tar.gz -BuildRequires: meson ninja-build python3.11 vala -BuildRequires: libwayland-client gtk4-devel gobject-introspection gtk-doc -BuildRequires: pkgconfig(wayland-protocols) -Recommends: gtk4-layer-shell-devel - -%description -A library for using the Layer Shell Wayland protocol with GTK4. With this -library you can build desktop shell components such as panels, notifications -and wallpapers. You can use it to anchor your windows to a corner or edge of -the output, or stretch them across the entire output. This Library is -compatible with C, C++ and any language that supports GObject introspection -files (Python, Vala, etc). - - -%package doc -Summary: Documentation files for gtk4-layer-shell generated by gtk-doc - -%description doc -%summary. - - -%package vapi -Summary: Vapi data for gtk4-layer-shell - -%description vapi -%summary. - - -%package devel -Summary: Development files for gtk4-layer-shell -Requires: gtk4-layer-shell - -%description devel -%summary. - - -%prep -%autosetup - -%build -%meson -Ddocs=true -%meson_build - -%install -%meson_install - - -%files -%doc README.md -%license LICENSE -/usr/lib64/girepository-1.0/Gtk4LayerShell-1.0.typelib - -%files devel -/usr/include/gtk4-layer-shell/gtk4-layer-shell.h -/usr/lib64/libgtk4-layer-shell.so* -/usr/lib64/pkgconfig/gtk4-layer-shell-0.pc -/usr/share/gir-1.0/Gtk4LayerShell-1.0.gir - -%files doc -/usr/share/gtk-doc/html/gtk4-layer-shell/ - - -%files vapi -/usr/share/vala/vapi/gtk4-layer-shell-0.deps -/usr/share/vala/vapi/gtk4-layer-shell-0.vapi - - -%changelog -* Fri Apr 28 2023 windowsboy111 -- Initial package. diff --git a/anda/lib/gtk4-layer-shell/update.rhai b/anda/lib/gtk4-layer-shell/update.rhai deleted file mode 100644 index 8285090f3d..0000000000 --- a/anda/lib/gtk4-layer-shell/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(gh("wmww/gtk4-layer-shell"));