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

speps speps at nymeria.archlinux.org
Mon Sep 23 20:44:05 UTC 2013


    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 <andrea at 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 <andrea at 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 <andrea at 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)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/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 <andrea at 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-x86_64/minitube.install
===================================================================
--- community-x86_64/minitube.install	2013-09-23 20:43:42 UTC (rev 97544)
+++ community-x86_64/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-x86_64/minitube.install (from rev 97544, minitube/trunk/minitube.install)
===================================================================
--- community-x86_64/minitube.install	                        (rev 0)
+++ community-x86_64/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
+}




More information about the arch-commits mailing list