diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-23 17:04:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-23 17:04:20 +0000 |
commit | 7f70eaeaadf554b3ca0d5d857d8ec93544f708f7 (patch) | |
tree | cb216c2cc9c8970cf7feb27096847d754e134a6f /packages | |
parent | 3fc4e313af90e83557a8e08be786dac24caa345f (diff) |
added 48x48 png for the Applications menu
svn path=/trunk/; revision=8212
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/linux_make/Makefile | 5 | ||||
-rw-r--r-- | packages/linux_make/pd-48x48.png | bin | 0 -> 2614 bytes |
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index b20aabae..8e8dffcd 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -74,8 +74,11 @@ DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-extended-\(.*\)|\1c deb: $(bindir) # GNOME menu support install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps - install -p $(packages_src)/linux_make/pd.png \ + install -p -m0644 $(packages_src)/linux_make/pd.png \ $(DESTDIR)/usr/share/icons/hicolor/128x128/apps/ + install -d $(DESTDIR)/usr/share/pixmaps + install -p -m0644 $(packages_src)/linux_make/pd-48x48.png \ + $(DESTDIR)/usr/share/pixmaps/pd.png install -d $(DESTDIR)/usr/share/applications/ install -p $(packages_src)/linux_make/pd-extended.desktop \ $(DESTDIR)/usr/share/applications/ diff --git a/packages/linux_make/pd-48x48.png b/packages/linux_make/pd-48x48.png Binary files differnew file mode 100644 index 00000000..a3ac35d1 --- /dev/null +++ b/packages/linux_make/pd-48x48.png |