mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
pipe-viewer: update to 0.2.3.
This commit is contained in:
parent
ca99b24f2f
commit
bf4ea020a4
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pipe-viewer'
|
# Template file for 'pipe-viewer'
|
||||||
pkgname=pipe-viewer
|
pkgname=pipe-viewer
|
||||||
version=0.2.2
|
version=0.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=perl-ModuleBuild
|
build_style=perl-ModuleBuild
|
||||||
configure_args="--gtk"
|
configure_args="--gtk"
|
||||||
|
@ -14,7 +14,7 @@ license="Artistic-2.0"
|
||||||
homepage="https://github.com/trizen/pipe-viewer"
|
homepage="https://github.com/trizen/pipe-viewer"
|
||||||
changelog="https://github.com/trizen/pipe-viewer/releases"
|
changelog="https://github.com/trizen/pipe-viewer/releases"
|
||||||
distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
|
distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
|
||||||
checksum=887cd5ab6b7d483ea69c86e5597fc7c9d27159b7f691bb70941a3d607b8bbd9a
|
checksum=08d585c6e07236975d6cb8275fc8c1f42996e0755246207a5b0197e19739ecdd
|
||||||
|
|
||||||
pipe-viewer-gtk_package() {
|
pipe-viewer-gtk_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"
|
depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"
|
||||||
|
@ -29,11 +29,13 @@ pipe-viewer-gtk_package() {
|
||||||
straw-viewer_package() {
|
straw-viewer_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="pipe-viewer>=${version}_${revision}"
|
depends="pipe-viewer>=${version}_${revision}"
|
||||||
short_desc="Search and stream from YouTube using the API of invidio.us (transitional dummy package)"
|
short_desc="Search and stream from YouTube using the API of invidio.us"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk-straw-viewer_package() {
|
gtk-straw-viewer_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="pipe-viewer-gtk>=${version}_${revision}"
|
depends="pipe-viewer-gtk>=${version}_${revision}"
|
||||||
short_desc="Gtk interface to search and stream YouTube using the API of invidio.us (transitional dummy package)"
|
short_desc="Gtk interface to search and stream YouTube using the API of invidio.us"
|
||||||
|
short_desc+=" (transitional dummy package)"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue