mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 16:46:52 +08:00
STR 1795: applied patch to fix Icon path settings. Will try on my Linux machine next.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -84,8 +84,8 @@ install: all
|
||||
$(INSTALL_BIN) $(FLUID) $(DESTDIR)$(bindir)/fluid$(EXEEXT)
|
||||
|
||||
install-linux:
|
||||
-$(INSTALL_DIR) $(DESTDIR)/usr/share/applnk/Development
|
||||
$(INSTALL_DATA) fluid.desktop $(DESTDIR)/usr/share/applnk/Development
|
||||
-$(INSTALL_DIR) $(DESTDIR)/usr/share/applications
|
||||
$(INSTALL_DATA) fluid.desktop $(DESTDIR)/usr/share/applications
|
||||
for size in 16 32 48 64 128; do \
|
||||
if test ! -d $(DESTDIR)/usr/share/icons/hicolor/$${size}x$${size}/apps; then \
|
||||
$(INSTALL_DIR) $(DESTDIR)/usr/share/icons/hicolor/$${size}x$${size}/apps; \
|
||||
@@ -111,7 +111,7 @@ uninstall:
|
||||
$(RM) $(DESTDIR)$(bindir)/fluid$(EXEEXT)
|
||||
|
||||
uninstall-linux:
|
||||
$(RM) $(DESTDIR)/usr/share/applnk/Development/fluid.desktop
|
||||
$(RM) $(DESTDIR)/usr/share/applications/fluid.desktop
|
||||
$(RM) $(DESTDIR)/usr/share/icons/hicolor/*/fluid.png
|
||||
$(RM) $(DESTDIR)/usr/share/mimelnk/application/x-fluid.desktop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user