[gimp] app: fix icon theme location in tests
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix icon theme location in tests
- Date: Tue, 22 Dec 2015 20:28:44 +0000 (UTC)
commit 5df4b07b045aac6068b753e4946003c00dcc317a
Author: Michael Natterer <mitch gimp org>
Date: Tue Dec 22 21:27:20 2015 +0100
app: fix icon theme location in tests
app/tests/Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 7b67960..83567e6 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -127,7 +127,7 @@ LDADD = \
$(JSON_C_LIBS) \
$(LIBMYPAINTGEGL_LIBS) \
$(INTLLIBS) \
- $(RT_LIBS) \
+ $(RT_LIBS) \
$(libm)
gimpdir-output:
@@ -137,12 +137,12 @@ gimpdir-output:
mkdir -p gimpdir-output/gradients
gimp-test-icon-theme:
- mkdir -p $$(echo $$(find $(srcdir)/../../icons/ -name [0-9][0-9] -type d | sed 's */\([0-9][0-9]\)$$
gimp-test-icon-theme/hicolor/\1x\1@'))
- for dir in $$(echo $$(find $(srcdir)/../../icons/ -name [0-9][0-9] -type d | sed 's
*/\([0-9][0-9]\)$$ \1@')); do \
+ mkdir -p $$(echo $$(find $(srcdir)/../../icons/Default -name [0-9][0-9] -type d | sed 's
*/\([0-9][0-9]\)$$ gimp-test-icon-theme/hicolor/\1x\1@'))
+ for dir in $$(echo $$(find $(srcdir)/../../icons/Default/ -name [0-9][0-9] -type d | sed 's
*/\([0-9][0-9]\)$$ \1@')); do \
(cd gimp-test-icon-theme/hicolor/$${dir}x$${dir}/ && \
- $(LN_S) $(abs_srcdir)/../../../icons/$${dir} apps); \
+ $(LN_S) $(abs_srcdir)/../../icons/Default/$${dir} apps); \
done
- (cd gimp-test-icon-theme/hicolor && $(LN_S) $(abs_srcdir)/../../icons/index.theme index.theme)
+ (cd gimp-test-icon-theme/hicolor && $(LN_S) $(abs_srcdir)/../../icons/Default/index.theme index.theme)
clean-local:
rm -rf gimpdir-output
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]