[arch-commits] Commit in firefox-theme-gnome-tweak/repos (2 files)

Fabio Castelli muflone at archlinux.org
Mon Apr 25 17:36:44 UTC 2016


    Date: Monday, April 25, 2016 @ 19:36:43
  Author: muflone
Revision: 171819

archrelease: copy trunk to community-testing-any

Added:
  firefox-theme-gnome-tweak/repos/community-testing-any/
  firefox-theme-gnome-tweak/repos/community-testing-any/PKGBUILD
    (from rev 171818, firefox-theme-gnome-tweak/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: firefox-theme-gnome-tweak/repos/community-testing-any/PKGBUILD (from rev 171818, firefox-theme-gnome-tweak/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-04-25 17:36:43 UTC (rev 171819)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=firefox-theme-gnome-tweak
+pkgver=42.1
+pkgrel=1
+pkgdesc="Firefox extension for customizing the GNOME 3 theme"
+url="https://addons.mozilla.org/en-us/firefox/addon/gnome-theme-tweak/"
+arch=('any')
+license=('MPL')
+depends=("firefox-theme-gnome")
+makedepends=('python2')
+source=("https://addons.cdn.mozilla.net/user-media/addons/458932/gnome_theme_tweak-${pkgver}-fx-linux.xpi")
+sha256sums=('a03eac2f4eb5796a9a4e6da07592db08d8a97f4ad09e6769015b6aef6f2ef235')
+
+package() {
+  install -m 755 -d "${pkgdir}/usr/lib/firefox/browser/extensions"
+  _emid=$(sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf)
+  install -m 644 "gnome_theme_tweak-${pkgver}-fx-linux.xpi" "${pkgdir}/usr/lib/firefox/browser/extensions/${_emid}.xpi"
+}
+



More information about the arch-commits mailing list