summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/icecat-theme-adwaita/PKGBUILD10
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() {