smtube update to 2.1

This commit is contained in:
utg 2014-03-29 18:58:49 +00:00
parent f23eeb1843
commit dfd0f5523c
2 changed files with 23 additions and 5 deletions

View File

@ -1,17 +1,22 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Maintainer: UtG <utg.chakra.linux[at]gmail[dot]com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Contributor: redzion simobrinci@gmail.com
pkgname=smtube
pkgver=1.8
pkgrel=2
pkgver=2.1
pkgrel=1
pkgdesc="Search and download videos from YouTube"
arch=('x86_64')
url="http://smplayer.sourceforge.net"
license=('GPL')
depends=('qt')
optdepends=('smplayer' 'mplayer' 'vlc' 'kdemultimedia-dragonplayer')
optdepends=('mplayer: play videos with MPlayer'
'smplayer: play videos with SMPlayer'
'kdemultimedia-dragonplayer: play videos with Dragon Player'
'vlc: play videos with VLC')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2")
md5sums=('b80d4d085a8e7350619d65f0f0786037')
md5sums=('9cd034d5abcbc66445478b5824af50f1')
build() {
cd "$srcdir/$pkgname-$pkgver"

13
smtube/smtube.install Normal file
View File

@ -0,0 +1,13 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}