diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-02 02:29:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-07-02 02:46:37 -0300 |
commit | a7ff79caf566d39c067ad0f6e8126534bbd57fed (patch) | |
tree | 9ffae16c582b65b2fd97f158a66a175353791935 /libre/icecat-theme-adwaita | |
parent | 724af238596a94f5c1f4d5e31f01c5ce6d36ad80 (diff) | |
download | abslibre-a7ff79caf566d39c067ad0f6e8126534bbd57fed.tar.gz abslibre-a7ff79caf566d39c067ad0f6e8126534bbd57fed.tar.bz2 abslibre-a7ff79caf566d39c067ad0f6e8126534bbd57fed.zip |
icecat-theme-adwaita-31.1-1: downgrade to IceCat compatible version
Diffstat (limited to 'libre/icecat-theme-adwaita')
-rw-r--r-- | libre/icecat-theme-adwaita/PKGBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/libre/icecat-theme-adwaita/PKGBUILD b/libre/icecat-theme-adwaita/PKGBUILD index c8b749cc4..d349ac4d6 100644 --- a/libre/icecat-theme-adwaita/PKGBUILD +++ b/libre/icecat-theme-adwaita/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: André Silva <emulatorman@parabola.nu> pkgname=icecat-theme-adwaita -pkgver=38.1 +pkgver=31.1 pkgrel=1 pkgdesc="Adwaita theme for IceCat (Matches the default Gnome Shell theme)" url="https://addons.mozilla.org/en-US/firefox/addon/adwaita/" @@ -13,16 +13,12 @@ arch=('any') license=('MPL') depends=("icecat") makedepends=('unzip') -source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi") -sha256sums=('af050237a8cddee0f9123f81a9df58b0b97e94f84059cc67225183cb3243a70e') +source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme-${pkgver}.xpi") +sha256sums=('6fb71b316db500574a837a511b05219273363c5b8ed05b20fc9e031eff3299db') noextract=("gnome-firefox-theme-${pkgver}.xpi") prepare() { unzip -qo "gnome-firefox-theme-${pkgver}.xpi" -d "${pkgname}-${pkgver}" - # Fix for wrong version number - # https://github.com/gnome-integration-team/firefox-gnome/issues/337 - cd "${pkgname}-${pkgver}" - sed -i "s_\(<em:version>\)35.1\(</em:version>\)_\1${pkgver}\2_" "install.rdf" } package() { |