Date: Friday, March 25, 2016 @ 03:32:43 Author: speps Revision: 168328
archrelease: copy trunk to community-i686, community-x86_64 Added: smtube/repos/community-i686/PKGBUILD (from rev 168327, smtube/trunk/PKGBUILD) smtube/repos/community-i686/smtube.install (from rev 168327, smtube/trunk/smtube.install) smtube/repos/community-x86_64/PKGBUILD (from rev 168327, smtube/trunk/PKGBUILD) smtube/repos/community-x86_64/smtube.install (from rev 168327, smtube/trunk/smtube.install) Deleted: smtube/repos/community-i686/PKGBUILD smtube/repos/community-i686/smtube.install smtube/repos/community-x86_64/PKGBUILD smtube/repos/community-x86_64/smtube.install ---------------------------------+ /PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++ /smtube.install | 24 +++++++++++++ community-i686/PKGBUILD | 34 ------------------- community-i686/smtube.install | 12 ------ community-x86_64/PKGBUILD | 34 ------------------- community-x86_64/smtube.install | 12 ------ 6 files changed, 92 insertions(+), 92 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-03-25 02:32:29 UTC (rev 168327) +++ community-i686/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer : speps <speps at aur dot archlinux dot org> -# Contributor: Andreas Schnaiter <rc.poi...@gmail.com> - -pkgname=smtube -pkgver=16.1.0 -pkgrel=1 -pkgdesc="A small youtube browser" -arch=('i686' 'x86_64') -url="http://www.smtube.org/" -license=('GPL') -depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('qt5-tools') -optdepends=('mplayer: play videos with MPlayer' - 'smplayer: play videos with SMPlayer' - 'gnome-mplayer: play videos with GNOME MPlayer' - 'kdemultimedia-dragonplayer: play videos with Dragon Player' - 'totem: play videos with Totem' - 'vlc: play videos with VLC' - 'mpv: play videos with MPV' - 'youtube-dl: download videos') -install="$pkgname.install" -source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2") -md5sums=('33bb92f48dc18240d7ff208569f4a67c') - -build() { - cd $pkgname-$pkgver - make PREFIX=/usr -} - -package() { - cd $pkgname-$pkgver - make PREFIX=/usr DESTDIR="$pkgdir/" install -} Copied: smtube/repos/community-i686/PKGBUILD (from rev 168327, smtube/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Andreas Schnaiter <rc.poi...@gmail.com> + +pkgname=smtube +pkgver=16.3.0 +pkgrel=1 +pkgdesc="A small youtube browser" +arch=('i686' 'x86_64') +url="http://www.smtube.org/" +license=('GPL') +depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('qt5-tools') +optdepends=('mplayer: play videos with MPlayer' + 'smplayer: play videos with SMPlayer' + 'gnome-mplayer: play videos with GNOME MPlayer' + 'kdemultimedia-dragonplayer: play videos with Dragon Player' + 'totem: play videos with Totem' + 'vlc: play videos with VLC' + 'mpv: play videos with MPV' + 'youtube-dl: download videos') +install="$pkgname.install" +source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2") +md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362') + +build() { + cd $pkgname-$pkgver + make PREFIX=/usr +} + +package() { + cd $pkgname-$pkgver + make PREFIX=/usr DESTDIR="$pkgdir/" install +} Deleted: community-i686/smtube.install =================================================================== --- community-i686/smtube.install 2016-03-25 02:32:29 UTC (rev 168327) +++ community-i686/smtube.install 2016-03-25 02:32:43 UTC (rev 168328) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: smtube/repos/community-i686/smtube.install (from rev 168327, smtube/trunk/smtube.install) =================================================================== --- community-i686/smtube.install (rev 0) +++ community-i686/smtube.install 2016-03-25 02:32:43 UTC (rev 168328) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-03-25 02:32:29 UTC (rev 168327) +++ community-x86_64/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer : speps <speps at aur dot archlinux dot org> -# Contributor: Andreas Schnaiter <rc.poi...@gmail.com> - -pkgname=smtube -pkgver=16.1.0 -pkgrel=1 -pkgdesc="A small youtube browser" -arch=('i686' 'x86_64') -url="http://www.smtube.org/" -license=('GPL') -depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme') -makedepends=('qt5-tools') -optdepends=('mplayer: play videos with MPlayer' - 'smplayer: play videos with SMPlayer' - 'gnome-mplayer: play videos with GNOME MPlayer' - 'kdemultimedia-dragonplayer: play videos with Dragon Player' - 'totem: play videos with Totem' - 'vlc: play videos with VLC' - 'mpv: play videos with MPV' - 'youtube-dl: download videos') -install="$pkgname.install" -source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2") -md5sums=('33bb92f48dc18240d7ff208569f4a67c') - -build() { - cd $pkgname-$pkgver - make PREFIX=/usr -} - -package() { - cd $pkgname-$pkgver - make PREFIX=/usr DESTDIR="$pkgdir/" install -} Copied: smtube/repos/community-x86_64/PKGBUILD (from rev 168327, smtube/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-03-25 02:32:43 UTC (rev 168328) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Andreas Schnaiter <rc.poi...@gmail.com> + +pkgname=smtube +pkgver=16.3.0 +pkgrel=1 +pkgdesc="A small youtube browser" +arch=('i686' 'x86_64') +url="http://www.smtube.org/" +license=('GPL') +depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme') +makedepends=('qt5-tools') +optdepends=('mplayer: play videos with MPlayer' + 'smplayer: play videos with SMPlayer' + 'gnome-mplayer: play videos with GNOME MPlayer' + 'kdemultimedia-dragonplayer: play videos with Dragon Player' + 'totem: play videos with Totem' + 'vlc: play videos with VLC' + 'mpv: play videos with MPV' + 'youtube-dl: download videos') +install="$pkgname.install" +source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2") +md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362') + +build() { + cd $pkgname-$pkgver + make PREFIX=/usr +} + +package() { + cd $pkgname-$pkgver + make PREFIX=/usr DESTDIR="$pkgdir/" install +} Deleted: community-x86_64/smtube.install =================================================================== --- community-x86_64/smtube.install 2016-03-25 02:32:29 UTC (rev 168327) +++ community-x86_64/smtube.install 2016-03-25 02:32:43 UTC (rev 168328) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: smtube/repos/community-x86_64/smtube.install (from rev 168327, smtube/trunk/smtube.install) =================================================================== --- community-x86_64/smtube.install (rev 0) +++ community-x86_64/smtube.install 2016-03-25 02:32:43 UTC (rev 168328) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}