summaryrefslogtreecommitdiff
path: root/unmaintained/icecat-theme-gnome
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-04 01:14:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-12-04 01:20:18 -0300
commitd671d5690819fe1d94027d14abf658dd61ea9bc1 (patch)
treee525a8cdb1b50a3b0d6aca6f7350d6f51b441ef2 /unmaintained/icecat-theme-gnome
parentd30022f4d8b44d727ce915c11cb421858ffd6d61 (diff)
icecat-*: move packages to [libre] -> https://savannah.gnu.org/forum/forum.php?forum_id=8747
Diffstat (limited to 'unmaintained/icecat-theme-gnome')
-rw-r--r--unmaintained/icecat-theme-gnome/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/unmaintained/icecat-theme-gnome/PKGBUILD b/unmaintained/icecat-theme-gnome/PKGBUILD
deleted file mode 100644
index 7d5e67284..000000000
--- a/unmaintained/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"
-}