View | Details | Raw Unified
Collapse All | Expand All

(-) bluefish-0.13.orig/Makefile.in (+1 lines)
 Lines 76-81    Link Here 
	$(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir)
	@cd icons/ && $(MAKE) install
	@cd icons/ && $(MAKE) install
	if [ -d $(iconpath) ]; then \
	if [ -d $(iconpath) ]; then \
		$(INSTALL_DIR) $(DESTDIR)$(iconpath) ; \
		$(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(iconpath)/bluefish-icon.png ;\
		$(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(iconpath)/bluefish-icon.png ;\
	fi
	fi
	@cd src/ && $(MAKE) install
	@cd src/ && $(MAKE) install
(-) bluefish-0.13.orig/data/Makefile.in (+4 lines)
 Lines 53-58    Link Here 
		$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
		$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
	done
	done
	if [ -d $(gnome2applications) ] ; then \
	if [ -d $(gnome2applications) ] ; then \
		$(INSTALL_DIR) $(DESTDIR)$(gnome2applications) ; \
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
	fi
	fi
	if [ -d $(gnome1menupath) ] ; then \
	if [ -d $(gnome1menupath) ] ; then \
 Lines 60-72    Link Here 
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
		$(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
	fi
	fi
	if [ -d $(gnome2appreg) ] ; then \
	if [ -d $(gnome2appreg) ] ; then \
		$(INSTALL_DIR) $(DESTDIR)$(gnome2appreg) ; \
		$(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
		$(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
	fi
	fi
	if [ -d $(gnome2mime-info) ] ; then \
	if [ -d $(gnome2mime-info) ] ; then \
		$(INSTALL_DIR) $(DESTDIR)$(gnome2mime-info) ; \
		$(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
		$(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
		$(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
		$(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
	fi
	fi
	if [ -d $(gnome2icons) ] ; then \
	if [ -d $(gnome2icons) ] ; then \
		$(INSTALL_DIR) $(DESTDIR)$(gnome2icons) ; \
		$(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
		$(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
	fi
	fi