[arch-commits] Commit in minitube/repos (10 files)

2015-04-25 Thread speps
Date: Saturday, April 25, 2015 @ 23:17:42
  Author: speps
Revision: 132248

archrelease: copy trunk to community-i686, community-x86_64

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 132247, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 132247, minitube/trunk/minitube.install)
  minitube/repos/community-i686/minitube.sh
(from rev 132247, minitube/trunk/minitube.sh)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 132247, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 132247, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/minitube.sh
(from rev 132247, minitube/trunk/minitube.sh)
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 |   62 
 /minitube.install |   36 
 community-i686/PKGBUILD   |   25 --
 community-i686/minitube.install   |   11 --
 community-i686/minitube.sh|9 +
 community-x86_64/PKGBUILD |   25 --
 community-x86_64/minitube.install |   11 --
 community-x86_64/minitube.sh  |9 +
 8 files changed, 116 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-25 21:17:28 UTC (rev 132247)
+++ community-i686/PKGBUILD 2015-04-25 21:17:42 UTC (rev 132248)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andrea Scarpino 
-
-pkgname=minitube
-pkgver=2.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-qt4')
-install="$pkgname.install"
-source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('8c9dba9b0190a740fab6c38c5d79c3f8')
-
-build() {
-  cd $pkgname
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname
-  make install INSTALL_ROOT="$pkgdir/"
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 132247, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-25 21:17:42 UTC (rev 132248)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=2.4
+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-qt4')
+install="$pkgname.install"
+backup=('etc/profile.d/minitube.sh')
+source=("https://github.com/flaviotordini/minitube/archive/$pkgver.tar.gz"; 
$pkgname.sh)
+md5sums=('90e8f7c8adfe633553e08d98edd77961'
+ '01d1d532dd7f4670cf7f33f007863b7a')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INSTALL_ROOT="$pkgdir/"
+
+  # GOOGLE_API_KEY
+  install -Dm644 ../$pkgname.sh \
+"$pkgdir/etc/profile.d/$pkgname.sh"
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2015-04-25 21:17:28 UTC (rev 132247)
+++ community-i686/minitube.install 2015-04-25 21:17:42 UTC (rev 132248)
@@ -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 132247, 
minitube/trunk/minitube.install)
===
--- community-i686/minitube.install (rev 0)
+++ community-i686/minitube.install 2015-04-25 21:17:42 UTC (rev 132248)
@@ -0,0 +1,18 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+  cat << EOF
+
+  # Google is now requiring an API key in order to access YouTube Data web 
services.
+  # Create a "Browser Key" at https://console.developers.google.com and put it 
in
+  # /etc/profile.d/minitube.sh as the GOOGLE_API_KEY environmental variable.
+
+EOF
+}
+
+post_remove() {
+  post_install
+}

Copied: minitube/repos/community-i686/minitube.sh (from rev 132247, 
minitube/trunk/minitube.sh)
===
--- community-i686/minitube.sh  (rev 0)
+++ community-i686/minitube.sh  2015-04-25 21:17:42 UTC (rev 132248)
@@ -0,0 +1,9 @@
+# Google is now requiring an API key in order to access YouTube Data web 
services.
+# Create a

[arch-commits] Commit in minitube/repos (10 files)

2014-02-20 Thread speps
Date: Thursday, February 20, 2014 @ 20:25:26
  Author: speps
Revision: 105996

archrelease: copy trunk to community-i686, community-x86_64

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 105995, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 105995, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 105995, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 105995, minitube/trunk/minitube.install)
Deleted:
  minitube/repos/community-i686/PKGBUILD
  minitube/repos/community-i686/minitube-missing-locale.patch
  minitube/repos/community-i686/minitube.install
  minitube/repos/community-x86_64/PKGBUILD
  minitube/repos/community-x86_64/minitube-missing-locale.patch
  minitube/repos/community-x86_64/minitube.install

+
 /PKGBUILD  |   50 +++
 /minitube.install  |   22 ++
 community-i686/PKGBUILD|   33 ---
 community-i686/minitube-missing-locale.patch   |   12 -
 community-i686/minitube.install|   11 -
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/minitube-missing-locale.patch |   12 -
 community-x86_64/minitube.install  |   11 -
 8 files changed, 72 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-20 19:24:58 UTC (rev 105995)
+++ community-i686/PKGBUILD 2014-02-20 19:25:26 UTC (rev 105996)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andrea Scarpino 
-
-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/PKGBUILD (from rev 105995, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-20 19:25:26 UTC (rev 105996)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=2.1.6
+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-qt4')
+install="$pkgname.install"
+source=("http://flavio.tordini.org/files/$pkgname/$pkgname-1.2.6.tar.gz";) # 
tagging mismatch
+md5sums=('b5a7794cad661d47e0e856b864f774af')
+
+build() {
+  cd $pkgname
+  qmake-qt4
+}
+
+package() {
+  cd $pkgname
+  make install INSTALL_ROOT="$pkgdir/"
+}

Deleted: community-i686/minitube-missing-locale.patch
===
--- community-i686/minitube-missing-locale.patch2014-02-20 19:24:58 UTC 
(rev 105995)
+++ community-i686/minitube-missing-locale.patch2014-02-20 19:25:26 UTC 
(rev 105996)
@@ -1,12 +0,0 @@
-diff -aur minitube/locale/locale.pri minitube.patched/locale/locale.pri
 minitube/locale/locale.pri 2013-12-19 00:37:27.0 +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-02-20 19:24:58 UTC (rev 105995)
+++ 

[arch-commits] Commit in minitube/repos (10 files)

2014-01-02 Thread speps
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 
-# Contributor: Andrea Scarpino 
-
-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 
+# Contributor: Andrea Scarpino 
+
+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.patch2014-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.0 +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/min

[arch-commits] Commit in minitube/repos (10 files)

2013-02-03 Thread speps
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 
-
-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 
+# Contributor: Andrea Scarpino 
+
+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 +
-+++ minitube/src/qtsingleapplication/qtlocalpeer.cpp   2012-06-29 
18:14:16.359420453 +
-@@ -57,6 +57,8 @@
- static PProcessIdToSessionId pProcessIdToSessionId = 0;
- #endif
- #if defined(Q_OS_UNIX)
-+#include 
-+#include 
- #include 
- #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 
-
-pkgname=minitube
-pkgver=1.9
-pkgrel=1
-pk