- Update to version 0.9.0:
* No changelog was made available. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wcm?expand=0&rev=7
This commit is contained in:
parent
2e4b12ad8a
commit
4b4228cedf
20
_service
20
_service
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="filename">wcm</param>
|
||||
<param name="url">https://github.com/WayfireWM/wcm.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v0.8.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
<service mode="manual" 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>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/WayfireWM/wcm.git</param>
|
||||
<param name="changesrevision">8b4386ce872023e95b2b6493edb8bb314d2d4747</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd50f61661746e4edb8fe73692d38b761876e262ab7e858ef83918aa1000706f
|
||||
size 1895436
|
3
wcm-0.9.0.tar.xz
Normal file
3
wcm-0.9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c8605ccb720fb24e58f16c2e2727cd07b6754bd441c9a3f0e715548b4e7c4ae
|
||||
size 434076
|
1
wcm-0.9.0.tar.xz.sha256sum
Normal file
1
wcm-0.9.0.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
||||
8c8605ccb720fb24e58f16c2e2727cd07b6754bd441c9a3f0e715548b4e7c4ae *wcm-0.9.0.tar.xz
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 03:55:55 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 0.9.0:
|
||||
* No changelog was made available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 09 05:58:44 UTC 2023 - dead_mozay@opensuse.org
|
||||
|
||||
|
@ -1,4 +0,0 @@
|
||||
name: wcm
|
||||
version: 0.8.0
|
||||
mtime: 1695992117
|
||||
commit: 8b4386ce872023e95b2b6493edb8bb314d2d4747
|
18
wcm.spec
18
wcm.spec
@ -15,14 +15,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define major_ver 0.9
|
||||
%define minor_ver 0
|
||||
Name: wcm
|
||||
Version: 0.8.0
|
||||
Version: %{major_ver}.%{minor_ver}
|
||||
Release: 0
|
||||
Summary: Wayfire Config Manager
|
||||
License: MIT
|
||||
Url: https://wayfire.org/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: update-desktop-files
|
||||
@ -30,19 +32,20 @@ BuildRequires: pkgconfig(wayfire)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(wf-config)
|
||||
BuildRequires: pkgconfig(wf-shell)
|
||||
BuildRequires: pkgconfig(wf-config) >= %{major_ver}
|
||||
BuildRequires: pkgconfig(wf-shell) >= %{major_ver}
|
||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||
BuildRequires: pkgconfig(xkbregistry)
|
||||
BuildRequires: pkgconfig(wlroots) >= 0.16.0
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
Requires: wayfire
|
||||
Requires: wayfire >= %{major_ver}
|
||||
|
||||
%description
|
||||
Wayfire Config Manager https://wayfire.org/.
|
||||
|
||||
%prep
|
||||
echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
@ -53,6 +56,9 @@ Wayfire Config Manager https://wayfire.org/.
|
||||
%meson_install
|
||||
%suse_update_desktop_file -G -r wayfire-config-manager "Wayfire Config Manager" "Settings;DesktopSettings"
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
|
Loading…
x
Reference in New Issue
Block a user