[rygel] data: Split in theme icons and DLNA icons
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] data: Split in theme icons and DLNA icons
- Date: Thu, 6 Oct 2011 06:51:25 +0000 (UTC)
commit 1a6d85486731ed0f9ff83ae4902ea952ad596f8f
Author: Jens Georg <mail jensge org>
Date: Tue Oct 4 11:36:52 2011 +0200
data: Split in theme icons and DLNA icons
https://bugzilla.gnome.org/show_bug.cgi?id=637226
data/icons/120x120/Makefile.am | 6 +++---
data/icons/48x48/Makefile.am | 7 +++++--
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/icons/120x120/Makefile.am b/data/icons/120x120/Makefile.am
index 3771fee..c4cafa5 100644
--- a/data/icons/120x120/Makefile.am
+++ b/data/icons/120x120/Makefile.am
@@ -1,4 +1,4 @@
-icondir = $(datadir)/icons/hicolor/120x120/apps
-icon_DATA = rygel.png rygel.jpg
+dlnaicondir = $(datadir)/rygel/icons/120x120
+dlnaicon_DATA = rygel.png rygel.jpg
-EXTRA_DIST = $(icon_DATA)
+EXTRA_DIST = $(dlnaicon_DATA)
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index a9016c3..4b4ec97 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -1,4 +1,7 @@
icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = rygel.png rygel.jpg
+icon_DATA = rygel.png
-EXTRA_DIST = $(icon_DATA)
+dlnaicondir = $(datadir)/rygel/icons/48x48
+dlnaicon_DATA = rygel.jpg rygel.png
+
+EXTRA_DIST = $(dlnaicon_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]