- Switch to service file to generate tarball
- Update to 0.1.4 git revision a81ab70 * Compatibility with wlroots 0.15.0 * Fix count_surface_iterator * Set xdg_toplevel geometry for fullscreen clients * Restore direct libm dependency (#222) * Several more fixes - Add cage-wlroots-016-compat.patch: Add compat with wlroots 0.16.0. See PR 244. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/cage?expand=0&rev=17
This commit is contained in:
parent
609103322a
commit
68567eed36
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/Hjdskes/cage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">a81ab70</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
</services>
|
1091
cage-wlroots-016-compat.patch
Normal file
1091
cage-wlroots-016-compat.patch
Normal file
File diff suppressed because it is too large
Load Diff
13
cage.changes
13
cage.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 12:01:57 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Switch to service file to generate tarball
|
||||
- Update to 0.1.4 git revision a81ab70
|
||||
* Compatibility with wlroots 0.15.0
|
||||
* Fix count_surface_iterator
|
||||
* Set xdg_toplevel geometry for fullscreen clients
|
||||
* Restore direct libm dependency (#222)
|
||||
* Several more fixes
|
||||
- Add cage-wlroots-016-compat.patch:
|
||||
Add compat with wlroots 0.16.0. See PR 244.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 27 09:51:03 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
10
cage.spec
10
cage.spec
@ -17,17 +17,18 @@
|
||||
|
||||
|
||||
Name: cage
|
||||
Version: 0.1.4
|
||||
Version: 0.1.4~39
|
||||
Release: 0
|
||||
Summary: Wayland Kiosk
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://www.hjdskes.nl/projects/cage/
|
||||
Source: https://github.com/Hjdskes/cage/archive/v%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch0: https://patch-diff.githubusercontent.com/raw/Hjdskes/cage/pull/244.patch#/cage-wlroots-016-compat.patch
|
||||
BuildRequires: meson >= 0.43.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: wlroots-devel >= 0.13.0
|
||||
BuildRequires: wlroots-devel >= 0.16.0
|
||||
BuildRequires: pkgconfig(pixman-1)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
@ -37,7 +38,8 @@ BuildRequires: pkgconfig(xkbcommon)
|
||||
A Wayland Kiosk.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfe27fb0c7d43db72d6c82f01e2736580a0791a23ba69d7b56285d08af98ad90
|
||||
size 25430
|
3
v0.1.4~39.tar.gz
Normal file
3
v0.1.4~39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97a2355ad555541c9c96e5d6e80b40b47adfe3295a9806f5749ed5d13d0adb09
|
||||
size 22958
|
Loading…
Reference in New Issue
Block a user