b2caa536db
* for unknown reason, upstream decided to remove the .svg icons....
18 lines
800 B
Plaintext
18 lines
800 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2010/04/20 17:49:51 jasper Exp $
|
|
--- Makefile.in.orig Sat Apr 17 02:28:17 2010
|
|
+++ Makefile.in Tue Apr 20 18:37:38 2010
|
|
@@ -227,11 +227,11 @@ top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping
|
|
-SUBDIRS = po $(SVGSRCDIR)
|
|
+SUBDIRS = $(SVGSRCDIR)
|
|
theme_in_files = index.theme.in.in
|
|
theme_DATA = $(theme_in_files:.theme.in.in=.theme)
|
|
THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done | sed -e "s/,$$//g")
|
|
-pkgconfigdir = $(datadir)/pkgconfig
|
|
+pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gnome-icon-theme.pc
|
|
EXTRA_DIST = \
|
|
gnome-icon-theme.pc.in \
|