ngc891 pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=a3c6b217b184aaa795205ac4d7c4a64b0d456a91

commit a3c6b217b184aaa795205ac4d7c4a64b0d456a91
Author: Jerome Pinot <[email protected]>
Date:   Tue May 13 17:02:44 2014 +0900

    nyanology: some theme files are not being packaged, Makefile.am++
---
 configure.ac                                     |  2 ++
 data/themes/nyanology/Makefile.am                |  5 ++++-
 data/themes/nyanology/images-sources/Makefile.am |  6 ++++++
 data/themes/nyanology/images/Makefile.am         | 21 +++++++++++++++++++++
 4 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index daeef63..77cbd91 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 ef8b091..dac530b 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 0000000..2baa757
--- /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 0000000..2bd16fc
--- /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

-- 


Reply via email to