diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-04 15:47:50 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-04 15:47:50 +0100 |
commit | 8db48464c11711a95dd809bb3bc752249879b6cd (patch) | |
tree | 789056edfc6bd7806bac1a2ec9c565fa634bd190 /pcr/iceweasel-theme-gnome/PKGBUILD | |
parent | 5281ed0572d903514d7a3836783ef8eb0c52d8c7 (diff) | |
download | abslibre-8db48464c11711a95dd809bb3bc752249879b6cd.tar.gz abslibre-8db48464c11711a95dd809bb3bc752249879b6cd.tar.bz2 abslibre-8db48464c11711a95dd809bb3bc752249879b6cd.zip |
ice*-theme-gnome*: dead and removed.
Diffstat (limited to 'pcr/iceweasel-theme-gnome/PKGBUILD')
-rw-r--r-- | pcr/iceweasel-theme-gnome/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/iceweasel-theme-gnome/PKGBUILD b/pcr/iceweasel-theme-gnome/PKGBUILD deleted file mode 100644 index a89d55422..000000000 --- a/pcr/iceweasel-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=iceweasel-theme-gnome -_pkgname=firefox-gnome -pkgver=45.1 -pkgrel=2.1 -pkgdesc='GNOME 3 theme for Iceweasel (Previously known as "Adwaita")' -url="https://addons.mozilla.org/en-us/firefox/addon/adwaita/" -arch=('any') -license=('MPL') -depends=("iceweasel") -replaces=('firefox-theme-gnome' 'iceweasel-theme-adwaita') -conflicts=('firefox-theme-gnome' 'iceweasel-theme-adwaita') -optdepends=('iceweasel-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/iceweasel/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/iceweasel/browser/extensions/${_emid}.xpi" -} |