[arch-commits] Commit in smtube/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 21:15:11 UTC 2015


    Date: Sunday, December 6, 2015 @ 22:15:11
  Author: foutrelis
Revision: 149233

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

Added:
  smtube/repos/community-staging-i686/
  smtube/repos/community-staging-i686/PKGBUILD
    (from rev 149232, smtube/trunk/PKGBUILD)
  smtube/repos/community-staging-i686/smtube.install
    (from rev 149232, smtube/trunk/smtube.install)
  smtube/repos/community-staging-x86_64/
  smtube/repos/community-staging-x86_64/PKGBUILD
    (from rev 149232, smtube/trunk/PKGBUILD)
  smtube/repos/community-staging-x86_64/smtube.install
    (from rev 149232, smtube/trunk/smtube.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   34 ++++++++++++++++++++++++++++++
 community-staging-i686/smtube.install   |   12 ++++++++++
 community-staging-x86_64/PKGBUILD       |   34 ++++++++++++++++++++++++++++++
 community-staging-x86_64/smtube.install |   12 ++++++++++
 4 files changed, 92 insertions(+)

Copied: smtube/repos/community-staging-i686/PKGBUILD (from rev 149232, smtube/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 21:15:11 UTC (rev 149233)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
+
+pkgname=smtube
+pkgver=15.11.0
+pkgrel=2
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/"
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+            'smplayer: play videos with SMPlayer'
+            'gnome-mplayer: play videos with GNOME MPlayer'
+            'kdemultimedia-dragonplayer: play videos with Dragon Player'
+            'totem: play videos with Totem'
+            'vlc: play videos with VLC'
+            'mpv: play videos with MPV'
+            'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2")
+md5sums=('c749cc93176d051f01e4c412d84196c5')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Copied: smtube/repos/community-staging-i686/smtube.install (from rev 149232, smtube/trunk/smtube.install)
===================================================================
--- community-staging-i686/smtube.install	                        (rev 0)
+++ community-staging-i686/smtube.install	2015-12-06 21:15:11 UTC (rev 149233)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: smtube/repos/community-staging-x86_64/PKGBUILD (from rev 149232, smtube/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 21:15:11 UTC (rev 149233)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
+
+pkgname=smtube
+pkgver=15.11.0
+pkgrel=2
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/"
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+            'smplayer: play videos with SMPlayer'
+            'gnome-mplayer: play videos with GNOME MPlayer'
+            'kdemultimedia-dragonplayer: play videos with Dragon Player'
+            'totem: play videos with Totem'
+            'vlc: play videos with VLC'
+            'mpv: play videos with MPV'
+            'youtube-dl: download videos')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2")
+md5sums=('c749cc93176d051f01e4c412d84196c5')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Copied: smtube/repos/community-staging-x86_64/smtube.install (from rev 149232, smtube/trunk/smtube.install)
===================================================================
--- community-staging-x86_64/smtube.install	                        (rev 0)
+++ community-staging-x86_64/smtube.install	2015-12-06 21:15:11 UTC (rev 149233)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list