[Swfdec] 5 commits - data/icons

Benjamin Otte company at kemper.freedesktop.org
Mon Oct 29 15:39:19 PDT 2007


 data/icons/16x16/Makefile.am    |    3 +++
 data/icons/22x22/Makefile.am    |    3 +++
 data/icons/24x24/Makefile.am    |    3 +++
 data/icons/32x32/Makefile.am    |    3 +++
 data/icons/48x48/Makefile.am    |    3 +++
 data/icons/scalable/Makefile.am |    3 +++
 6 files changed, 18 insertions(+)

New commits:
commit 797ff16e0578aff66902b701d7bd77351e6eb55d
Merge: 6674b8f... 2586d9b...
Author: Stephane Loeuillet <leroutier at gmail.com>
Date:   Mon Oct 29 23:33:23 2007 +0100

    Merge branch 'master' of git://anongit.freedesktop.org/git/swfdec/swfdec

commit 6674b8f1b2422c5ff90d029db5e949dc94df9dd9
Merge: 0d79a4c... 835f7dd...
Author: Stephane Loeuillet <leroutier at gmail.com>
Date:   Mon Oct 29 22:50:06 2007 +0100

    Merge branch 'master' of git://anongit.freedesktop.org/git/swfdec/swfdec

commit 0d79a4c55a32e15d4463ea6cbef1099c8f6e6940
Merge: 7a70587... e9701f5...
Author: Stephane Loeuillet <leroutier at gmail.com>
Date:   Mon Oct 29 20:06:08 2007 +0100

    Merge branch 'master' of git://anongit.freedesktop.org/git/swfdec/swfdec

commit 7a70587701518f275314e0707d7539809ce36f8f
Merge: 770b5f5... 5446c67...
Author: Stephane Loeuillet <leroutier at gmail.com>
Date:   Mon Oct 29 00:46:09 2007 +0100

    Merge branch 'master' of http://www.leroutier.net/floss/git/swfdec/swfdec

commit 5446c6783cb2eaaf8a2ce43a6a51a7ff9a5e7d18
Author: Stéphane Loeuillet <leroutier at leroutier-desktop.(none)>
Date:   Sun Oct 28 17:07:47 2007 +0100

    Fix distcheck by disting the icons

diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am
index a9625f1..d4dc906 100644
--- a/data/icons/16x16/Makefile.am
+++ b/data/icons/16x16/Makefile.am
@@ -1,2 +1,5 @@
 icondir = $(datadir)/icons/hicolor/16x16/apps
 icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am
index cae3af2..670b919 100644
--- a/data/icons/22x22/Makefile.am
+++ b/data/icons/22x22/Makefile.am
@@ -1,2 +1,5 @@
 icondir = $(datadir)/icons/hicolor/22x22/apps
 icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/24x24/Makefile.am b/data/icons/24x24/Makefile.am
index b9f1df7..ef4f5d3 100644
--- a/data/icons/24x24/Makefile.am
+++ b/data/icons/24x24/Makefile.am
@@ -1,2 +1,5 @@
 icondir = $(datadir)/icons/hicolor/24x24/apps
 icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
index fc3acd9..86958ab 100644
--- a/data/icons/32x32/Makefile.am
+++ b/data/icons/32x32/Makefile.am
@@ -1,2 +1,5 @@
 icondir = $(datadir)/icons/hicolor/32x32/apps
 icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am
index 9fadb13..a4d80a2 100644
--- a/data/icons/48x48/Makefile.am
+++ b/data/icons/48x48/Makefile.am
@@ -1,2 +1,5 @@
 icondir = $(datadir)/icons/hicolor/48x48/apps
 icon_DATA = swfdec.png
+
+EXTRA_DIST = $(icon_DATA)
+
diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am
index b59c0dc..aac7bc0 100644
--- a/data/icons/scalable/Makefile.am
+++ b/data/icons/scalable/Makefile.am
@@ -1,2 +1,5 @@
 icondir = $(datadir)/icons/hicolor/scalable/apps
 icon_DATA = swfdec.svg
+
+EXTRA_DIST = $(icon_DATA)
+


More information about the Swfdec mailing list