[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)
Daniel Wallace
dwallace at nymeria.archlinux.org
Mon Aug 19 01:53:41 UTC 2013
Date: Monday, August 19, 2013 @ 03:53:41
Author: dwallace
Revision: 95946
archrelease: copy trunk to community-any
Added:
youtube-viewer/repos/community-any/PKGBUILD
(from rev 95945, youtube-viewer/trunk/PKGBUILD)
Deleted:
youtube-viewer/repos/community-any/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-19 01:53:18 UTC (rev 95945)
+++ PKGBUILD 2013-08-19 01:53:41 UTC (rev 95946)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7
-pkgrel=4
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer"
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver")
-sha256sums=('2531df72fab612ff338774339b6ec956a6c542db2a8aba26b41b28be1fe89c79')
-
-depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
- 'mplayer: for playing videos'
- 'perl-term-readkey: to get the terminal width size'
- 'perl-term-readline-gnu: for a better STDIN support'
- 'perl-lwp-protocol-https: for login and https support'
- 'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
- cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
- perl Build.PL # --gtk-youtube-viewer
-}
-
-check(){
- cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
- ./Build test
-}
-
-package() {
- cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
- ./Build install --install_path script=/usr/bin --destdir=$pkgdir
- rm -r "$pkgdir/usr/lib/"
-
-}
Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 95945, youtube-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-08-19 01:53:41 UTC (rev 95946)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7_01
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer"
+license=('GPL3')
+source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver")
+sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
+
+depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playinng videos'
+ 'mplayer: for playing videos'
+ 'perl-term-readkey: to get the terminal width size'
+ 'perl-term-readline-gnu: for a better STDIN support'
+ 'perl-lwp-protocol-https: for login and https support'
+ 'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+ cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+ perl Build.PL # --gtk-youtube-viewer
+}
+
+check(){
+ cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+ ./Build test
+}
+
+package() {
+ cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+ ./Build install --install_path script=/usr/bin --destdir=$pkgdir
+ rm -r "$pkgdir/usr/lib/"
+
+}
More information about the arch-commits
mailing list