Skip to content

Commit

Permalink
Add new app icon and switch to rDNS icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi authored and andreldm committed Jun 11, 2020
1 parent 39b20ab commit 78f73f6
Show file tree
Hide file tree
Showing 28 changed files with 1,791 additions and 1,423 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

SUBDIRS = \
icons \
pixmaps \
po \
thunarx \
thunar \
Expand Down
2 changes: 0 additions & 2 deletions configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,8 @@ icons/Makefile
icons/16x16/Makefile
icons/24x24/Makefile
icons/48x48/Makefile
icons/64x64/Makefile
icons/128x128/Makefile
icons/scalable/Makefile
pixmaps/Makefile
plugins/Makefile
plugins/thunar-apr/Makefile
plugins/thunar-sbr/Makefile
Expand Down
2 changes: 1 addition & 1 deletion icons/128x128/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
iconsdir = $(datadir)/icons/hicolor/128x128/apps
icons_DATA = \
Thunar.png
org.xfce.thunar.png

EXTRA_DIST = \
$(icons_DATA)
Expand Down
Binary file removed icons/128x128/Thunar.png
Binary file not shown.
Binary file added icons/128x128/org.xfce.thunar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/16x16/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appsdir = $(datadir)/icons/hicolor/16x16/apps
apps_DATA = \
Thunar.png
org.xfce.thunar.png

stockdir = $(datadir)/icons/hicolor/16x16/stock/navigation
stock_DATA = \
Expand Down
Binary file removed icons/16x16/Thunar.png
Binary file not shown.
Binary file added icons/16x16/org.xfce.thunar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
252 changes: 252 additions & 0 deletions icons/16x16/org.xfce.thunar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions icons/24x24/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
iconsdir = $(datadir)/icons/hicolor/24x24/apps
icons_DATA = \
Thunar.png

stockdir = $(datadir)/icons/hicolor/24x24/stock/navigation
stock_DATA = \
stock_folder-copy.png \
stock_folder-move.png

EXTRA_DIST = \
$(icons_DATA) \
$(stock_DATA)

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
Binary file removed icons/24x24/Thunar.png
Binary file not shown.
2 changes: 1 addition & 1 deletion icons/48x48/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
iconsdir = $(datadir)/icons/hicolor/48x48/apps
icons_DATA = \
Thunar.png
org.xfce.thunar.png

EXTRA_DIST = \
$(icons_DATA)
Expand Down
Binary file removed icons/48x48/Thunar.png
Binary file not shown.
Binary file added icons/48x48/org.xfce.thunar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 78f73f6

Please sign in to comment.