Skip to content

Commit

Permalink
youtube-viewer: update to 3.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jan 6, 2019
1 parent 0df58c2 commit 33dfcae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions srcpkgs/gtk-youtube-viewer
15 changes: 13 additions & 2 deletions srcpkgs/youtube-viewer/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Template file for 'youtube-viewer'
pkgname=youtube-viewer
version=3.5.0
version=3.5.1
revision=1
noarch=yes
build_style=perl-ModuleBuild
configure_args="--gtk"
hostmakedepends="perl-Module-Build"
makedepends="perl"
depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https"
Expand All @@ -13,4 +14,14 @@ license="Artistic-2.0"
homepage="https://github.com/trizen/youtube-viewer"
#changelog="https://github.com/trizen/youtube-viewer/releases"
distfiles="https://github.com/trizen/youtube-viewer/archive/${version}.tar.gz"
checksum=cfc87679f04653f43f54b432ae36426083058cdeb39c34042a53c9eefa898598
checksum=52e04abc6927719130b6ab04b91ec8795945a37ca905927c43efc164e7b282b1

gtk-youtube-viewer_package() {
depends="${sourcepkg}-${version}_${revision} perl-Gtk2 perl-File-ShareDir"
short_desc="Gtk interface to search and stream videos from YouTube"
pkg_install() {
vmove usr/bin/gtk-youtube-viewer
vmove "usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/gtk-*"
vmove usr/share/perl5/vendor_perl/auto/share/dist/WWW-YoutubeViewer/icons
}
}

0 comments on commit 33dfcae

Please sign in to comment.