patches/fvwm-themes-01-postrun.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 258 69c31d67b2d1
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
258
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur fvwm-themes-0.7.0-orig/Makefile.am fvwm-themes-0.7.0/Makefile.am
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- fvwm-themes-0.7.0-orig/Makefile.am	2003-10-31 10:08:35.000000000 +0700
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ fvwm-themes-0.7.0/Makefile.am	2007-04-28 07:21:02.671136951 +0700
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -33,21 +33,6 @@
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 		$(DESTDIR)$(SETTINGS_FILE) > $(DESTDIR)$(SETTINGS_FILE).tmp && \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 	mv -f $(DESTDIR)$(SETTINGS_FILE).tmp $(DESTDIR)$(SETTINGS_FILE)
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-	PATH="$(DESTDIR)$(bindir):$(FVWM_BINDIR):$$PATH"; \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
-	$(DESTDIR)$(bindir)/fvwm-themes-config --site --reset
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
-
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
-	if test "$(BUILD_MENUS)" = "yes"; then \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
-		$(DESTDIR)$(bindir)/fvwm-themes-menuapp --site --build-menus --remove-popup; \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
-	fi
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
-
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
-	if test "$(GNOME_ICONS)" = "yes"; then \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
-		$(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --gnome; \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
-	fi
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    18
-
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    19
-	if test "$(KDE2_ICONS)" = "yes"; then \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    20
-		$(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --kde2; \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    21
-	fi
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    22
-
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    23
 	if test "$(RUN_UPDATEMENU)" = "yes"; then \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    24
 		$(UPDATE_MENU); \
69c31d67b2d1 2007-04-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    25
 	fi