Date: Sunday, February 3, 2013 @ 14:21:39 Author: speps Revision: 83577
archrelease: copy trunk to community-i686, community-x86_64 Added: minitube/repos/community-i686/PKGBUILD (from rev 83576, minitube/trunk/PKGBUILD) minitube/repos/community-i686/minitube.install (from rev 83576, minitube/trunk/minitube.install) minitube/repos/community-x86_64/PKGBUILD (from rev 83576, minitube/trunk/PKGBUILD) minitube/repos/community-x86_64/minitube.install (from rev 83576, minitube/trunk/minitube.install) Deleted: minitube/repos/community-i686/PKGBUILD minitube/repos/community-i686/fix-build.patch minitube/repos/community-i686/minitube.install minitube/repos/community-x86_64/PKGBUILD minitube/repos/community-x86_64/fix-build.patch minitube/repos/community-x86_64/minitube.install -----------------------------------+ community-i686/PKGBUILD | 54 ++++++++++++++++-------------------- community-i686/fix-build.patch | 11 ------- community-i686/minitube.install | 22 +++++++------- community-x86_64/PKGBUILD | 54 ++++++++++++++++-------------------- community-x86_64/fix-build.patch | 11 ------- community-x86_64/minitube.install | 22 +++++++------- 6 files changed, 72 insertions(+), 102 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-02-03 13:21:29 UTC (rev 83576) +++ community-i686/PKGBUILD 2013-02-03 13:21:39 UTC (rev 83577) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=minitube -pkgver=1.9 -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=('GPL') -depends=('phonon') -install="${pkgname}.install" -source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'fix-build.patch') -md5sums=('a60bb568519eb91035d5d6dc27ff1406' - 'b6d67acdfc5ef17235449ca13575ba97') - -build() { - cd ${pkgname} - - patch -p1 -i "${srcdir}"/fix-build.patch - - qmake -} - -package() { - cd ${pkgname} - make install INSTALL_ROOT="${pkgdir}" -} Copied: minitube/repos/community-i686/PKGBUILD (from rev 83576, minitube/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-02-03 13:21:39 UTC (rev 83577) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=minitube +pkgver=2.0 +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=('GPL') +depends=('phonon') +install="$pkgname.install" +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('7df1e44b86a4744a492ccc414c0fa77d') + +build() { + cd "$srcdir/$pkgname" + qmake +} + +package() { + cd "$srcdir/$pkgname" + make install INSTALL_ROOT="$pkgdir/" +} Deleted: community-i686/fix-build.patch =================================================================== --- community-i686/fix-build.patch 2013-02-03 13:21:29 UTC (rev 83576) +++ community-i686/fix-build.patch 2013-02-03 13:21:39 UTC (rev 83577) @@ -1,11 +0,0 @@ ---- minitube/src/qtsingleapplication/qtlocalpeer.cpp~ 2012-06-29 18:13:35.133070928 +0000 -+++ minitube/src/qtsingleapplication/qtlocalpeer.cpp 2012-06-29 18:14:16.359420453 +0000 -@@ -57,6 +57,8 @@ - static PProcessIdToSessionId pProcessIdToSessionId = 0; - #endif - #if defined(Q_OS_UNIX) -+#include <sys/types.h> -+#include <unistd.h> - #include <time.h> - #endif - Deleted: community-i686/minitube.install =================================================================== --- community-i686/minitube.install 2013-02-03 13:21:29 UTC (rev 83576) +++ community-i686/minitube.install 2013-02-03 13:21:39 UTC (rev 83577) @@ -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 83576, minitube/trunk/minitube.install) =================================================================== --- community-i686/minitube.install (rev 0) +++ community-i686/minitube.install 2013-02-03 13:21:39 UTC (rev 83577) @@ -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 2013-02-03 13:21:29 UTC (rev 83576) +++ community-x86_64/PKGBUILD 2013-02-03 13:21:39 UTC (rev 83577) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=minitube -pkgver=1.9 -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=('GPL') -depends=('phonon') -install="${pkgname}.install" -source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'fix-build.patch') -md5sums=('a60bb568519eb91035d5d6dc27ff1406' - 'b6d67acdfc5ef17235449ca13575ba97') - -build() { - cd ${pkgname} - - patch -p1 -i "${srcdir}"/fix-build.patch - - qmake -} - -package() { - cd ${pkgname} - make install INSTALL_ROOT="${pkgdir}" -} Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 83576, minitube/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-02-03 13:21:39 UTC (rev 83577) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=minitube +pkgver=2.0 +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=('GPL') +depends=('phonon') +install="$pkgname.install" +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('7df1e44b86a4744a492ccc414c0fa77d') + +build() { + cd "$srcdir/$pkgname" + qmake +} + +package() { + cd "$srcdir/$pkgname" + make install INSTALL_ROOT="$pkgdir/" +} Deleted: community-x86_64/fix-build.patch =================================================================== --- community-x86_64/fix-build.patch 2013-02-03 13:21:29 UTC (rev 83576) +++ community-x86_64/fix-build.patch 2013-02-03 13:21:39 UTC (rev 83577) @@ -1,11 +0,0 @@ ---- minitube/src/qtsingleapplication/qtlocalpeer.cpp~ 2012-06-29 18:13:35.133070928 +0000 -+++ minitube/src/qtsingleapplication/qtlocalpeer.cpp 2012-06-29 18:14:16.359420453 +0000 -@@ -57,6 +57,8 @@ - static PProcessIdToSessionId pProcessIdToSessionId = 0; - #endif - #if defined(Q_OS_UNIX) -+#include <sys/types.h> -+#include <unistd.h> - #include <time.h> - #endif - Deleted: community-x86_64/minitube.install =================================================================== --- community-x86_64/minitube.install 2013-02-03 13:21:29 UTC (rev 83576) +++ community-x86_64/minitube.install 2013-02-03 13:21:39 UTC (rev 83577) @@ -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 83576, minitube/trunk/minitube.install) =================================================================== --- community-x86_64/minitube.install (rev 0) +++ community-x86_64/minitube.install 2013-02-03 13:21:39 UTC (rev 83577) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}