Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[f40] add: mpvpaper (#2682) #2693

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions anda/desktops/waylands/mpvpaper/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "mpvpaper.spec"
}
}
41 changes: 41 additions & 0 deletions anda/desktops/waylands/mpvpaper/mpvpaper.spec
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
1 change: 1 addition & 0 deletions anda/desktops/waylands/mpvpaper/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("GhostNaN/mpvpaper"));
Loading