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

speps speps at nymeria.archlinux.org
Sun May 11 21:14:18 UTC 2014


    Date: Sunday, May 11, 2014 @ 23:14:18
  Author: speps
Revision: 111004

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-11 21:13:52 UTC (rev 111003)
+++ PKGBUILD	2014-05-11 21:14:18 UTC (rev 111004)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=firefox-firebug
-pkgver=1.12.7
-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=('4d1580a5f6cee3c24c7deedd14a60862')
-
-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 111003, firefox-firebug/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-11 21:14:18 UTC (rev 111004)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=firefox-firebug
+pkgver=1.12.8
+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=('b93528ff22c76f6c3f63f81fe5e49496')
+
+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