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

Antonio Rojas arojas at archlinux.org
Wed Sep 30 19:12:57 UTC 2015


    Date: Wednesday, September 30, 2015 @ 21:12:57
  Author: arojas
Revision: 247936

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  smplayer/repos/testing-i686/
  smplayer/repos/testing-i686/PKGBUILD
    (from rev 247935, smplayer/trunk/PKGBUILD)
  smplayer/repos/testing-i686/smplayer.install
    (from rev 247935, smplayer/trunk/smplayer.install)
  smplayer/repos/testing-x86_64/
  smplayer/repos/testing-x86_64/PKGBUILD
    (from rev 247935, smplayer/trunk/PKGBUILD)
  smplayer/repos/testing-x86_64/smplayer.install
    (from rev 247935, smplayer/trunk/smplayer.install)

---------------------------------+
 testing-i686/PKGBUILD           |   35 +++++++++++++++++++++++++++++++++++
 testing-i686/smplayer.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD         |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/smplayer.install |   12 ++++++++++++
 4 files changed, 94 insertions(+)

Copied: smplayer/repos/testing-i686/PKGBUILD (from rev 247935, smplayer/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+
+pkgname=smplayer
+pkgver=15.9.0
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/"
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos'
+            'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr \
+    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+    DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: smplayer/repos/testing-i686/smplayer.install (from rev 247935, smplayer/trunk/smplayer.install)
===================================================================
--- testing-i686/smplayer.install	                        (rev 0)
+++ testing-i686/smplayer.install	2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,12 @@
+post_install() {
+     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+     update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: smplayer/repos/testing-x86_64/PKGBUILD (from rev 247935, smplayer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+
+pkgname=smplayer
+pkgver=15.9.0
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/"
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos'
+            'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('6ab6f96030df63b79f3a28fb3f99107d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr \
+    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+    DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: smplayer/repos/testing-x86_64/smplayer.install (from rev 247935, smplayer/trunk/smplayer.install)
===================================================================
--- testing-x86_64/smplayer.install	                        (rev 0)
+++ testing-x86_64/smplayer.install	2015-09-30 19:12:57 UTC (rev 247936)
@@ -0,0 +1,12 @@
+post_install() {
+     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+     update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list