aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xscreensaver/files/patch-driver_Makefile.in
blob: b3bb8c2f32e6260d0a45a23a1def26565630e546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
--- driver/Makefile.in.orig Thu Aug 14 02:52:11 2003
+++ driver/Makefile.in  Sun Sep  7 16:02:47 2003
@@ -121,7 +121,7 @@
          test-apm   test-fade   xdpyinfo
 
 MOTIF_LIBS = @MOTIF_LIBS@ @XPM_LIBS@ $(XMU_LIBS)
-GTK_LIBS   = @GTK_LIBS@ $(XMU_LIBS)
+GTK_LIBS   = @GTK_LIBS@ @XPM_LIBS@ $(XMU_LIBS)
 XML_LIBS   = @XML_LIBS@
 
 XDPMS_LIBS = @XDPMS_LIBS@
@@ -219,8 +219,6 @@
 EXTRAS     = README Makefile.in XScreenSaver.ad.in xscreensaver.pam \
          xscreensaver-demo.glade xscreensaver-demo.glade2 \
          xscreensaver-demo.glade2p \
-         screensaver-properties.desktop.in \
-         screensaver-properties-capplet \
          xscreensaver.kss.in \
          .gdbinit
 VMSFILES   = compile_axp.com compile_decc.com link_axp.com link_decc.com \
@@ -454,107 +452,6 @@
  $$e ""                                         ;\
      fi ;                              \
    fi
-
-install-gnome:: screensaver-properties.desktop
-   @lost=""                                 ;\
-         if [ "$(GNOME_DATADIR)" != "" ]; then                                \
-                                                                         \
-           if [ ! -d "$(install_prefix)$(GNOME_CCDIR_1)" ]; then              \
-             echo $(INSTALL_DIRS) "$(install_prefix)$(GNOME_CCDIR_1)"        ;\
-                  $(INSTALL_DIRS) "$(install_prefix)$(GNOME_CCDIR_1)"        ;\
-           fi                                                                ;\
-           if [ ! -d "$(install_prefix)$(GNOME_CCDIR_2)" ]; then              \
-             echo $(INSTALL_DIRS) "$(install_prefix)$(GNOME_CCDIR_2)"        ;\
-                  $(INSTALL_DIRS) "$(install_prefix)$(GNOME_CCDIR_2)"        ;\
-           fi                                                                ;\
-           if [ ! -d "$(install_prefix)$(GNOME_CCDIR_3)" ]; then              \
-             echo $(INSTALL_DIRS) "$(install_prefix)$(GNOME_CCDIR_3)"        ;\
-                  $(INSTALL_DIRS) "$(install_prefix)$(GNOME_CCDIR_3)"        ;\
-           fi                                                                ;\
-           if [ ! -d "$(install_prefix)$(GNOME_PANELDIR)" ]; then             \
-             echo $(INSTALL_DIRS) "$(install_prefix)$(GNOME_PANELDIR)"       ;\
-                  $(INSTALL_DIRS) "$(install_prefix)$(GNOME_PANELDIR)"       ;\
-           fi                                                                ;\
-                                                                         \
-           echo $(INSTALL_DATA) screensaver-properties.desktop           \
-             $(install_prefix)$(GNOME_CCDIR_1)/screensaver-properties.desktop;\
-                                                                         \
-           if   $(INSTALL_DATA) screensaver-properties.desktop           \
-             $(install_prefix)$(GNOME_CCDIR_1)/screensaver-properties.desktop;\
-             then true                                                       ;\
-           else                                                               \
-             lost="$$lost $(install_prefix)$(GNOME_CCDIR_1)"                 ;\
-           fi                                                                ;\
-                                                                         \
-           echo $(INSTALL_DATA) screensaver-properties.desktop           \
-             $(install_prefix)$(GNOME_CCDIR_2)/screensaver-properties.desktop;\
-                                                                         \
-           if   $(INSTALL_DATA) screensaver-properties.desktop           \
-             $(install_prefix)$(GNOME_CCDIR_2)/screensaver-properties.desktop;\
-             then true                                                       ;\
-           else                                                               \
-             lost="$$lost $(install_prefix)$(GNOME_CCDIR_2)"                 ;\
-           fi                                                                ;\
-                                                                         \
-           echo $(INSTALL_DATA) screensaver-properties.desktop           \
-             $(install_prefix)$(GNOME_CCDIR_3)/screensaver-properties.desktop;\
-                                                                         \
-           if   $(INSTALL_DATA) screensaver-properties.desktop           \
-             $(install_prefix)$(GNOME_CCDIR_3)/screensaver-properties.desktop;\
-             then true                                                       ;\
-           else                                                               \
-             lost="$$lost $(install_prefix)$(GNOME_CCDIR_3)"                 ;\
-           fi                                                                ;\
-                                                                         \
-           echo $(INSTALL_DATA) screensaver-properties.desktop           \
-            $(install_prefix)$(GNOME_PANELDIR)/screensaver-properties.desktop;\
-           if   $(INSTALL_DATA) screensaver-properties.desktop           \
-            $(install_prefix)$(GNOME_PANELDIR)/screensaver-properties.desktop;\
-             then true                                                       ;\
-           else                                                               \
-             lost="$$lost $(install_prefix)$(GNOME_PANELDIR)"                ;\
-           fi                                                                ;\
-                                                                         \
-           if [ "$$lost" != "" ]; then                                        \
-             e=echo ;                                                         \
- $$e ""                                                                      ;\
- $$e "  ####################################################################";\
- $$e "  Warning: unable to install screensaver-properties.desktop into:"     ;\
-   set - $$lost                                 ;\
-   for f in $$@ ; do echo "             $$f/" ; done                    ;\
- $$e '           This means the "Screen Saver" section of the Gnome'         ;\
- $$e "           Control Center (gnomecc) may not work properly."       ;\
- $$e "  ####################################################################";\
- $$e ""                                                                      ;\
-             exit 1 ;                                                         \
-           fi                                                                ;\
-         fi
-
-install-gnome:: screensaver-properties-capplet
-   @if [ "$(GNOME_DATADIR)" != "" ]; then                                \
-           if [ ! -d "$(install_prefix)$(GNOME_BINDIR)" ]; then               \
-             echo $(INSTALL_DIRS) "$(install_prefix)$(GNOME_BINDIR)"         ;\
-                  $(INSTALL_DIRS) "$(install_prefix)$(GNOME_BINDIR)"         ;\
-           fi                                                                ;\
-      program=screensaver-properties-capplet                ;\
-      echo $(INSTALL_SCRIPT) $(srcdir)/$$program                 \
-             $(install_prefix)$(GNOME_BINDIR)/$$program             ;\
-      if   $(INSTALL_SCRIPT) $(srcdir)/$$program                 \
-             $(install_prefix)$(GNOME_BINDIR)/$$program             ;\
-             then true                                                       ;\
-           else                                                               \
-             e=echo ;                                                         \
- $$e ""                                                                      ;\
- $$e "  ####################################################################";\
- $$e "  Warning: unable to install $$program into"              ;\
- $$e "           $(install_prefix)$(GNOME_BINDIR)/."                         ;\
- $$e "           Without this file, the Gnome session manager will not"      ;\
- $$e "           launch xscreensaver properly at login time."                ;\
- $$e "  ####################################################################";\
- $$e ""                                                                      ;\
-             exit 1 ;                                                         \
-      fi ;                                                               \
-    fi
 
 # xscreensaver.xpm
 # into /usr/share/pixmaps/