mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
celluloid: update to 0.17; renamed from gnome-mpv.
This commit is contained in:
parent
eb20926642
commit
5ade61422d
3 changed files with 20 additions and 13 deletions
19
srcpkgs/celluloid/template
Normal file
19
srcpkgs/celluloid/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'celluloid'
|
||||||
|
pkgname=celluloid
|
||||||
|
version=0.17
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="glib-devel pkg-config"
|
||||||
|
makedepends="gtk+3-devel libepoxy-devel libglib-devel mpv-devel"
|
||||||
|
short_desc="Simple GTK+ frontend for mpv"
|
||||||
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://celluloid-player.github.io/"
|
||||||
|
distfiles="https://github.com/${pkgname}-player/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=0016078c02c1c8629a0658bd6eeb02be50d94a670983f53cbdb23f34f4866b28
|
||||||
|
|
||||||
|
gnome-mpv_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
build_style=meta
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
|
}
|
1
srcpkgs/gnome-mpv
Symbolic link
1
srcpkgs/gnome-mpv
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
celluloid
|
|
@ -1,13 +0,0 @@
|
||||||
# Template file for 'gnome-mpv'
|
|
||||||
pkgname=gnome-mpv
|
|
||||||
version=0.16
|
|
||||||
revision=1
|
|
||||||
build_style=meson
|
|
||||||
hostmakedepends="glib-devel pkg-config"
|
|
||||||
makedepends="gtk+3-devel libepoxy-devel libglib-devel mpv-devel"
|
|
||||||
short_desc="Simple GTK+ frontend for mpv"
|
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
||||||
license="GPL-3.0-or-later"
|
|
||||||
homepage="https://gnome-mpv.github.io/"
|
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
|
||||||
checksum=22cd8a9257ea57449f3120993e668d11e5e3be31444c6e63b8b25ccce0feed4b
|
|
Loading…
Add table
Reference in a new issue