]> git.pld-linux.org Git - packages/bluefish.git/commitdiff
- outdated
authorfreetz <freetz@pld-linux.org>
Tue, 12 Apr 2005 21:07:43 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluefish-DESTDIR.patch -> 1.14

bluefish-DESTDIR.patch [deleted file]

diff --git a/bluefish-DESTDIR.patch b/bluefish-DESTDIR.patch
deleted file mode 100644 (file)
index 34a87de..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
---- bluefish-0.13/data/Makefile.in.orig        2004-04-09 12:30:01.000000000 +0200
-+++ bluefish-0.13/data/Makefile.in     2004-04-09 21:37:30.000000000 +0200
-@@ -52,23 +52,21 @@
-       @for file in $(FUNCREFFILES) ; do \
-               $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
-       done
--      if [ -d $(gnome2applications) ] ; then \
--              $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications) ;\
--      fi
--      if [ -d $(gnome1menupath) ] ; then \
--              $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications ;\
--              $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications ;\
--      fi
--      if [ -d $(gnome2appreg) ] ; then \
--              $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg) ;\
--      fi
--      if [ -d $(gnome2mime-info) ] ; then \
--              $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info) ;\
--              $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info) ;\
--      fi
--      if [ -d $(gnome2icons) ] ; then \
--              $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons) ;\
--      fi
-+      $(INSTALL_DIR) $(DESTDIR)$(gnome2applications)
-+      $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome2applications)
-+
-+      $(INSTALL_DIR) $(DESTDIR)$(gnome1menupath)/Applications
-+      $(INSTALL_DATA) bluefish.desktop $(DESTDIR)$(gnome1menupath)/Applications
-+
-+      $(INSTALL_DIR) $(DESTDIR)$(gnome2appreg)
-+      $(INSTALL_DATA) bluefish.applications $(DESTDIR)$(gnome2appreg)
-+
-+      $(INSTALL_DIR) $(DESTDIR)$(gnome2mime-info)
-+      $(INSTALL_DATA) bluefish.mime $(DESTDIR)$(gnome2mime-info)
-+      $(INSTALL_DATA) bluefish.keys $(DESTDIR)$(gnome2mime-info)
-+
-+      $(INSTALL_DIR) $(DESTDIR)$(gnome2icons)
-+      $(INSTALL_DATA) gnome-application-bluefish.png $(DESTDIR)$(gnome2icons)
- uninstall:
-       @for file in $(DEFAULTFILES) ; do \
This page took 0.068768 seconds and 4 git commands to generate.