[grilo-plugins] lua-factory: Fix lua scripts not having icons



commit 53a2ae9b363fda87c9038e2b5c8fedd7427662ad
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 6 18:06:56 2015 +0100

    lua-factory: Fix lua scripts not having icons
    
    We were installing the .gresource.xml files instead of the .gresource
    files.

 src/lua-factory/sources/Makefile.am |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/src/lua-factory/sources/Makefile.am b/src/lua-factory/sources/Makefile.am
index 8baa48a..0f9e12b 100644
--- a/src/lua-factory/sources/Makefile.am
+++ b/src/lua-factory/sources/Makefile.am
@@ -13,9 +13,9 @@ lua_sources_DATA =                                    \
        grl-euronews.lua                                \
        grl-guardianvideos.lua                          \
        grl-musicbrainz.lua                             \
-       grl-euronews.gresource.xml                      \
-       grl-guardianvideos.gresource.xml                \
-       grl-radiofrance.gresource.xml \
+       grl-euronews.gresource                          \
+       grl-guardianvideos.gresource                    \
+       grl-radiofrance.gresource                       \
        grl-video-title-parsing.lua
 
 lua_sourcesdir = $(datadir)/$(LUA_FACTORY_SOURCE_LOCATION)
@@ -31,7 +31,14 @@ grl-radiofrance.gresource: grl-radiofrance.gresource.xml
 
 CLEANFILES = grl-euronews.gresource grl-guardianvideos.gresource grl-radiofrance.gresource
 
-EXTRA_DIST += $(lua_sources_DATA) euronews.svg guardianvideos.svg radiofrance.png
+EXTRA_DIST +=                                          \
+       $(lua_sources_DATA)                             \
+       grl-euronews.gresource.xml                      \
+       grl-guardianvideos.gresource.xml                \
+       grl-radiofrance.gresource.xml                   \
+       euronews.svg                                    \
+       guardianvideos.svg                              \
+       radiofrance.png
 
 MAINTAINERCLEANFILES = *.in *~
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]