Add icons.
This commit is contained in:
		@ -17,5 +17,5 @@
 | 
				
			|||||||
# 02110-1301 USA
 | 
					# 02110-1301 USA
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ACLOCAL_AMFLAGS = -I m4
 | 
					ACLOCAL_AMFLAGS = -I m4
 | 
				
			||||||
SUBDIRS = eek eekboard src tests bindings docs po
 | 
					SUBDIRS = eek eekboard src tests bindings docs po data
 | 
				
			||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
 | 
					DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
 | 
				
			||||||
 | 
				
			|||||||
@ -201,6 +201,14 @@ docs/reference/Makefile
 | 
				
			|||||||
docs/reference/eek/Makefile
 | 
					docs/reference/eek/Makefile
 | 
				
			||||||
docs/reference/eekboard/Makefile
 | 
					docs/reference/eekboard/Makefile
 | 
				
			||||||
po/Makefile.in
 | 
					po/Makefile.in
 | 
				
			||||||
 | 
					data/Makefile
 | 
				
			||||||
 | 
					data/icons/Makefile
 | 
				
			||||||
 | 
					data/icons/16x16/Makefile
 | 
				
			||||||
 | 
					data/icons/22x22/Makefile
 | 
				
			||||||
 | 
					data/icons/24x24/Makefile
 | 
				
			||||||
 | 
					data/icons/32x32/Makefile
 | 
				
			||||||
 | 
					data/icons/48x48/Makefile
 | 
				
			||||||
 | 
					data/icons/scalable/Makefile
 | 
				
			||||||
eek/eek-${EEK_API_VERSION}.pc
 | 
					eek/eek-${EEK_API_VERSION}.pc
 | 
				
			||||||
eek/eek-clutter-${EEK_API_VERSION}.pc
 | 
					eek/eek-clutter-${EEK_API_VERSION}.pc
 | 
				
			||||||
