summaryrefslogtreecommitdiff
path: root/pcr/icecat-theme-gnome
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-04 15:47:50 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-04 15:47:50 +0100
commit8db48464c11711a95dd809bb3bc752249879b6cd (patch)
tree789056edfc6bd7806bac1a2ec9c565fa634bd190 /pcr/icecat-theme-gnome
parent5281ed0572d903514d7a3836783ef8eb0c52d8c7 (diff)
downloadabslibre-8db48464c11711a95dd809bb3bc752249879b6cd.tar.gz
abslibre-8db48464c11711a95dd809bb3bc752249879b6cd.tar.bz2
abslibre-8db48464c11711a95dd809bb3bc752249879b6cd.zip
ice*-theme-gnome*: dead and removed.
Diffstat (limited to 'pcr/icecat-theme-gnome')
-rw-r--r--pcr/icecat-theme-gnome/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/icecat-theme-gnome/PKGBUILD b/pcr/icecat-theme-gnome/PKGBUILD
deleted file mode 100644
index aec4fbac1..000000000
--- a/pcr/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@hyperbola.info>
-# 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"
-}