diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-25 05:24:04 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-28 18:37:20 -0300 |
commit | 0bcab17d081105021c978f1b9504df35fa906efa (patch) | |
tree | 2c73e686e6c9e1ca0818dff86f2512736a7ec04d /libre/iceweasel-theme-adwaita | |
parent | 2fe30a70b4a58895f1609e05c028ffb448470a00 (diff) | |
download | abslibre-0bcab17d081105021c978f1b9504df35fa906efa.tar.gz abslibre-0bcab17d081105021c978f1b9504df35fa906efa.tar.bz2 abslibre-0bcab17d081105021c978f1b9504df35fa906efa.zip |
iceweasel-theme-adwaita-40.1-1: updating version
Diffstat (limited to 'libre/iceweasel-theme-adwaita')
-rw-r--r-- | libre/iceweasel-theme-adwaita/PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/libre/iceweasel-theme-adwaita/PKGBUILD b/libre/iceweasel-theme-adwaita/PKGBUILD index a6c8de182..2e5940568 100644 --- a/libre/iceweasel-theme-adwaita/PKGBUILD +++ b/libre/iceweasel-theme-adwaita/PKGBUILD @@ -1,12 +1,13 @@ +# $Id: PKGBUILD 138643 2015-08-22 19:27:15Z 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: André Silva <emulatorman@parabola.nu> pkgname=iceweasel-theme-adwaita -pkgver=38.1 -pkgrel=1.2 +pkgver=40.1 +pkgrel=1 pkgdesc="Adwaita theme for Iceweasel (Matches the default Gnome Shell theme)" url="https://addons.mozilla.org/en-US/firefox/addon/adwaita/" arch=('any') @@ -15,15 +16,11 @@ depends=("iceweasel") makedepends=('unzip') replaces=('firefox-theme-adwaita') source=("gnome-firefox-theme-${pkgver}.xpi"::"https://github.com/gnome-integration-team/firefox-gnome/releases/download/${pkgver}/gnome-firefox-theme.xpi") -sha256sums=('af050237a8cddee0f9123f81a9df58b0b97e94f84059cc67225183cb3243a70e') +sha256sums=('a87f3eb2687e912e47080caee34a4eb72970eb64e6b9583d504c73e9e6d56137') 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() { |