public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: /, icons/
Date: Sat,  4 Feb 2017 14:35:04 +0000 (UTC)	[thread overview]
Message-ID: <1486216841.0b2b1fc1c5eaebf1e9b1473ffff5360c27b7541b.ulm@gentoo> (raw)

commit:     0b2b1fc1c5eaebf1e9b1473ffff5360c27b7541b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 14:00:41 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 14:00:41 2017 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=0b2b1fc1

Rename icons to versioned names.

* icons/emacs23_*.png, icons/emacs23.svg: Renamed from emacs_*.png
and emacs.svg, respectively.
* icons/COPYRIGHT.icons: Update.
* Makefile (ICONFILES): Update.

 ChangeLog                                |   7 +++++++
 Makefile                                 |   4 ++--
 icons/COPYRIGHT.icons                    |   6 +++---
 icons/{emacs.svg => emacs23.svg}         |   0
 icons/{emacs_128.png => emacs23_128.png} | Bin
 icons/{emacs_16.png => emacs23_16.png}   | Bin
 icons/{emacs_24.png => emacs23_24.png}   | Bin
 icons/{emacs_32.png => emacs23_32.png}   | Bin
 icons/{emacs_48.png => emacs23_48.png}   | Bin
 9 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a9bce40..88361a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-02-04  Ulrich Müller  <ulm@gentoo.org>
+
+	* icons/emacs23_*.png, icons/emacs23.svg: Renamed from emacs_*.png
+	and emacs.svg, respectively.
+	* icons/COPYRIGHT.icons: Update.
+	* Makefile (ICONFILES): Update.
+
 2015-02-23  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.5 released.

diff --git a/Makefile b/Makefile
index 60c3509..95f1c17 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ P = $(PN)-$(PV)
 DESKTOPFILES = emacs.desktop emacsclient.desktop
 ICONFILES = sink.png \
 	emacs22_16.png emacs22_24.png emacs22_32.png emacs22_48.png \
-	emacs_16.png emacs_24.png emacs_32.png emacs_48.png emacs_128.png \
-	emacs.svg
+	emacs23_16.png emacs23_24.png emacs23_32.png emacs23_48.png \
+	emacs23_128.png emacs23.svg
 DISTFILES = site-start.el site-gentoo.el subdirs.el $(DESKTOPFILES) \
 	$(addprefix icons/,COPYRIGHT.icons $(ICONFILES))
 

diff --git a/icons/COPYRIGHT.icons b/icons/COPYRIGHT.icons
index e03fa2e..50c5748 100644
--- a/icons/COPYRIGHT.icons
+++ b/icons/COPYRIGHT.icons
@@ -6,19 +6,19 @@ File: sink.png
   Published in 1987 without copyright notice
   License: public domain
 
-Files: emacs22_16.png emacs22_24.png emacs22_32.png emacs22_48.png
+Files: emacs22_*.png
   Taken from Emacs 22.1
   Author: Andrew Zhilin <andrew_zhilin@yahoo.com>
   Copyright (C) 2005, 2006, 2007  Free Software Foundation, Inc.
   License: GNU General Public License version 2 or later
 
-Files: emacs_16.png emacs_24.png emacs_32.png emacs_48.png emacs_128.png
+Files: emacs23_*.png
   Taken from Emacs 23.1 (and run through OptiPNG)
   Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
   Copyright (C) 2007, 2008, 2009  Free Software Foundation, Inc.
   License: GNU General Public License version 3 or later
 
-File: emacs.svg
+File: emacs23.svg
   Taken from Emacs 23.2
   Authors: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
            Chong Yidong <cyd@stupidchicken.com>

diff --git a/icons/emacs.svg b/icons/emacs23.svg
similarity index 100%
rename from icons/emacs.svg
rename to icons/emacs23.svg

diff --git a/icons/emacs_128.png b/icons/emacs23_128.png
similarity index 100%
rename from icons/emacs_128.png
rename to icons/emacs23_128.png

diff --git a/icons/emacs_16.png b/icons/emacs23_16.png
similarity index 100%
rename from icons/emacs_16.png
rename to icons/emacs23_16.png

diff --git a/icons/emacs_24.png b/icons/emacs23_24.png
similarity index 100%
rename from icons/emacs_24.png
rename to icons/emacs23_24.png

diff --git a/icons/emacs_32.png b/icons/emacs23_32.png
similarity index 100%
rename from icons/emacs_32.png
rename to icons/emacs23_32.png

diff --git a/icons/emacs_48.png b/icons/emacs23_48.png
similarity index 100%
rename from icons/emacs_48.png
rename to icons/emacs23_48.png


                 reply	other threads:[~2017-02-04 14:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486216841.0b2b1fc1c5eaebf1e9b1473ffff5360c27b7541b.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox