Skip to content

Commit

Permalink
add: mpvpaper (#2682)
Browse files Browse the repository at this point in the history
* 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
madonuko authored Dec 19, 2024
1 parent c56ff01 commit 2200dc4
Show file tree
Hide file tree
Showing 3 changed files with 47 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"
}
}
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"));

0 comments on commit 2200dc4

Please sign in to comment.