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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Apr 2 11:37:03 UTC 2014


    Date: Wednesday, April 2, 2014 @ 13:37:03
  Author: bpiotrowski
Revision: 209740

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

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

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

Copied: smplayer/repos/testing-i686/PKGBUILD (from rev 209739, smplayer/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-02 11:37:03 UTC (rev 209740)
@@ -0,0 +1,34 @@
+# $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=14.3.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')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos')
+install=smplayer.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c6ef86f7fe0022b35c0f06430f4cd9bd')
+
+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 209739, smplayer/trunk/smplayer.install)
===================================================================
--- testing-i686/smplayer.install	                        (rev 0)
+++ testing-i686/smplayer.install	2014-04-02 11:37:03 UTC (rev 209740)
@@ -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 209739, smplayer/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-02 11:37:03 UTC (rev 209740)
@@ -0,0 +1,34 @@
+# $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=14.3.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')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos')
+install=smplayer.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c6ef86f7fe0022b35c0f06430f4cd9bd')
+
+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 209739, smplayer/trunk/smplayer.install)
===================================================================
--- testing-x86_64/smplayer.install	                        (rev 0)
+++ testing-x86_64/smplayer.install	2014-04-02 11:37:03 UTC (rev 209740)
@@ -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