[geany/geany-osx] a3fdb0: Add Geany-specific icons directly to the Faience theme
Jiří Techet
git-noreply at xxxxx
Tue Oct 17 09:31:20 UTC 2017
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Tue, 17 Oct 2017 09:31:20 UTC
Commit: a3fdb0151d819191f218a7148ddfcf9cd428ec70
https://github.com/geany/geany-osx/commit/a3fdb0151d819191f218a7148ddfcf9cd428ec70
Log Message:
-----------
Add Geany-specific icons directly to the Faience theme
This avoids the extra icon-copying step
Modified Paths:
--------------
Faience/actions/16/geany-build.png
Faience/actions/16/geany-close-all.png
Faience/actions/16/geany-save-all.png
Faience/actions/24/geany-build.png
Faience/actions/24/geany-close-all.png
Faience/actions/24/geany-save-all.png
README.md
replace_icons.sh
Modified: Faience/actions/16/geany-build.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: Faience/actions/16/geany-close-all.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: Faience/actions/16/geany-save-all.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: Faience/actions/24/geany-build.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: Faience/actions/24/geany-close-all.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: Faience/actions/24/geany-save-all.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online
Modified: README.md
5 lines changed, 0 insertions(+), 5 deletions(-)
===================================================================
@@ -172,11 +172,6 @@ Bundling
```
cp -r Faience $PREFIX/share/icons
```
- and replace some Geany-specific icons by the icons from the theme
- by running:
- ```
- ./replace_icons.sh
- ```
* **GTK 3**
```
cp -r Papirus $PREFIX/share/icons
Modified: replace_icons.sh
24 lines changed, 0 insertions(+), 24 deletions(-)
===================================================================
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-SRC_PREFIX="Faience"
-DEST_PREFIX="${PREFIX}/share/icons/hicolor"
-
-perform_copy () {
- cp "${SRC_PREFIX}/actions/${1}/${SRC_NAME}" "${DEST_PREFIX}/${1}x${1}/actions/${DEST_NAME}"
-}
-
-SRC_NAME=document-save-all.png
-DEST_NAME=geany-save-all.png
-perform_copy 16
-perform_copy 24
-
-SRC_NAME=mail-reply-all.png
-DEST_NAME=geany-close-all.png
-perform_copy 16
-perform_copy 24
-
-SRC_NAME=add-folder-to-archive.png
-DEST_NAME=geany-build.png
-perform_copy 16
-perform_copy 24
-
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list