Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/fvwm-themes/files: fvwm-themes-0.7.0-gentoo1.patch
Date: Sun, 06 Jan 2008 08:57:26
Message-Id: E1JBRJr-0000VD-AN@stork.gentoo.org
1 omp 08/01/06 08:57:23
2
3 Added: fvwm-themes-0.7.0-gentoo1.patch
4 Log:
5 Patch by Jaroslaw Kalinowski to fix build error. (bug #150623)
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.1 x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo1.patch?rev=1.1&content-type=text/plain
13
14 Index: fvwm-themes-0.7.0-gentoo1.patch
15 ===================================================================
16 --- Makefile.in.orig 2007-11-05 22:50:39.000000000 +0100
17 +++ Makefile.in 2007-11-05 22:57:22.000000000 +0100
18 @@ -462,25 +462,6 @@
19 $(DESTDIR)$(SETTINGS_FILE) > $(DESTDIR)$(SETTINGS_FILE).tmp && \
20 mv -f $(DESTDIR)$(SETTINGS_FILE).tmp $(DESTDIR)$(SETTINGS_FILE)
21
22 - PATH="$(DESTDIR)$(bindir):$(FVWM_BINDIR):$$PATH"; \
23 - $(DESTDIR)$(bindir)/fvwm-themes-config --site --reset
24 -
25 - if test "$(BUILD_MENUS)" = "yes"; then \
26 - $(DESTDIR)$(bindir)/fvwm-themes-menuapp --site --build-menus --remove-popup; \
27 - fi
28 -
29 - if test "$(GNOME_ICONS)" = "yes"; then \
30 - $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --gnome; \
31 - fi
32 -
33 - if test "$(KDE2_ICONS)" = "yes"; then \
34 - $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --kde2; \
35 - fi
36 -
37 - if test "$(RUN_UPDATEMENU)" = "yes"; then \
38 - $(UPDATE_MENU); \
39 - fi
40 -
41 @echo
42 @echo ------------------------------------------------------------------------------
43 @echo "fvwm-themes is successfully installed."
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list