[arch-commits] Commit in firefox-firebug/repos/community-any (PKGBUILD PKGBUILD)
speps
speps at nymeria.archlinux.org
Thu Feb 6 03:30:56 UTC 2014
Date: Thursday, February 6, 2014 @ 04:30:56
Author: speps
Revision: 105365
archrelease: copy trunk to community-any
Added:
firefox-firebug/repos/community-any/PKGBUILD
(from rev 105364, firefox-firebug/trunk/PKGBUILD)
Deleted:
firefox-firebug/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-06 03:30:33 UTC (rev 105364)
+++ PKGBUILD 2014-02-06 03:30:56 UTC (rev 105365)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=firefox-firebug
-pkgver=1.12.5
-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=('8e5fa8c0582b5e8b6f7fd15856e82b61')
-
-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 105364, firefox-firebug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-02-06 03:30:56 UTC (rev 105365)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=firefox-firebug
+pkgver=1.12.6
+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=('e929032f03f3af210355905cd4ddf6d3')
+
+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