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

2017-08-19 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 08:37:09
  Author: arojas
Revision: 252551

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 252550, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 252550, minitube/trunk/PKGBUILD)
Deleted:
  minitube/repos/community-i686/PKGBUILD
  minitube/repos/community-i686/minitube.install
  minitube/repos/community-i686/minitube.sh
  minitube/repos/community-x86_64/PKGBUILD
  minitube/repos/community-x86_64/minitube.install
  minitube/repos/community-x86_64/minitube.sh

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   32 ---
 community-i686/minitube.install   |9 --
 community-i686/minitube.sh|9 --
 community-x86_64/PKGBUILD |   32 ---
 community-x86_64/minitube.install |9 --
 community-x86_64/minitube.sh  |9 --
 7 files changed, 50 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 08:36:30 UTC (rev 252550)
+++ community-i686/PKGBUILD 2017-08-19 08:37:09 UTC (rev 252551)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andrea Scarpino 
-
-pkgname=minitube
-pkgver=2.8
-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-qt5' 'qt5-declarative' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-install="$pkgname.install"
-backup=('etc/profile.d/minitube.sh')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/flaviotordini/minitube/archive/$pkgver.tar.gz;
 $pkgname.sh)
-md5sums=('b1a327ce71c304d63b0b2cf1e1e7c2b0'
- '01d1d532dd7f4670cf7f33f007863b7a')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install INSTALL_ROOT="$pkgdir/"
-
-  # GOOGLE_API_KEY
-  install -Dm644 ../$pkgname.sh \
-"$pkgdir/etc/profile.d/$pkgname.sh"
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 252550, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 08:37:09 UTC (rev 252551)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=2.8
+pkgrel=2
+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-qt5' 'qt5-declarative' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/flaviotordini/minitube/archive/$pkgver.tar.gz;)
+sha256sums=('c8e7c39d5125027d076440830c6cc33d2782e0d65047d639dfa55e839e64d88c')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INSTALL_ROOT="$pkgdir/"
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2017-08-19 08:36:30 UTC (rev 252550)
+++ community-i686/minitube.install 2017-08-19 08:37:09 UTC (rev 252551)
@@ -1,9 +0,0 @@
-post_upgrade() {
-  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
-}

Deleted: community-i686/minitube.sh
===
--- community-i686/minitube.sh  2017-08-19 08:36:30 UTC (rev 252550)
+++ community-i686/minitube.sh  2017-08-19 08:37:09 UTC (rev 252551)
@@ -1,9 +0,0 @@
-# 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 
here.
-
-export GOOGLE_API_KEY=""
-
-# Uncomment the following line if you do use any
-# Desktop Environment and icons does not show up
-
-#export DESKTOP_SESSION="gnome"
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 08:36:30 UTC (rev 252550)
+++ community-x86_64/PKGBUILD   2017-08-19 08:37:09 UTC (rev 252551)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andrea Scarpino 
-
-pkgname=minitube
-pkgver=2.8
-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'

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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:29:04
  Author: foutrelis
Revision: 149172

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

Added:
  minitube/repos/community-staging-i686/
  minitube/repos/community-staging-i686/PKGBUILD
(from rev 149171, minitube/trunk/PKGBUILD)
  minitube/repos/community-staging-i686/minitube.install
(from rev 149171, minitube/trunk/minitube.install)
  minitube/repos/community-staging-i686/minitube.sh
(from rev 149171, minitube/trunk/minitube.sh)
  minitube/repos/community-staging-x86_64/
  minitube/repos/community-staging-x86_64/PKGBUILD
(from rev 149171, minitube/trunk/PKGBUILD)
  minitube/repos/community-staging-x86_64/minitube.install
(from rev 149171, minitube/trunk/minitube.install)
  minitube/repos/community-staging-x86_64/minitube.sh
(from rev 149171, minitube/trunk/minitube.sh)

---+
 community-staging-i686/PKGBUILD   |   31 
 community-staging-i686/minitube.install   |   18 
 community-staging-i686/minitube.sh|9 
 community-staging-x86_64/PKGBUILD |   31 
 community-staging-x86_64/minitube.install |   18 
 community-staging-x86_64/minitube.sh  |9 
 6 files changed, 116 insertions(+)

