[arch-commits] Commit in firefox-raismth/repos/community-any (PKGBUILD PKGBUILD)

speps speps at nymeria.archlinux.org
Mon Nov 25 21:16:44 UTC 2013


    Date: Monday, November 25, 2013 @ 22:16:44
  Author: speps
Revision: 101451

archrelease: copy trunk to community-any

Added:
  firefox-raismth/repos/community-any/PKGBUILD
    (from rev 101450, firefox-raismth/trunk/PKGBUILD)
Deleted:
  firefox-raismth/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-25 21:16:28 UTC (rev 101450)
+++ PKGBUILD	2013-11-25 21:16:44 UTC (rev 101451)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-_n=223601
-pkgname=firefox-raismth
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Firefox plugin for watching Rai.tv live channels, vod and replay contents w/o *light (Silverlight/Moonlight)"
-arch=('any')
-url="http://acab.servebeer.com/"
-license=('GPL3')
-groups=('firefox-addons')
-depends=('firefox')
-optdepends=('mplayer: default video player'
-            'faad: default audio player')
-provides=('raismth')
-source=("https://addons.mozilla.org/firefox/downloads/file/$_n/rai_smooth_streaming_player_$pkgname-$pkgver-sm+fx.xpi")
-md5sums=('763c80aaf7009c78e85e53cbe4dbb106')
-
-package() {
-  cd "$srcdir"
-
-  # extension
-  _dest="$pkgdir/usr/lib/firefox/browser/extensions/raismth at mitm.rc"
-  find . -type d -exec install -d {} $_dest/{} \;
-  find . -type f -exec install -Dm644 {} $_dest/{} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-raismth/repos/community-any/PKGBUILD (from rev 101450, firefox-raismth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-25 21:16:44 UTC (rev 101451)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=firefox-raismth
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="Firefox plugin for watching Rai.tv live channels, vod and replay contents w/o *light (Silverlight/Moonlight)"
+arch=('any')
+url="http://acab.servebeer.com/"
+license=('GPL3')
+groups=('firefox-addons')
+depends=('firefox')
+optdepends=('mplayer: default video player'
+            'faad: default audio player')
+provides=('raismth')
+source=("${url}raismth-$pkgver.xpi")
+md5sums=('098f7d5a2e50a28006aa3a86cbdbf53e')
+
+package() {
+  cd "$srcdir"
+
+  # extension
+  _dest="$pkgdir/usr/lib/firefox/browser/extensions/raismth at mitm.rc"
+  find . -type d -exec install -d {} $_dest/{} \;
+  find . -type f -exec install -Dm644 {} $_dest/{} \;
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list