-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: mpvpaper closes #2680 * ninja-build Signed-off-by: madomado <[email protected]> * Update mpvpaper.spec Signed-off-by: madomado <[email protected]> * gz Signed-off-by: madomado <[email protected]> --------- Signed-off-by: madomado <[email protected]>
- Loading branch information
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
project pkg { | ||
rpm { | ||
spec = "mpvpaper.spec" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Name: mpvpaper | ||
Version: 1.7 | ||
Release: 1%?dist | ||
Summary: A video wallpaper program for wlroots based wayland compositors | ||
License: GPL-3.0-or-later | ||
Group: Productivity/Multimedia/Other | ||
URL: https://github.com/GhostNaN/mpvpaper | ||
Source: %url/archive/%version.tar.gz | ||
BuildRequires: meson | ||
BuildRequires: mpv-devel | ||
BuildRequires: ninja-build | ||
BuildRequires: pkgconfig | ||
BuildRequires: wayland-protocols-devel | ||
BuildRequires: wlroots-devel | ||
BuildRequires: gcc | ||
Requires: mpv | ||
|
||
%description | ||
%summary. | ||
|
||
%prep | ||
%autosetup -p1 | ||
|
||
%build | ||
%meson | ||
%meson_build | ||
|
||
%install | ||
%meson_install | ||
install -Dm644 %name.man %buildroot%_mandir/man1/%name.1 | ||
|
||
%files | ||
%license LICENSE | ||
%doc README.md | ||
%_bindir/mpvpaper | ||
%_bindir/mpvpaper-holder | ||
%_mandir/man1/mpvpaper.1.gz | ||
|
||
%changelog | ||
* Fri Dec 20 2024 madonuko <[email protected]> - 1.7-1 | ||
- Initial package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rpm.version(gh("GhostNaN/mpvpaper")); |