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

speps speps at archlinux.org
Sat Jul 19 15:24:59 UTC 2014


    Date: Saturday, July 19, 2014 @ 17:24:58
  Author: speps
Revision: 115961

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-19 15:24:46 UTC (rev 115960)
+++ PKGBUILD	2014-07-19 15:24:58 UTC (rev 115961)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=firefox-firebug
-pkgver=2.0
-pkgrel=1
-pkgdesc="Firefox plugin with tools for web development."
-arch=(any)
-url="http://getfirebug.com/"
-license=('custom:BSD')
-groups=('firefox-addons')
-depends=('firefox')
-provides=('firebug')
-source=("${url}releases/firebug/$pkgver/firebug-$pkgver.xpi")
-md5sums=('d628079b2bd28970be02be48608753b3')
-
-package() {
-  # extension
-  _dest="$pkgdir/usr/lib/firefox/browser/extensions/firebug at software.joehewitt.com"
-  find . -type d -exec install -d {} $_dest/{} \;
-  find . -type f -exec install -Dm644 {} $_dest/{} \;
-
-  # license
-  install -Dm644 license.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-firebug/repos/community-any/PKGBUILD (from rev 115960, firefox-firebug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-19 15:24:58 UTC (rev 115961)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=firefox-firebug
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Firefox extension with tools for web development."
+arch=(any)
+url="http://getfirebug.com/"
+license=('custom:BSD')
+groups=('firefox-addons')
+depends=('firefox')
+provides=('firebug')
+source=("${url}releases/firebug/${pkgver%.*}/firebug-$pkgver.xpi")
+md5sums=('ecd878a910e38262fa70d58b5a989201')
+
+package() {
+  # extension
+  _dest="$pkgdir/usr/lib/firefox/browser/extensions/firebug at software.joehewitt.com"
+  find . -type d -exec install -d {} $_dest/{} \;
+  find . -type f -exec install -Dm644 {} $_dest/{} \;
+
+  # license
+  install -Dm644 license.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list