eek/eek-gtk-${EEK_API_VERSION}.pc
 | 
					eek/eek-gtk-${EEK_API_VERSION}.pc
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								data/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								data/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					SUBDIRS = icons
 | 
				
			||||||
							
								
								
									
										16
									
								
								data/icons/16x16/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								data/icons/16x16/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					size = 16x16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					icondir = $(datadir)/icons/hicolor/$(size)/apps
 | 
				
			||||||
 | 
					dist_icon_DATA = eekboard.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install-data-hook:
 | 
				
			||||||
 | 
						@-if test -z "$(DESTDIR)"; then			\
 | 
				
			||||||
 | 
							echo "Updating Gtk icon cache.";	\
 | 
				
			||||||
 | 
							$(gtk_update_icon_cache);		\
 | 
				
			||||||
 | 
						else						\
 | 
				
			||||||
 | 
							echo "*** Icon cache not updated.  After install, run this:"; \
 | 
				
			||||||
 | 
							echo "***   $(gtk_update_icon_cache)";	\
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								data/icons/16x16/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								data/icons/16x16/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 606 B  | 
							
								
								
									
										16
									
								
								data/icons/22x22/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								data/icons/22x22/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					size = 22x22
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					icondir = $(datadir)/icons/hicolor/$(size)/apps
 | 
				
			||||||
 | 
					dist_icon_DATA = eekboard.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install-data-hook:
 | 
				
			||||||
 | 
						@-if test -z "$(DESTDIR)"; then			\
 | 
				
			||||||
 | 
							echo "Updating Gtk icon cache.";	\
 | 
				
			||||||
 | 
							$(gtk_update_icon_cache);		\
 | 
				
			||||||
 | 
						else						\
 | 
				
			||||||
 | 
							echo "*** Icon cache not updated.  After install, run this:"; \
 | 
				
			||||||
 | 
							echo "***   $(gtk_update_icon_cache)";	\
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								data/icons/22x22/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								data/icons/22x22/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 892 B  | 
							
								
								
									
										16
									
								
								data/icons/24x24/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								data/icons/24x24/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					size = 24x24
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					icondir = $(datadir)/icons/hicolor/$(size)/apps
 | 
				
			||||||
 | 
					dist_icon_DATA = eekboard.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install-data-hook:
 | 
				
			||||||
 | 
						@-if test -z "$(DESTDIR)"; then			\
 | 
				
			||||||
 | 
							echo "Updating Gtk icon cache.";	\
 | 
				
			||||||
 | 
							$(gtk_update_icon_cache);		\
 | 
				
			||||||
 | 
						else						\
 | 
				
			||||||
 | 
							echo "*** Icon cache not updated.  After install, run this:"; \
 | 
				
			||||||
 | 
							echo "***   $(gtk_update_icon_cache)";	\
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								data/icons/24x24/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								data/icons/24x24/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 957 B  | 
							
								
								
									
										16
									
								
								data/icons/32x32/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								data/icons/32x32/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					size = 32x32
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					icondir = $(datadir)/icons/hicolor/$(size)/apps
 | 
				
			||||||
 | 
					dist_icon_DATA = eekboard.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install-data-hook:
 | 
				
			||||||
 | 
						@-if test -z "$(DESTDIR)"; then			\
 | 
				
			||||||
 | 
							echo "Updating Gtk icon cache.";	\
 | 
				
			||||||
 | 
							$(gtk_update_icon_cache);		\
 | 
				
			||||||
 | 
						else						\
 | 
				
			||||||
 | 
							echo "*** Icon cache not updated.  After install, run this:"; \
 | 
				
			||||||
 | 
							echo "***   $(gtk_update_icon_cache)";	\
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								data/icons/32x32/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								data/icons/32x32/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.5 KiB  | 
							
								
								
									
										16
									
								
								data/icons/48x48/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								data/icons/48x48/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
				
			|||||||
 | 
					size = 48x48
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					icondir = $(datadir)/icons/hicolor/$(size)/apps
 | 
				
			||||||
 | 
					dist_icon_DATA = eekboard.png
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install-data-hook:
 | 
				
			||||||
 | 
						@-if test -z "$(DESTDIR)"; then			\
 | 
				
			||||||
 | 
							echo "Updating Gtk icon cache.";	\
 | 
				
			||||||
 | 
							$(gtk_update_icon_cache);		\
 | 
				
			||||||
 | 
						else						\
 | 
				
			||||||
 | 
							echo "*** Icon cache not updated.  After install, run this:"; \
 | 
				
			||||||
 | 
							echo "***   $(gtk_update_icon_cache)";	\
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								data/icons/48x48/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								data/icons/48x48/eekboard.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 2.7 KiB  | 
							
								
								
									
										1
									
								
								data/icons/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								data/icons/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 | 
				
			||||||
							
								
								
									
										14
									
								
								data/icons/scalable/Makefile.am
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								data/icons/scalable/Makefile.am
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,14 @@
 | 
				
			|||||||
 | 
					icondir = $(datadir)/icons/hicolor/scalable/apps
 | 
				
			||||||
 | 
					dist_icon_DATA = eekboard.svg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					install-data-hook:
 | 
				
			||||||
 | 
						@-if test -z "$(DESTDIR)"; then			\
 | 
				
			||||||
 | 
							echo "Updating Gtk icon cache.";	\
 | 
				
			||||||
 | 
							$(gtk_update_icon_cache);		\
 | 
				
			||||||
 | 
						else						\
 | 
				
			||||||
 | 
							echo "*** Icon cache not updated.  After install, run this:"; \
 | 
				
			||||||
 | 
							echo "***   $(gtk_update_icon_cache)";	\
 | 
				
			||||||
 | 
						fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										3486
									
								
								data/icons/scalable/eekboard.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3486
									
								
								data/icons/scalable/eekboard.svg
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 472 KiB  | 
		Reference in New Issue
	
	Block a user