From ec010b19cac1d5aea5393a687a91431f2e541101 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 14 Oct 2008 23:20:29 +0100 Subject: Initial import --- data/.gitignore | 2 ++ data/Makefile.am | 9 +++++++++ data/cow.png | Bin 0 -> 22639 bytes data/icon.png | Bin 0 -> 4070 bytes data/moo.wav | Bin 0 -> 48228 bytes data/openmoocow.desktop | 10 ++++++++++ 6 files changed, 21 insertions(+) create mode 100644 data/.gitignore create mode 100644 data/Makefile.am create mode 100644 data/cow.png create mode 100644 data/icon.png create mode 100644 data/moo.wav create mode 100644 data/openmoocow.desktop (limited to 'data') diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..7022d83 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +data/Makefile +data/Makefile.in diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..6a8362e --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,9 @@ +openmoocowdir = $(datadir)/openmoocow +openmoocow_DATA = moo.wav + +desktopdir = $(datadir)/applications +dist_desktop_DATA = openmoocow.desktop + +pixmapsdir = $(prefix)/share/pixmaps/openmoocow +pixmaps_DATA = icon.png cow.png + diff --git a/data/cow.png b/data/cow.png new file mode 100644 index 0000000..7dbc501 Binary files /dev/null and b/data/cow.png differ diff --git a/data/icon.png b/data/icon.png new file mode 100644 index 0000000..27f2803 Binary files /dev/null and b/data/icon.png differ diff --git a/data/moo.wav b/data/moo.wav new file mode 100644 index 0000000..f9ae512 Binary files /dev/null and b/data/moo.wav differ diff --git a/data/openmoocow.desktop b/data/openmoocow.desktop new file mode 100644 index 0000000..742d038 --- /dev/null +++ b/data/openmoocow.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=MooCow +Comment=Moobox simulator +Type=Application +Exec=openmoocow +Terminal=false +Categories=GTK; +Icon=openmoocow/icon.png +X-MB-SingleInstance=true + -- cgit v1.2.3