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

speps speps at nymeria.archlinux.org
Sat Dec 14 18:44:59 UTC 2013


    Date: Saturday, December 14, 2013 @ 19:44:59
  Author: speps
Revision: 102561

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-14 18:44:49 UTC (rev 102560)
+++ PKGBUILD	2013-12-14 18:44:59 UTC (rev 102561)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=firefox-firebug
-pkgver=1.11.4
-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=('c5ce520e6e5c473ae3bfa7413c7c1b66')
-
-package() {
-  cd "$srcdir"
-
-  # 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 102560, firefox-firebug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-14 18:44:59 UTC (rev 102561)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=firefox-firebug
+pkgver=1.12.4
+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=('de78d668476ec49153820ba9dea45425')
+
+package() {
+  cd "$srcdir"
+
+  # 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