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

David Runge dvzrv at archlinux.org
Tue Dec 5 11:53:17 UTC 2017


    Date: Tuesday, December 5, 2017 @ 11:53:16
  Author: dvzrv
Revision: 272236

archrelease: copy trunk to community-testing-x86_64

Added:
  smtube/repos/community-testing-x86_64/
  smtube/repos/community-testing-x86_64/PKGBUILD
    (from rev 272235, smtube/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: smtube/repos/community-testing-x86_64/PKGBUILD (from rev 272235, smtube/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-05 11:53:16 UTC (rev 272236)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Andreas Schnaiter <rc.poison at gmail.com>
+
+pkgname=smtube
+pkgver=17.5.0
+pkgrel=2
+pkgdesc="A small youtube browser"
+arch=('x86_64')
+url="https://www.smtube.org/"
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+            'smplayer: play videos with SMPlayer'
+            'gnome-mplayer: play videos with GNOME MPlayer'
+            'dragon: play videos with Dragon Player'
+            'totem: play videos with Totem'
+            'vlc: play videos with VLC'
+            'mpv: play videos with MPV'
+            'youtube-dl: download videos')
+source=("https://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2")
+sha512sums=('bda1d166fe03eb85e5a9971b0d5422ea3e72ea91293c4dd14cdb447788635971a1d9977fd2dda60bfcda68183511b5c6ca6b39a229960fbd4c7c5f125882140b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}/" install
+}



More information about the arch-commits mailing list