[pitivi] Don't install svg files into NxN icon dirs
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Don't install svg files into NxN icon dirs
- Date: Mon, 15 Mar 2010 14:44:31 +0000 (UTC)
commit ba02f578050f3adfa25dc21d89d90a8d5f0566a9
Author: Benjamin Otte <otte redhat com>
Date: Mon Mar 15 15:35:31 2010 +0100
Don't install svg files into NxN icon dirs
The svg file is installed correctly into scalable/ already and png files
are put into the other dirs.
The svg files are the source images, so we keep and dist them, we just
don't install them.
icons/16x16/Makefile.am | 6 +++---
icons/22x22/Makefile.am | 6 +++---
icons/32x32/Makefile.am | 6 +++---
icons/48x48/Makefile.am | 6 +++---
4 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index 086c08a..c4995a3 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -5,8 +5,8 @@ context = actions
iconsdir = $(themedir)/$(size)/apps
icons_DATA = \
- pitivi.png \
- pitivi.svg
+ pitivi.png
EXTRA_DIST = \
- $(icons_DATA)
+ $(icons_DATA) \
+ pitivi.svg
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
index 0c52079..651bcd4 100644
--- a/icons/22x22/Makefile.am
+++ b/icons/22x22/Makefile.am
@@ -5,8 +5,8 @@ context = actions
iconsdir = $(themedir)/$(size)/apps
icons_DATA = \
- pitivi.png \
- pitivi.svg
+ pitivi.png
EXTRA_DIST = \
- $(icons_DATA)
+ $(icons_DATA) \
+ pitivi.svg
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
index 7cdaca7..01bae57 100644
--- a/icons/32x32/Makefile.am
+++ b/icons/32x32/Makefile.am
@@ -5,8 +5,8 @@ context = actions
iconsdir = $(themedir)/$(size)/apps
icons_DATA = \
- pitivi.png \
- pitivi.svg
+ pitivi.png
EXTRA_DIST = \
- $(icons_DATA)
+ $(icons_DATA) \
+ pitivi.svg
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index c99ae5e..ba77dc8 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -5,8 +5,8 @@ context = actions
iconsdir = $(themedir)/$(size)/apps
icons_DATA = \
- pitivi.png \
- pitivi.svg
+ pitivi.png
EXTRA_DIST = \
- $(icons_DATA)
+ $(icons_DATA) \
+ pitivi.svg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]