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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 20:29:04 UTC 2015


    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 <speps at aur dot archlinux dot org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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 <speps at aur dot archlinux dot org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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-x86_64/minitube.install (from rev 149171, minitube/trunk/minitube.install)
===================================================================
--- community-staging-x86_64/minitube.install	                        (rev 0)
+++ community-staging-x86_64/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-x86_64/minitube.sh (from rev 149171, minitube/trunk/minitube.sh)
===================================================================
--- community-staging-x86_64/minitube.sh	                        (rev 0)
+++ community-staging-x86_64/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



More information about the arch-commits mailing list