summaryrefslogtreecommitdiff
path: root/libre/icecat-theme-gnome-tweak/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-24 06:31:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-24 06:31:49 -0300
commite8907fab6658afc6681f1a40e28f058fa87f4575 (patch)
tree5d31c6b2df1393df4320a2dd5bb8d80ea22eeb60 /libre/icecat-theme-gnome-tweak/PKGBUILD
parent713bf090423e07809d39d2facdf61aefad1cebec (diff)
icecat: move package and its dependencies to [unmaintained] -> https://lists.parabola.nu/pipermail/dev/2016-October/004529.html
Diffstat (limited to 'libre/icecat-theme-gnome-tweak/PKGBUILD')
-rw-r--r--libre/icecat-theme-gnome-tweak/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/icecat-theme-gnome-tweak/PKGBUILD b/libre/icecat-theme-gnome-tweak/PKGBUILD
deleted file mode 100644
index 4992bd490..000000000
--- a/libre/icecat-theme-gnome-tweak/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $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"
-}