summaryrefslogtreecommitdiff
path: root/libre/icecat-theme-adwaita
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-08-26 03:48:49 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-28 18:37:20 -0300
commit788131331b226420cf2c0e1056d5b64c6190e05b (patch)
tree6b4d0a8f94dd8d13ce2eda61d97b4152817518d7 /libre/icecat-theme-adwaita
parent7df7f9281ef9b449f54ea37270aec6ef973da841 (diff)
icecat-theme-adwaita-38.1-1: updating version
Diffstat (limited to 'libre/icecat-theme-adwaita')
-rw-r--r--libre/icecat-theme-adwaita/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/libre/icecat-theme-adwaita/PKGBUILD b/libre/icecat-theme-adwaita/PKGBUILD
index d349ac4d6..c8b749cc4 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=31.1
+pkgver=38.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,12 +13,16 @@ 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-${pkgver}.xpi")
-sha256sums=('6fb71b316db500574a837a511b05219273363c5b8ed05b20fc9e031eff3299db')
+source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi")
+sha256sums=('af050237a8cddee0f9123f81a9df58b0b97e94f84059cc67225183cb3243a70e')
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() {