Copied: minitube/repos/community-staging-i686/PKGBUILD (from rev 149171, 
minitube/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 20:29:04 UTC (rev 149172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=2.4
+pkgrel=2
+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"
+}

Copied: minitube/repos/community-staging-i686/minitube.install (from rev 
149171, minitube/trunk/minitube.install)
===
--- community-staging-i686/minitube.install (rev 0)
+++ community-staging-i686/minitube.install 2015-12-06 20:29:04 UTC (rev 
149172)
@@ -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-staging-i686/minitube.sh (from rev 149171, 
minitube/trunk/minitube.sh)
===
--- community-staging-i686/minitube.sh  (rev 0)
+++ community-staging-i686/minitube.sh  2015-12-06 20:29:04 UTC (rev 149172)
@@ -0,0 +1,9 @@
+# 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 
here.
+
+export GOOGLE_API_KEY=""
+
+# Uncomment the following line if you do use any
+# Desktop Environment and icons does not show up
+
+#export DESKTOP_SESSION="gnome"
\ No newline at end of file

Copied: minitube/repos/community-staging-x86_64/PKGBUILD (from rev 149171, 
minitube/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 20:29:04 UTC (rev 149172)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andrea Scarpino 
+
+pkgname=minitube
+pkgver=2.4
+pkgrel=2
+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

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

2014-11-10 Thread speps
Date: Monday, November 10, 2014 @ 15:36:18
  Author: speps
Revision: 122304

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 122303, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 122303, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 122303, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 122303, 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 |   50 
 /minitube.install |   22 +++
 community-i686/PKGBUILD   |   25 --
 community-i686/minitube.install   |   11 ---
 community-x86_64/PKGBUILD |   25 --
 community-x86_64/minitube.install |   11 ---
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-10 14:36:06 UTC (rev 122303)
+++ community-i686/PKGBUILD 2014-11-10 14:36:18 UTC (rev 122304)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=minitube
-pkgver=2.2
-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=('b8483b2cfc4be460f347ed9342e3789f')
-
-build() {
-  cd $pkgname
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname
-  make install INSTALL_ROOT=$pkgdir/
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 122303, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-10 14:36:18 UTC (rev 122304)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+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/
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2014-11-10 14:36:06 UTC (rev 122303)
+++ community-i686/minitube.install 2014-11-10 14:36:18 UTC (rev 122304)
@@ -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 122303, 
minitube/trunk/minitube.install)
===
--- community-i686/minitube.install (rev 0)
+++ community-i686/minitube.install 2014-11-10 14:36:18 UTC (rev 122304)
@@ -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-11-10 14:36:06 UTC (rev 122303)
+++ community-x86_64/PKGBUILD   2014-11-10 14:36:18 UTC (rev 122304)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=minitube
-pkgver=2.2
-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=('b8483b2cfc4be460f347ed9342e3789f')
-
-build() {
-  cd $pkgname
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname
-  make install INSTALL_ROOT=$pkgdir/
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 122303, 
minitube/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD  

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

2014-07-21 Thread speps
Date: Monday, July 21, 2014 @ 17:04:40
  Author: speps
Revision: 116069

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 116068, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 116068, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 116068, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 116068, 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 |   50 
 /minitube.install |   22 +++
 community-i686/PKGBUILD   |   25 --
 community-i686/minitube.install   |   11 ---
 community-x86_64/PKGBUILD |   25 --
 community-x86_64/minitube.install |   11 ---
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-21 15:04:19 UTC (rev 116068)
+++ community-i686/PKGBUILD 2014-07-21 15:04:40 UTC (rev 116069)
@@ -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.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/
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 116068, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-21 15:04:40 UTC (rev 116069)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=minitube
+pkgver=2.2
+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=('b8483b2cfc4be460f347ed9342e3789f')
+
+build() {
+  cd $pkgname
+  qmake-qt4
+}
+
+package() {
+  cd $pkgname
+  make install INSTALL_ROOT=$pkgdir/
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2014-07-21 15:04:19 UTC (rev 116068)
+++ community-i686/minitube.install 2014-07-21 15:04:40 UTC (rev 116069)
@@ -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 116068, 
minitube/trunk/minitube.install)
===
--- community-i686/minitube.install (rev 0)
+++ community-i686/minitube.install 2014-07-21 15:04:40 UTC (rev 116069)
@@ -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-07-21 15:04:19 UTC (rev 116068)
+++ community-x86_64/PKGBUILD   2014-07-21 15:04:40 UTC (rev 116069)
@@ -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.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/
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 116068, 
minitube/trunk/PKGBUILD)
===
--- 

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

2013-09-23 Thread speps
Date: Monday, September 23, 2013 @ 22:44:05
  Author: speps
Revision: 97545

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 97544, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 97544, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 97544, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 97544, 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 |   50 
 /minitube.install |   22 +++
 community-i686/PKGBUILD   |   26 --
 community-i686/minitube.install   |   11 ---
 community-x86_64/PKGBUILD |   26 --
 community-x86_64/minitube.install |   11 ---
 6 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-23 20:43:42 UTC (rev 97544)
+++ community-i686/PKGBUILD 2013-09-23 20:44:05 UTC (rev 97545)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=minitube
-pkgver=2.1
-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=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install INSTALL_ROOT=$pkgdir/
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 97544, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-23 20:44:05 UTC (rev 97545)
@@ -0,0 +1,25 @@
+# $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/
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2013-09-23 20:43:42 UTC (rev 97544)
+++ community-i686/minitube.install 2013-09-23 20:44:05 UTC (rev 97545)
@@ -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 97544, 
minitube/trunk/minitube.install)
===
--- community-i686/minitube.install (rev 0)
+++ community-i686/minitube.install 2013-09-23 20:44:05 UTC (rev 97545)
@@ -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-09-23 20:43:42 UTC (rev 97544)
+++ community-x86_64/PKGBUILD   2013-09-23 20:44:05 UTC (rev 97545)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=minitube
-pkgver=2.1
-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=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install INSTALL_ROOT=$pkgdir/
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 97544, 
minitube/trunk/PKGBUILD)

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

