Skip to content

Commit

Permalink
add: mpvpaper
Browse files Browse the repository at this point in the history
closes #2680
  • Loading branch information
madonuko committed Dec 19, 2024
1 parent 5854311 commit 711f007
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
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"
}
}
40 changes: 40 additions & 0 deletions anda/desktops/waylands/mpvpaper/mpvpaper.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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
BuildRequires: pkgconfig
BuildRequires: wayland-protocols-devel
BuildRequires: wlroots-devel
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%?ext_man

%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"));

0 comments on commit 711f007

Please sign in to comment.