File remove-26x26.patch of Package tasks
Index: tasks-0.16/configure.ac =================================================================== --- tasks-0.16.orig/configure.ac +++ tasks-0.16/configure.ac @@ -115,7 +115,6 @@ data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile -data/icons/26x26/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/64x64/Makefile Index: tasks-0.16/data/icons/Makefile =================================================================== --- tasks-0.16.orig/data/icons/Makefile +++ tasks-0.16/data/icons/Makefile @@ -194,7 +194,7 @@ target_alias = top_build_prefix = ../../ top_builddir = ../.. top_srcdir = ../.. -SUBDIRS = 16x16 22x22 24x24 26x26 32x32 48x48 64x64 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 scalable all: all-recursive .SUFFIXES: Index: tasks-0.16/data/icons/Makefile.am =================================================================== --- tasks-0.16.orig/data/icons/Makefile.am +++ tasks-0.16/data/icons/Makefile.am @@ -1 +1 @@ -SUBDIRS = 16x16 22x22 24x24 26x26 32x32 48x48 64x64 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 scalable Index: tasks-0.16/data/icons/Makefile.in =================================================================== --- tasks-0.16.orig/data/icons/Makefile.in +++ tasks-0.16/data/icons/Makefile.in @@ -194,7 +194,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = 16x16 22x22 24x24 26x26 32x32 48x48 64x64 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 scalable all: all-recursive .SUFFIXES: