Check-in [573831584a]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:accepting a patch submitted by Bas Couwenberg <sebastic@debian.org>: gnome icons
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 573831584a6bde253ad2f20e722c1bae0b200440
User & Date: sandro 2016-05-08 18:31:42
Context
2016-07-30
11:35
supporting DBF colname case in SHP and DBF import/export dialogs check-in: f9a1ac7c06 user: sandro tags: trunk
2016-05-08
18:31
accepting a patch submitted by Bas Couwenberg <sebastic@debian.org>: gnome icons check-in: 573831584a user: sandro tags: trunk
14:47
fixing a stupid issue into a Makefile caused by my previous commit check-in: cda878842f user: sandro tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to gnome_resource/Makefile.am.

1
2
3
4
5
6





7
8
9
10
11
12
13

EXTRA_DIST = spatialite-gui.png spatialite-gui.desktop icons

desktopdir = $(datadir)/applications
desktop_DATA = spatialite-gui.desktop






ICON_SIZES = 8 16 24 32 40 48 64 72 80 96 128 192 256 512

install-data-local:
	@for size in $(ICON_SIZES); do \
		mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps; \
		$(INSTALL_DATA) icons/hicolor/$${size}x$${size}/apps/spatialite-gui.png $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps/spatialite-gui.png; \
	done






>
>
>
>
>
|






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

EXTRA_DIST = spatialite-gui.png spatialite-gui.desktop icons

desktopdir = $(datadir)/applications
desktop_DATA = spatialite-gui.desktop

#
# all gnome icons have been kindly contributed by
# Bas Couwenberg <sebastic@debian.org>
#

ICON_SIZES = 8 16 22 24 32 36 40 42 48 64 72 80 96 128 192 256 512

install-data-local:
	@for size in $(ICON_SIZES); do \
		mkdir -p $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps; \
		$(INSTALL_DATA) icons/hicolor/$${size}x$${size}/apps/spatialite-gui.png $(DESTDIR)$(datadir)/icons/hicolor/$${size}x$${size}/apps/spatialite-gui.png; \
	done

Changes to gnome_resource/Makefile.in.

293
294
295
296
297
298
299





300
301
302
303
304
305
306
307
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = spatialite-gui.png spatialite-gui.desktop icons
desktopdir = $(datadir)/applications
desktop_DATA = spatialite-gui.desktop





ICON_SIZES = 8 16 24 32 40 48 64 72 80 96 128 192 256 512
all: all-am

.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \







>
>
>
>
>
|







293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
EXTRA_DIST = spatialite-gui.png spatialite-gui.desktop icons
desktopdir = $(datadir)/applications
desktop_DATA = spatialite-gui.desktop

#
# all gnome icons have been kindly contributed by
# Bas Couwenberg <sebastic@debian.org>
#
ICON_SIZES = 8 16 22 24 32 36 40 42 48 64 72 80 96 128 192 256 512
all: all-am

.SUFFIXES:
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \

Added gnome_resource/icons/hicolor/22x22/apps/spatialite-gui.png.

cannot compute difference between binary files

Added gnome_resource/icons/hicolor/36x36/apps/spatialite-gui.png.

cannot compute difference between binary files

Added gnome_resource/icons/hicolor/42x42/apps/spatialite-gui.png.

cannot compute difference between binary files