2013-09-11 Thread Bartłomiej Piotrowski
Date: Wednesday, September 11, 2013 @ 09:54:39
  Author: bpiotrowski
Revision: 97038

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

Added:
  minitube/repos/community-i686/PKGBUILD
(from rev 97037, minitube/trunk/PKGBUILD)
  minitube/repos/community-i686/minitube.install
(from rev 97037, minitube/trunk/minitube.install)
  minitube/repos/community-x86_64/PKGBUILD
(from rev 97037, minitube/trunk/PKGBUILD)
  minitube/repos/community-x86_64/minitube.install
(from rev 97037, 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 |   52 
 /minitube.install |   22 +++
 community-i686/PKGBUILD   |   25 -
 community-i686/minitube.install   |   11 ---
 community-x86_64/PKGBUILD |   25 -
 community-x86_64/minitube.install |   11 ---
 6 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-11 07:54:29 UTC (rev 97037)
+++ community-i686/PKGBUILD 2013-09-11 07:54:39 UTC (rev 97038)
@@ -1,25 +0,0 @@
-# $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/
-}

Copied: minitube/repos/community-i686/PKGBUILD (from rev 97037, 
minitube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-11 07:54:39 UTC (rev 97038)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=minitube
+pkgver=2.1
+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=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('5851cb3e75b39ab7dfbdd45a8ebc6197'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INSTALL_ROOT=$pkgdir/
+}

Deleted: community-i686/minitube.install
===
--- community-i686/minitube.install 2013-09-11 07:54:29 UTC (rev 97037)
+++ community-i686/minitube.install 2013-09-11 07:54:39 UTC (rev 97038)
@@ -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 97037, 
minitube/trunk/minitube.install)
===
--- community-i686/minitube.install (rev 0)
+++ community-i686/minitube.install 2013-09-11 07:54:39 UTC (rev 97038)
@@ -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-09-11 07:54:29 UTC (rev 97037)
+++ community-x86_64/PKGBUILD   2013-09-11 07:54:39 UTC (rev 97038)
@@ -1,25 +0,0 @@
-# $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/
-}

Copied: minitube/repos/community-x86_64/PKGBUILD (from rev 97037, 
minitube/trunk/PKGBUILD)
===