Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ab4d352eeda27866464eb97604e2dffe05ea3e6
commit 3ab4d352eeda27866464eb97604e2dffe05ea3e6 Author: Marius Cirsta <[email protected]> Date: Thu Apr 2 11:55:37 2015 +0300 smtube-15.1.0-1-x86_64 * version bump * remove smplayer2 version diff --git a/source/xapps-extra/smtube/FrugalBuild b/source/xapps-extra/smtube/FrugalBuild index 67de833..64e263b 100644 --- a/source/xapps-extra/smtube/FrugalBuild +++ b/source/xapps-extra/smtube/FrugalBuild @@ -1,17 +1,19 @@ # Compiling Time: 0.12 SBU # Contributor: kikadf <[email protected]> # Contributor: Slown <[email protected]> +# Maintainer: Marius Cirsta <[email protected]> options+=('asneeded') pkgname=smtube -pkgver=14.8.0 +pkgver=15.1.0 pkgrel=1 pkgdesc="Search and download video from YouTube. Based on smplayer." -rodepends=('smplayer' 'smtube-base') +rodepends=('smplayer') depends=('libqtscript') makedepends=('qt4-linguist') -conflicts=('smtube2') +replaces=('smtube2' 'smtube-base') +conflicts=("${replaces[@]}") groups=('xapps-extra') archs=('i686' 'x86_64') _F_gnome_iconcache="y" @@ -20,39 +22,14 @@ _F_sourceforge_dirname="smplayer" _F_sourceforge_ext=".tar.bz2" _F_sourceforge_rss_limit="350" Finclude sourceforge gnome-scriptlet -sha1sums=('ca03ceca94991cd33a935a2adc810c0fa49bdfe0') - -subpkgs=("${subpkgs[@]}" 'smtube-base') -subdescs=("${subdescs[@]}" 'Search and download video from YouTube.') -subdepends=("${subdepends[@]}" '') -subrodepends=("${subrodepends[@]}" '') -subgroups=("${subgroups[@]}" 'xapps-extra') -subarchs=("${subarchs[@]}" 'i686 x86_64') -subconflicts=("${subconflicts[@]}" '') - -subpkgs=("${subpkgs[@]}" 'smtube2') -subdescs=("${subdescs[@]}" 'Search and download video from YouTube. Based on smplayer2.') -subdepends=("${subdepends[@]}" '') -subrodepends=("${subrodepends[@]}" 'smplayer2 smtube-base') -subgroups=("${subgroups[@]}" 'xapps-extra') -subarchs=("${subarchs[@]}" 'i686 x86_64') -subconflicts=("${subconflicts[@]}" 'smtube') +sha1sums=('a57274905b10199e7ac6d5d3d434fe53983a521b') build() { Fcd Fsed '/usr/local' '/usr' Makefile Fsed "/share/doc/smtube" "/share/doc/smtube-$pkgver" Makefile Fbuild - Fsed 'MPlayer' 'MPlayer2' smtube.desktop - Fsed 'Exec=smtube' 'Exec=smtube2' smtube.desktop - Fexe $_F_cd_path/src/smtube /usr/bin/smtube2 - Ffile $_F_cd_path/smtube.desktop /usr/share/applications/smtube2.desktop Fbuild_gnome_scriptlet - Fsplit smtube-base /usr/share/smtube - Fsplit smtube-base /usr/share/icons - Fsplit smtube-base /usr/share/doc - Fsplit smtube2 /usr/bin/smtube2 - Fsplit smtube2 /usr/share/applications/smtube2.desktop } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
