Accepting request 1000308 from home:uncomfyhalomacro

Update to 1.3.0. Has varlink support but that is not yet in Factory

OBS-URL: https://build.opensuse.org/request/show/1000308
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=4
This commit is contained in:
2022-09-01 13:46:52 +00:00
committed by Git OBS Bridge
parent 511ec7961a
commit 3b93ecb758
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4
size 16501

3
kanshi-1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67a4fe896d97b7fbd3fcc51aab0fae550b4130b2df2b1df2a4d0e8d3221fe604
size 20721

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 30 11:12:24 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to v1.3.0:
* This release adds an IPC interface with a kanshictl utility,
improves make-model-serial matching, and fixes a handful of bugs.
libvarlink is a new optional dependency.
* Support output-management version 3 release requests
* Improve the make-model-serial matching of outputs
* Upgrade wlr-output-management-unstable-v1.xml to version 2
-------------------------------------------------------------------
Sun Jun 26 11:16:50 UTC 2022 - Tomasz Hołubowicz <alternateved@pm.me>

View File

@@ -17,28 +17,30 @@
Name: kanshi
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Dynamic display configuration
License: MIT
Group: System/GUI/Other
URL: https://git.sr.ht/~emersion/kanshi
Source: https://git.sr.ht/~emersion/kanshi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: meson
BuildRequires: ninja
BuildRequires: scdoc
BuildRequires: wayland-devel
BuildRequires: pkgconfig(wayland-client)
%description
kanshi allows you to define output profiles that are automatically enabled
and disabled on hotplug.
%prep
%setup -q -n kanshi-%{version}
%setup -q -n kanshi-v%{version}
%build
%meson
# Disabled because libvarlink is not available in Factory
%meson \
-Dipc=disabled
%meson_build
%install