From a3c6b217b184aaa795205ac4d7c4a64b0d456a91 Mon Sep 17 00:00:00 2001 From: Jerome Pinot Date: Tue, 13 May 2014 17:02:44 +0900 Subject: [PATCH] nyanology: some theme files are not being packaged, Makefile.am++ --- configure.ac | 2 ++ data/themes/nyanology/Makefile.am | 5 ++++- .../nyanology/images-sources/Makefile.am | 6 ++++++ data/themes/nyanology/images/Makefile.am | 21 +++++++++++++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 data/themes/nyanology/images-sources/Makefile.am create mode 100644 data/themes/nyanology/images/Makefile.am diff --git a/configure.ac b/configure.ac index daeef630..77cbd911 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,8 @@ data/themes/Makefile data/themes/images/Makefile data/themes/sounds/Makefile data/themes/nyanology/Makefile +data/themes/nyanology/images/Makefile +data/themes/nyanology/images-sources/Makefile man/Makefile pkgbuild/PKGBUILD ]) diff --git a/data/themes/nyanology/Makefile.am b/data/themes/nyanology/Makefile.am index ef8b091a..dac530b0 100644 --- a/data/themes/nyanology/Makefile.am +++ b/data/themes/nyanology/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = +SUBDIRS = images images-sources EDJE_CC = @edje_cc@ EDJE_FLAGS_VERBOSE_ = @@ -17,6 +17,9 @@ am__v_EDJ_ = $(am__v_EDJ_$(AM_DEFAULT_VERBOSITY)) am__v_EDJ_0 = @echo " EDJ " $@; EXTRA_DIST = \ +README.md \ +about.edc \ +nyancursor.edc \ nyanology.edc nyanology.edj: Makefile nyanology.edc diff --git a/data/themes/nyanology/images-sources/Makefile.am b/data/themes/nyanology/images-sources/Makefile.am new file mode 100644 index 00000000..2baa757f --- /dev/null +++ b/data/themes/nyanology/images-sources/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in +EXTRA_DIST = \ +cat01-transparenttail.xcf \ +catonly.xcf \ +star-analysis.xcf \ +star.xcf diff --git a/data/themes/nyanology/images/Makefile.am b/data/themes/nyanology/images/Makefile.am new file mode 100644 index 00000000..2bd16fc1 --- /dev/null +++ b/data/themes/nyanology/images/Makefile.am @@ -0,0 +1,21 @@ +MAINTAINERCLEANFILES = Makefile.in +EXTRA_DIST = \ +cat01.png \ +cat02.png \ +cat03.png \ +cat04.png \ +cat05.png \ +cat06.png \ +cat07.png \ +cat08.png \ +cat09.png \ +cat10.png \ +cat11.png \ +cat12.png \ +select.png \ +star_1.png \ +star_2.png \ +star_3.png \ +star_4.png \ +star_5.png \ +star_6.png