search for: a9625f1

Displaying 2 results from an estimated 2 matches for "a9625f1".

Did you mean: 962501
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...@@ -319,6 +319,7 @@ AC_CONFIG_FILES( Makefile data/Makefile data/icons/Makefile +data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am new file mode 100644 index 0000000..a9625f1 --- /dev/null +++ b/data/icons/16x16/Makefile.am @@ -0,0 +1,2 @@ +icondir = $(datadir)/icons/hicolor/16x16/apps +icon_DATA = swfdec.png diff --git a/data/icons/16x16/swfdec.png b/data/icons/16x16/swfdec.png new file mode 100644 index 0000000..6771f9a Binary files /dev/null and b/data/icons/16x16/sw...
2007 Oct 29
0
5 commits - data/icons
...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...