summaryrefslogtreecommitdiff
path: root/libre/icecat-theme-gnome
diff options
context:
space:
mode:
authorGaming4JC <g4jc@openmailbox.org>2016-12-06 19:30:48 -0500
committerGaming4JC <g4jc@openmailbox.org>2016-12-06 19:30:48 -0500
commit56fdf776325eb52f3b7f1c4d3819fca63b1a4fcc (patch)
tree3f33fc286221923fc4690f28dc8fb3cf9ba5689a /libre/icecat-theme-gnome
parentd4616cb60666aec4220f219c5f5928ae641cdadb (diff)
downloadabslibre-56fdf776325eb52f3b7f1c4d3819fca63b1a4fcc.tar.gz
abslibre-56fdf776325eb52f3b7f1c4d3819fca63b1a4fcc.tar.bz2
abslibre-56fdf776325eb52f3b7f1c4d3819fca63b1a4fcc.zip
move unmaintained icecat/weasel addons
Diffstat (limited to 'libre/icecat-theme-gnome')
-rw-r--r--libre/icecat-theme-gnome/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/libre/icecat-theme-gnome/PKGBUILD b/libre/icecat-theme-gnome/PKGBUILD
deleted file mode 100644
index 7d5e67284..000000000
--- a/libre/icecat-theme-gnome/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 171810 2016-04-25 17:30:31Z muflone $
-# Maintainer (Arch): Muflone http://www.muflone.com/contacts/english/
-# Contributor (Arch): Diego Principe <cdprincipe@at@gmail@dot@com>
-# 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
-_pkgname=firefox-gnome
-pkgver=38.1
-pkgrel=1
-pkgdesc='GNOME 3 theme for IceCat (Previously known as "Adwaita")'
-url="https://addons.mozilla.org/en-us/firefox/addon/adwaita/"
-arch=('any')
-license=('MPL')
-depends=("icecat")
-replaces=('icecat-theme-adwaita')
-conflicts=('icecat-theme-adwaita')
-optdepends=('icecat-theme-gnome-tweak: GNOME theme customization')
-source=("https://addons.mozilla.org/firefox/downloads/file/410922/gnome_3-${pkgver}-fx-linux.xpi")
-sha256sums=('d230a3cc20739696281d7bb5aa5bb395afce782d53a97ab5270278602e4cb274')
-
-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_3-${pkgver}-fx-linux.xpi" "${pkgdir}/usr/lib/icecat/browser/extensions/${_emid}.xpi"
-}