diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-04 01:14:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-12-04 01:20:18 -0300 |
commit | d671d5690819fe1d94027d14abf658dd61ea9bc1 (patch) | |
tree | e525a8cdb1b50a3b0d6aca6f7350d6f51b441ef2 /libre/icecat-theme-gnome-tweak/PKGBUILD | |
parent | d30022f4d8b44d727ce915c11cb421858ffd6d61 (diff) | |
download | abslibre-d671d5690819fe1d94027d14abf658dd61ea9bc1.tar.gz abslibre-d671d5690819fe1d94027d14abf658dd61ea9bc1.tar.bz2 abslibre-d671d5690819fe1d94027d14abf658dd61ea9bc1.zip |
icecat-*: move packages to [libre] -> https://savannah.gnu.org/forum/forum.php?forum_id=8747
Diffstat (limited to 'libre/icecat-theme-gnome-tweak/PKGBUILD')
-rw-r--r-- | libre/icecat-theme-gnome-tweak/PKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libre/icecat-theme-gnome-tweak/PKGBUILD b/libre/icecat-theme-gnome-tweak/PKGBUILD new file mode 100644 index 000000000..4992bd490 --- /dev/null +++ b/libre/icecat-theme-gnome-tweak/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 171820 2016-04-25 17:37:34Z muflone $ +# Maintainer (Arch): Muflone http://www.muflone.com/contacts/english/ +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> +# Maintainer: André Silva <emulatorman@parabola.nu> +# Contributor: Daniel Milewski <niitotantei@riseup.net> +# Contributor: Isaac David <isacdaavid () isacdaavid!info> + +pkgname=icecat-theme-gnome-tweak +_pkgname=firefox-gnome +pkgver=38.1 +pkgrel=1 +pkgdesc="IceCat extension for customizing the GNOME 3 theme" +url="https://addons.mozilla.org/en-us/firefox/addon/gnome-theme-tweak/" +arch=('any') +license=('MPL') +depends=("icecat-theme-gnome") +replaces=('icecat-theme-adwaita') +conflicts=('icecat-theme-adwaita') +source=("https://addons.cdn.mozilla.net/user-media/addons/458932/gnome_theme_tweak-${pkgver}-fx-linux.xpi") +sha256sums=('cc664a1e80b587753ed9050495dafff685bfcd41c57cb81ab617fa960a4d6839') + +package() { + install -m 755 -d "${pkgdir}/usr/lib/icecat/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/icecat/browser/extensions/${_emid}.xpi" +} |