aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--data/16x16/panel-task-switcher.pngbin0 -> 432 bytes
-rw-r--r--data/16x16/panel-user-desktop.pngbin0 -> 393 bytes
-rw-r--r--data/22x22/panel-task-switcher.pngbin0 -> 636 bytes
-rw-r--r--data/22x22/panel-user-desktop.pngbin0 -> 517 bytes
-rw-r--r--data/32x32/panel-task-switcher.pngbin0 -> 965 bytes
-rw-r--r--data/32x32/panel-user-desktop.pngbin0 -> 734 bytes
-rw-r--r--data/48x48/panel-task-switcher.pngbin0 -> 1588 bytes
-rw-r--r--data/48x48/panel-user-desktop.pngbin0 -> 1115 bytes
-rw-r--r--data/64x64/panel-task-switcher.pngbin0 -> 2328 bytes
-rw-r--r--data/64x64/panel-user-desktop.pngbin0 -> 1491 bytes
-rw-r--r--data/Makefile.am18
13 files changed, 20 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 68f2e0a..87db93c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = matchbox-panel applets po
+SUBDIRS = matchbox-panel applets data po
pcdatadir = $(libdir)/pkgconfig
dist_pcdata_DATA= matchbox-panel.pc
diff --git a/configure.ac b/configure.ac
index 4f38032..101df2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,6 +105,7 @@ applets/startup/Makefile
applets/startup/data/Makefile
applets/systray/Makefile
applets/windowselector/Makefile
+data/Makefile
po/Makefile.in
po/Makefile
])
diff --git a/data/16x16/panel-task-switcher.png b/data/16x16/panel-task-switcher.png
new file mode 100644
index 0000000..1bc5a70
--- /dev/null
+++ b/data/16x16/panel-task-switcher.png
Binary files differ
diff --git a/data/16x16/panel-user-desktop.png b/data/16x16/panel-user-desktop.png
new file mode 100644
index 0000000..69c09dd
--- /dev/null
+++ b/data/16x16/panel-user-desktop.png
Binary files differ
diff --git a/data/22x22/panel-task-switcher.png b/data/22x22/panel-task-switcher.png
new file mode 100644
index 0000000..d19020e
--- /dev/null
+++ b/data/22x22/panel-task-switcher.png
Binary files differ
diff --git a/data/22x22/panel-user-desktop.png b/data/22x22/panel-user-desktop.png
new file mode 100644
index 0000000..e2b0366
--- /dev/null
+++ b/data/22x22/panel-user-desktop.png
Binary files differ
diff --git a/data/32x32/panel-task-switcher.png b/data/32x32/panel-task-switcher.png
new file mode 100644
index 0000000..c06fc3f
--- /dev/null
+++ b/data/32x32/panel-task-switcher.png
Binary files differ
diff --git a/data/32x32/panel-user-desktop.png b/data/32x32/panel-user-desktop.png
new file mode 100644
index 0000000..dfc3df3
--- /dev/null
+++ b/data/32x32/panel-user-desktop.png
Binary files differ
diff --git a/data/48x48/panel-task-switcher.png b/data/48x48/panel-task-switcher.png
new file mode 100644
index 0000000..dfe84ae
--- /dev/null
+++ b/data/48x48/panel-task-switcher.png
Binary files differ
diff --git a/data/48x48/panel-user-desktop.png b/data/48x48/panel-user-desktop.png
new file mode 100644
index 0000000..12c4b5c
--- /dev/null
+++ b/data/48x48/panel-user-desktop.png
Binary files differ
diff --git a/data/64x64/panel-task-switcher.png b/data/64x64/panel-task-switcher.png
new file mode 100644
index 0000000..a6b3395
--- /dev/null
+++ b/data/64x64/panel-task-switcher.png
Binary files differ
diff --git a/data/64x64/panel-user-desktop.png b/data/64x64/panel-user-desktop.png
new file mode 100644
index 0000000..7da52c6
--- /dev/null
+++ b/data/64x64/panel-user-desktop.png
Binary files differ
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..ed7ebeb
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,18 @@
+icondir = $(datadir)/icons/hicolor
+
+icon16dir = $(icondir)/16x16/apps
+dist_icon16_DATA = $(wildcard $(srcdir)/16x16/*.png)
+
+icon22dir = $(icondir)/22x22/apps
+dist_icon22_DATA = $(wildcard $(srcdir)/22x22/*.png)
+
+icon32dir = $(icondir)/32x32/apps
+dist_icon32_DATA = $(wildcard $(srcdir)/32x32/*.png)
+
+icon48dir = $(icondir)/48x48/apps
+dist_icon48_DATA = $(wildcard $(srcdir)/48x48/*.png)
+
+icon64dir = $(icondir)/64x64/apps
+dist_icon64_DATA = $(wildcard $(srcdir)/64x64/*.png)
+
+-include $(top_srcdir)/git.mk