Date: Thursday, January 2, 2014 @ 17:08:02 Author: speps Revision: 103290
archrelease: copy trunk to community-i686, community-x86_64 Added: minitube/repos/community-i686/PKGBUILD (from rev 103289, minitube/trunk/PKGBUILD) minitube/repos/community-i686/minitube-missing-locale.patch (from rev 103289, minitube/trunk/minitube-missing-locale.patch) minitube/repos/community-i686/minitube.install (from rev 103289, minitube/trunk/minitube.install) minitube/repos/community-x86_64/PKGBUILD (from rev 103289, minitube/trunk/PKGBUILD) minitube/repos/community-x86_64/minitube-missing-locale.patch (from rev 103289, minitube/trunk/minitube-missing-locale.patch) minitube/repos/community-x86_64/minitube.install (from rev 103289, minitube/trunk/minitube.install) Deleted: minitube/repos/community-i686/PKGBUILD minitube/repos/community-i686/minitube.install minitube/repos/community-x86_64/PKGBUILD minitube/repos/community-x86_64/minitube.install ------------------------------------------------+ /PKGBUILD | 66 +++++++++++++++++++++++ /minitube.install | 22 +++++++ community-i686/PKGBUILD | 25 -------- community-i686/minitube-missing-locale.patch | 12 ++++ community-i686/minitube.install | 11 --- community-x86_64/PKGBUILD | 25 -------- community-x86_64/minitube-missing-locale.patch | 12 ++++ community-x86_64/minitube.install | 11 --- 8 files changed, 112 insertions(+), 72 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-01-02 16:07:37 UTC (rev 103289) +++ community-i686/PKGBUILD 2014-01-02 16:08:02 UTC (rev 103290) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer : speps <speps at aur dot archlinux dot org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=minitube -pkgver=2.1.3 -pkgrel=1 -pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" -arch=('i686' 'x86_64') -url='http://flavio.tordini.org/minitube' -license=('GPL3') -depends=('phonon') -install="$pkgname.install" -source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('b43df4358de2e170d7e22370b39bd1ec') - -build() { - cd $pkgname - qmake-qt4 -} - -package() { - cd $pkgname - make install INSTALL_ROOT="$pkgdir/" -} Copied: minitube/repos/community-i686/PKGBUILD (from rev 103289, minitube/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-02 16:08:02 UTC (rev 103290) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=minitube +pkgver=2.1.5 +pkgrel=1 +pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" +arch=('i686' 'x86_64') +url='http://flavio.tordini.org/minitube' +license=('GPL3') +depends=('phonon') +install="$pkgname.install" +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz" + "$pkgname-missing-locale.patch") +md5sums=('e52933f3ae5200f83aa39ac71ac13bfb' + '70cdaa1d3df700cf90243be5a0d55443') + +prepare() { + cd $pkgname + # remove missing translations + patch -p1 -i ../${source[1]} +} + +build() { + cd $pkgname + qmake-qt4 +} + +package() { + cd $pkgname + make install INSTALL_ROOT="$pkgdir/" +} Copied: minitube/repos/community-i686/minitube-missing-locale.patch (from rev 103289, minitube/trunk/minitube-missing-locale.patch) =================================================================== --- community-i686/minitube-missing-locale.patch (rev 0) +++ community-i686/minitube-missing-locale.patch 2014-01-02 16:08:02 UTC (rev 103290) @@ -0,0 +1,12 @@ +diff -aur minitube/locale/locale.pri minitube.patched/locale/locale.pri +--- minitube/locale/locale.pri 2013-12-19 00:37:27.000000000 +0100 ++++ minitube.patched/locale/locale.pri 2013-12-25 00:03:56.783943888 +0100 +@@ -4,7 +4,7 @@ + DEPENDPATH += $$PWD + + # ls -1 *.ts | tr '\n' ' ' +-TRANSLATIONS += ar.ts ast.ts be.ts bg_BG.ts ca.ts ca_ES.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts es_MX.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts vi.ts zh_CN.ts zh_TW.ts ++TRANSLATIONS += ar.ts ast.ts bg_BG.ts ca.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts zh_CN.ts zh_TW.ts + isEmpty(QMAKE_LRELEASE) { + win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe + else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease Deleted: community-i686/minitube.install =================================================================== --- community-i686/minitube.install 2014-01-02 16:07:37 UTC (rev 103289) +++ community-i686/minitube.install 2014-01-02 16:08:02 UTC (rev 103290) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: minitube/repos/community-i686/minitube.install (from rev 103289, minitube/trunk/minitube.install) =================================================================== --- community-i686/minitube.install (rev 0) +++ community-i686/minitube.install 2014-01-02 16:08:02 UTC (rev 103290) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-01-02 16:07:37 UTC (rev 103289) +++ community-x86_64/PKGBUILD 2014-01-02 16:08:02 UTC (rev 103290) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer : speps <speps at aur dot archlinux dot org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=minitube -pkgver=2.1.3 -pkgrel=1 -pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" -arch=('i686' 'x86_64') -url='http://flavio.tordini.org/minitube' -license=('GPL3') -depends=('phonon') -install="$pkgname.install" -source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('b43df4358de2e170d7e22370b39bd1ec') - -build() { - cd $pkgname - qmake-qt4 -} - -package() { - cd $pkgname - make install INSTALL_ROOT="$pkgdir/" -} Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 103289, minitube/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-01-02 16:08:02 UTC (rev 103290) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=minitube +pkgver=2.1.5 +pkgrel=1 +pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" +arch=('i686' 'x86_64') +url='http://flavio.tordini.org/minitube' +license=('GPL3') +depends=('phonon') +install="$pkgname.install" +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz" + "$pkgname-missing-locale.patch") +md5sums=('e52933f3ae5200f83aa39ac71ac13bfb' + '70cdaa1d3df700cf90243be5a0d55443') + +prepare() { + cd $pkgname + # remove missing translations + patch -p1 -i ../${source[1]} +} + +build() { + cd $pkgname + qmake-qt4 +} + +package() { + cd $pkgname + make install INSTALL_ROOT="$pkgdir/" +} Copied: minitube/repos/community-x86_64/minitube-missing-locale.patch (from rev 103289, minitube/trunk/minitube-missing-locale.patch) =================================================================== --- community-x86_64/minitube-missing-locale.patch (rev 0) +++ community-x86_64/minitube-missing-locale.patch 2014-01-02 16:08:02 UTC (rev 103290) @@ -0,0 +1,12 @@ +diff -aur minitube/locale/locale.pri minitube.patched/locale/locale.pri +--- minitube/locale/locale.pri 2013-12-19 00:37:27.000000000 +0100 ++++ minitube.patched/locale/locale.pri 2013-12-25 00:03:56.783943888 +0100 +@@ -4,7 +4,7 @@ + DEPENDPATH += $$PWD + + # ls -1 *.ts | tr '\n' ' ' +-TRANSLATIONS += ar.ts ast.ts be.ts bg_BG.ts ca.ts ca_ES.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts es_MX.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts vi.ts zh_CN.ts zh_TW.ts ++TRANSLATIONS += ar.ts ast.ts bg_BG.ts ca.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sv_SE.ts tr.ts uk.ts uk_UA.ts zh_CN.ts zh_TW.ts + isEmpty(QMAKE_LRELEASE) { + win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe + else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease Deleted: community-x86_64/minitube.install =================================================================== --- community-x86_64/minitube.install 2014-01-02 16:07:37 UTC (rev 103289) +++ community-x86_64/minitube.install 2014-01-02 16:08:02 UTC (rev 103290) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: minitube/repos/community-x86_64/minitube.install (from rev 103289, minitube/trunk/minitube.install) =================================================================== --- community-x86_64/minitube.install (rev 0) +++ community-x86_64/minitube.install 2014-01-02 16:08:02 UTC (rev 103290) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}