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

speps speps at archlinux.org
Mon Nov 10 14:36:18 UTC 2014


    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 <andrea at 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 <andrea at 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 <andrea at 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	                        (rev 0)
+++ community-x86_64/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 <andrea at 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-x86_64/minitube.install
===================================================================
--- community-x86_64/minitube.install	2014-11-10 14:36:06 UTC (rev 122303)
+++ community-x86_64/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-x86_64/minitube.install (from rev 122303, minitube/trunk/minitube.install)
===================================================================
--- community-x86_64/minitube.install	                        (rev 0)
+++ community-x86_64/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
+}



More information about the arch-commits mailing list