[arch-commits] Commit in (5 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Fri Jan 24 16:17:58 UTC 2014


    Date: Friday, January 24, 2014 @ 17:17:57
  Author: flexiondotorg
Revision: 104684

Added mate-mplayer

Added:
  mate-mplayer/
  mate-mplayer/repos/
  mate-mplayer/trunk/
  mate-mplayer/trunk/PKGBUILD
  mate-mplayer/trunk/mate-mplayer.install

----------------------+
 PKGBUILD             |   30 ++++++++++++++++++++++++++++++
 mate-mplayer.install |   13 +++++++++++++
 2 files changed, 43 insertions(+)

Added: mate-mplayer/trunk/PKGBUILD
===================================================================
--- mate-mplayer/trunk/PKGBUILD	                        (rev 0)
+++ mate-mplayer/trunk/PKGBUILD	2014-01-24 16:17:57 UTC (rev 104684)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-mplayer
+pkgver=1.0.8
+pkgrel=3
+pkgdesc="Mplayer GUI for MATE"
+url="https://github.com/NiceandGently/mate-mplayer"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'dbus-glib' 'gmtk' 'gtk2' 'libgpod' 'libnotify' 'libmusicbrainz3'
+         'mate-file-manager')
+optdepends=('mplayer: required to actually play any media')
+makedepends=('mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('05a5571f9ffc8493a0814065b78faa11')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-mplayer/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-mplayer/trunk/mate-mplayer.install
===================================================================
--- mate-mplayer/trunk/mate-mplayer.install	                        (rev 0)
+++ mate-mplayer/trunk/mate-mplayer.install	2014-01-24 16:17:57 UTC (rev 104684)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list