diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-04 15:41:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-04 15:41:50 +0100 |
commit | 3225040cecb1a92d11cfc9ad14e1ac0aeff2d812 (patch) | |
tree | 8615ed9a849f84745834968b46059730de8cf360 /app-emacs | |
parent | app-editors/xemacs: Remove define of deprecated glibc macros (diff) | |
download | emacs-3225040cecb1a92d11cfc9ad14e1ac0aeff2d812.tar.gz emacs-3225040cecb1a92d11cfc9ad14e1ac0aeff2d812.tar.bz2 emacs-3225040cecb1a92d11cfc9ad14e1ac0aeff2d812.zip |
app-emacs/emacs-common-gentoo: Update for added Emacs 25.1 icons.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-common-gentoo/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 15 |
2 files changed, 11 insertions, 9 deletions
diff --git a/app-emacs/emacs-common-gentoo/ChangeLog b/app-emacs/emacs-common-gentoo/ChangeLog index 9be206d..7406941 100644 --- a/app-emacs/emacs-common-gentoo/ChangeLog +++ b/app-emacs/emacs-common-gentoo/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for app-emacs/emacs-common-gentoo -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 04 Feb 2017; Ulrich Müller <ulm@gentoo.org> emacs-common-gentoo-9999.ebuild: + Update for added Emacs 25.1 icons. + 12 Jul 2015; Ulrich Müller <ulm@gentoo.org> emacs-common-gentoo-9999.ebuild: Sync from Portage tree. diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index 2da35b7..701f668 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -46,15 +46,14 @@ src_install() { pushd icons || die newicon sink.png emacs-sink.png - newicon emacs_48.png emacs.png - newicon emacs22_48.png emacs22.png + newicon emacs25_48.png emacs.png for i in 16 24 32 48 128; do - newicon -s ${i} emacs_${i}.png emacs.png + [[ ${i} -le 48 ]] && newicon -s ${i} emacs22_${i}.png emacs22.png + newicon -s ${i} emacs23_${i}.png emacs23.png + newicon -s ${i} emacs25_${i}.png emacs.png done - for i in 16 24 32 48; do - newicon -s ${i} emacs22_${i}.png emacs22.png - done - doicon -s scalable emacs.svg + doicon -s scalable emacs23.svg + newicon -s scalable emacs25.svg emacs.svg popd gnome2_icon_savelist |