Compare commits

...

1 Commits

Author SHA1 Message Date
madonuko b651c8ddf0 feat: rename mangowc to mangowm, update url 2026-03-04 21:26:34 +08:00
4 changed files with 11 additions and 8 deletions
-1
View File
@@ -1 +0,0 @@
rpm.version(gh("DreamMaoMao/mangowc"));
@@ -1,5 +1,5 @@
project pkg {
rpm {
spec = "mangowc.spec"
spec = "mangowm.spec"
}
}
@@ -1,11 +1,14 @@
Name: mangowc
Name: mangowm
Version: 0.12.5
Release: 1%?dist
Summary: wayland compositor base wlroots and scenefx (dwm but wayland)
Release: 2%?dist
Summary: Practical and Powerful wayland compositor (dwm but wayland)
License: GPL-3.0
Packager: metcya <metcya@gmail.com>
URL: https://github.com/DreamMaoMao/mangowc
Source: %{url}/archive/%{version}.tar.gz
URL: https://mangowm.github.io
Source: https://github.com/mangowm/mango/archive/%{version}.tar.gz
Provides: mangowc = %evr
Obsoletes: mangowc < 0.12.5-2
BuildRequires: meson
BuildRequires: gcc
@@ -22,7 +25,7 @@ BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(scenefx-0.4)
%description
MangoWC is a lightweight, high-performance Wayland compositor built on dwl, designed for speed, flexibility, and a modern, customizable desktop experience.
MangoWM is a lightweight, high-performance Wayland compositor built on dwl, designed for speed, flexibility, and a modern, customizable desktop experience.
%prep
%autosetup
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("mangowm/mango"));