[gnome-music] Add missing Makfile



commit 70e28bb225431b7c333a5cbfbf0ce189e6f30896
Author: Seif Lotfy <seif lotfy com>
Date:   Wed Apr 3 13:03:41 2013 +0200

    Add missing Makfile

 data/Makefile.am |   34 ++++++++++++++++++++++++++++++++++
 src/widgets.js   |    2 +-
 2 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..e43f23e
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,34 @@
+resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies 
$(srcdir)/gnome-music.gresource.xml)
+gnome-music.gresource: gnome-music.gresource.xml $(resource_files)
+       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) $<
+
+resourcedir = $(pkgdatadir)
+resource_DATA = gnome-music.gresource
+
+appsdir = $(datadir)/applications
+apps_DATA = gnome-music.desktop
+
+ INTLTOOL_DESKTOP_RULE@
+
+
+ GSETTINGS_RULES@
+
+EXTRA_DIST = \
+       CREDITS \
+       gnome-music.desktop.in \
+       gnome-music.gresource.xml \
+       $(resource_files) \
+       $(NULL)
+
+CLEANFILES = \
+       gnome-music.gresource \
+       $(apps_DATA) \
+       *.valid \
+       gschemas.compiled \
+       $(NULL)
+
+# For uninstalled use
+all-local:
+       $(GLIB_COMPILE_SCHEMAS) $(builddir)
+
+-include $(top_srcdir)/git.mk
diff --git a/src/widgets.js b/src/widgets.js
index c8c852e..ee794b4 100644
--- a/src/widgets.js
+++ b/src/widgets.js
@@ -177,7 +177,7 @@ const AlbumWidget = new Lang.Class({
     },
     
     setArtistLabel: function(artist) {
-        this.artist_label.set_markup("<span size='large' color='grey'>" + artist + "</span>");
+        this.artist_label.set_markup("<b><span size='large' color='grey'>" + artist + "</span></b>");
     },
     
     setTitleLabel: function(title) {


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