[arch-commits] Commit in minitube/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Wed Sep 11 07:54:39 UTC 2013
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 <andrea at 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 <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/"
+}
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 <andrea at 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)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/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 <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/"
+}
Deleted: community-x86_64/minitube.install
===================================================================
--- community-x86_64/minitube.install 2013-09-11 07:54:29 UTC (rev 97037)
+++ community-x86_64/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-x86_64/minitube.install (from rev 97037, minitube/trunk/minitube.install)
===================================================================
--- community-x86_64/minitube.install (rev 0)
+++ community-x86_64/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
+}
More information about the arch-commits
mailing list