summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch')
-rw-r--r--x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch b/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch
new file mode 100644
index 000000000000..04d83f4ad98c
--- /dev/null
+++ b/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch
@@ -0,0 +1,28 @@
+--- Makefile.in.orig 2007-11-05 22:50:39.000000000 +0100
++++ Makefile.in 2007-11-05 22:57:22.000000000 +0100
+@@ -462,25 +462,6 @@
+ $(DESTDIR)$(SETTINGS_FILE) > $(DESTDIR)$(SETTINGS_FILE).tmp && \
+ mv -f $(DESTDIR)$(SETTINGS_FILE).tmp $(DESTDIR)$(SETTINGS_FILE)
+
+- PATH="$(DESTDIR)$(bindir):$(FVWM_BINDIR):$$PATH"; \
+- $(DESTDIR)$(bindir)/fvwm-themes-config --site --reset
+-
+- if test "$(BUILD_MENUS)" = "yes"; then \
+- $(DESTDIR)$(bindir)/fvwm-themes-menuapp --site --build-menus --remove-popup; \
+- fi
+-
+- if test "$(GNOME_ICONS)" = "yes"; then \
+- $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --gnome; \
+- fi
+-
+- if test "$(KDE2_ICONS)" = "yes"; then \
+- $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --kde2; \
+- fi
+-
+- if test "$(RUN_UPDATEMENU)" = "yes"; then \
+- $(UPDATE_MENU); \
+- fi
+-
+ @echo
+ @echo ------------------------------------------------------------------------------
+ @echo "fvwm-themes is successfully installed."