Skip to content

Commit

Permalink
Remove icon install bits Add icons to SUBDIRS
Browse files Browse the repository at this point in the history
2007-08-06  Rodney Dawes  <[email protected]>

	* Makefile.am: Remove icon install bits
	Add icons to SUBDIRS

	* configure.in: Create Makefiles for icons subdirectories

	* ghex.desktop.in: Use ghex as the Icon instead of gnome-ghex.png

	* gnome-ghex.png: Replaced with udpated style icons

	* icons: Add new icons subdir with icons and automake files
	New icon original from Matteo Drera <[email protected]>
	
	* src/main.c (main): Set the default window icon from the theme
	rather than a hardcoded path to the old gnome-ghex.png

	Fixes #405331


svn path=/trunk/; revision=1132
  • Loading branch information
dobey authored and Rodney Dawes committed Aug 6, 2007
1 parent fc41a39 commit dcedc6b
Show file tree
Hide file tree
Showing 21 changed files with 1,588 additions and 9 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2007-08-06 Rodney Dawes <[email protected]>

* Makefile.am: Remove icon install bits
Add icons to SUBDIRS

* configure.in: Create Makefiles for icons subdirectories

* ghex.desktop.in: Use ghex as the Icon instead of gnome-ghex.png

* gnome-ghex.png: Replaced with udpated style icons

* icons: Add new icons subdir with icons and automake files
New icon original from Matteo Drera <[email protected]>

* src/main.c (main): Set the default window icon from the theme
rather than a hardcoded path to the old gnome-ghex.png

Fixes #405331

2007-08-03 Rodney Dawes <[email protected]>

* ghex.spec: Remove from version control as it is autogenerated
Expand Down
8 changes: 2 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#Remove macros intl directory from SUBDIRS -- SnM

SUBDIRS = po src help omf-install
SUBDIRS = po src help icons omf-install

schemadir = $(sysconfdir)/gconf/schemas
schema_DATA = ghex2.schemas
Expand All @@ -19,8 +19,7 @@ EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
$(schema_DATA) \
$(appicon_DATA)
$(schema_DATA)

dist-hook: ghex.spec
cp ghex.spec $(distdir)
Expand All @@ -31,9 +30,6 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@

appicondir = $(datadir)/pixmaps
appicon_DATA = gnome-ghex.png

#Install the ghex2 schema file
if GCONF_SCHEMAS_INSTALL
install-data-local:
Expand Down
6 changes: 6 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ help/sv/Makefile
help/ko/Makefile
help/zh_CN/Makefile
help/zh_TW/Makefile
icons/Makefile
icons/16x16/Makefile
icons/22x22/Makefile
icons/24x24/Makefile
icons/32x32/Makefile
icons/48x48/Makefile
omf-install/Makefile
ghex.spec
gtkhex.pc])
2 changes: 1 addition & 1 deletion ghex.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ _Comment=GNOME Hexadecimal Editor
Exec=ghex2 %F
Terminal=false
Type=Application
Icon=gnome-ghex.png
Icon=ghex
Categories=GNOME;Application;Development;
StartupNotify=true
Binary file removed gnome-ghex.png
Binary file not shown.
10 changes: 10 additions & 0 deletions icons/16x16/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

size = 16x16

iconsdir = $(datadir)/icons/hicolor/$(size)/apps

icons_DATA = \
ghex.png

EXTRA_DIST = \
$(icons_DATA)
Binary file added icons/16x16/ghex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
314 changes: 314 additions & 0 deletions icons/16x16/ghex.svg
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 dcedc6b

Please sign in to comment.