mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
This commit is contained in:
commit
2968429c0b
11 changed files with 96 additions and 4 deletions
|
@ -175,6 +175,29 @@
|
||||||
copyright
|
copyright
|
||||||
{ default
|
{ default
|
||||||
install_target = /usr/dt/copyright
|
install_target = /usr/dt/copyright
|
||||||
|
mode = 0644
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
#>>-----------------------------
|
||||||
|
# the COPYING file
|
||||||
|
#<<-----------------------------
|
||||||
|
#
|
||||||
|
COPYING
|
||||||
|
{ default
|
||||||
|
install_target = /usr/dt/COPYING
|
||||||
|
mode = 0644
|
||||||
|
}
|
||||||
|
|
||||||
|
#
|
||||||
|
#>>-----------------------------
|
||||||
|
# the CONTRIBUTORS file
|
||||||
|
#<<-----------------------------
|
||||||
|
#
|
||||||
|
CONTRIBUTORS
|
||||||
|
{ default
|
||||||
|
install_target = /usr/dt/CONTRIBUTORS
|
||||||
|
mode = 0644
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -117,6 +117,14 @@ Dtfile*dirHeight: 400
|
||||||
XCOMM endif
|
XCOMM endif
|
||||||
XCOMM endif
|
XCOMM endif
|
||||||
|
|
||||||
|
!#################################################################
|
||||||
|
!#
|
||||||
|
!# Default ColorUse resource
|
||||||
|
!#
|
||||||
|
!#################################################################
|
||||||
|
|
||||||
|
*ColorUse: HIGH_COLOR
|
||||||
|
|
||||||
!#################################################################
|
!#################################################################
|
||||||
!#
|
!#
|
||||||
!# Motif resources
|
!# Motif resources
|
||||||
|
|
|
@ -186,6 +186,8 @@ Dtwm*VersionDialog_popup*columns: %|nls-6-40^columns|
|
||||||
!####
|
!####
|
||||||
#ifdef __osf__
|
#ifdef __osf__
|
||||||
Dtwm*Mail*fileName: /usr/spool/mail/$LOGNAME
|
Dtwm*Mail*fileName: /usr/spool/mail/$LOGNAME
|
||||||
|
#elif defined(linux)
|
||||||
|
Dtwm*Mail*fileName: /var/mail/$LOGNAME
|
||||||
#else
|
#else
|
||||||
!# Dtwm*Mail*fileName: /usr/mail/$LOGNAME
|
!# Dtwm*Mail*fileName: /usr/mail/$LOGNAME
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -135,6 +135,10 @@ $ *--------------------------------------------------------------------------*
|
||||||
"Minimize" _n Alt<Key>F9 f.minimize\n\
|
"Minimize" _n Alt<Key>F9 f.minimize\n\
|
||||||
"Maximize" _x Alt<Key>F10 f.maximize\n\
|
"Maximize" _x Alt<Key>F10 f.maximize\n\
|
||||||
"Lower" _L Alt<Key>F3 f.lower\n\
|
"Lower" _L Alt<Key>F3 f.lower\n\
|
||||||
|
no-label f.separator\n\
|
||||||
|
"Occupy Workspace..." _O f.workspace_presence\n\
|
||||||
|
"Occupy All Workspaces" _A f.occupy_all\n\
|
||||||
|
"Unoccupy Workspace" _U f.remove\n\
|
||||||
no-label f.separator\n\
|
no-label f.separator\n\
|
||||||
"Close" _C Alt<Key>F4 f.kill
|
"Close" _C Alt<Key>F4 f.kill
|
||||||
$ *
|
$ *
|
||||||
|
|
|
@ -142,6 +142,10 @@ $ *--------------------------------------------------------------------------*
|
||||||
\"Symbolgröße\"\t_S\tAlt<Key>F9\tf.minimize\n\
|
\"Symbolgröße\"\t_S\tAlt<Key>F9\tf.minimize\n\
|
||||||
\"Maximale Größe\"\t_M\tAlt<Key>F10\tf.maximize\n\
|
\"Maximale Größe\"\t_M\tAlt<Key>F10\tf.maximize\n\
|
||||||
\"Nach hinten\"\t_u\tAlt<Key>F3\tf.lower\n\
|
\"Nach hinten\"\t_u\tAlt<Key>F3\tf.lower\n\
|
||||||
|
no-label\t\t\t\t\t\tf.separator\n\
|
||||||
|
\"Arbeitsbereich belegen...\"\t_b\t\t\tf.workspace_presence\n\
|
||||||
|
\"Alle Arbeitsbereiche belegen\"\t_A\t\t\tf.occupy_all\n\
|
||||||
|
\"Aus Arbeitsbereich entfernen\"\t_e\t\t\tf.remove\n\
|
||||||
no-label\t\t\t\tf.separator\n\
|
no-label\t\t\t\tf.separator\n\
|
||||||
\"Schließen\"\t_c\tAlt<Key>F4\tf.kill"
|
\"Schließen\"\t_c\tAlt<Key>F4\tf.kill"
|
||||||
$ *
|
$ *
|
||||||
|
|
|
@ -142,6 +142,10 @@ $ *--------------------------------------------------------------------------*
|
||||||
\"Minimizar\"\t_n\tAlt<Key>F9\tf.minimize\n\
|
\"Minimizar\"\t_n\tAlt<Key>F9\tf.minimize\n\
|
||||||
\"Maximizar\"\t_x\tAlt<Key>F10\tf.maximize\n\
|
\"Maximizar\"\t_x\tAlt<Key>F10\tf.maximize\n\
|
||||||
\"Bajar\"\t_P\tAlt<Key>F3\tf.lower\n\
|
\"Bajar\"\t_P\tAlt<Key>F3\tf.lower\n\
|
||||||
|
no-label\t\t\t\t\t\tf.separator\n\
|
||||||
|
\"Ocupar Espacio de trabajo...\"\t_O\t\t\tf.workspace_presence\n\
|
||||||
|
\"Ocupar todos los Espacios de Trabajo\"\t_T\t\t\tf.occupy_all\n\
|
||||||
|
\"Desocupar Espacio de trabajo\"\t_u\t\t\tf.remove\n\
|
||||||
no-label\t\t\t\tf.separator\n\
|
no-label\t\t\t\tf.separator\n\
|
||||||
\"Cerrar\"\t_C\tAlt<Key>F4\tf.kill"
|
\"Cerrar\"\t_C\tAlt<Key>F4\tf.kill"
|
||||||
$ *
|
$ *
|
||||||
|
|
|
@ -142,6 +142,10 @@ $ *--------------------------------------------------------------------------*
|
||||||
\"Réduire\"\t_u\tAlt<Key>F9\tf.minimize\n\
|
\"Réduire\"\t_u\tAlt<Key>F9\tf.minimize\n\
|
||||||
\"Agrandir\"\t_A\tAlt<Key>F10\tf.maximize\n\
|
\"Agrandir\"\t_A\tAlt<Key>F10\tf.maximize\n\
|
||||||
\"Derrière\"\t_r\tAlt<Key>F3\tf.lower\n\
|
\"Derrière\"\t_r\tAlt<Key>F3\tf.lower\n\
|
||||||
|
no-label\t\t\t\t\t\tf.separator\n\
|
||||||
|
\"Occuper l'espace de travail...\"\t_O\t\t\tf.workspace_presence\n\
|
||||||
|
\"Occuper tous les espaces de travail\"\t_l\t\t\tf.occupy_all\n\
|
||||||
|
\"Libérer l'espace de travail\"\t_v\t\t\tf.remove\n\
|
||||||
no-label\t\t\t\tf.separator\n\
|
no-label\t\t\t\tf.separator\n\
|
||||||
\"Fermer\"\t_F\tAlt<Key>F4\tf.kill"
|
\"Fermer\"\t_F\tAlt<Key>F4\tf.kill"
|
||||||
$ *
|
$ *
|
||||||
|
|
|
@ -135,6 +135,10 @@ $ *--------------------------------------------------------------------------*
|
||||||
"Ridurre a icona" _i Alt<Key>F9 f.minimize\n\
|
"Ridurre a icona" _i Alt<Key>F9 f.minimize\n\
|
||||||
"Ingrandire" _g Alt<Key>F10 f.maximize\n\
|
"Ingrandire" _g Alt<Key>F10 f.maximize\n\
|
||||||
"In fondo" _f Alt<Key>F3 f.lower\n\
|
"In fondo" _f Alt<Key>F3 f.lower\n\
|
||||||
|
no-label f.separator\n\
|
||||||
|
"Occupare spazio di lavoro..." _O f.workspace_presence\n\
|
||||||
|
"Occupare tutti gli spazi di lavoro" _t f.occupy_all\n\
|
||||||
|
"Eliminare dallo spazio di lavoro" _l f.remove\n\
|
||||||
no-label f.separator\n\
|
no-label f.separator\n\
|
||||||
"Chiudere" _C Alt<Key>F4 f.kill
|
"Chiudere" _C Alt<Key>F4 f.kill
|
||||||
$ *
|
$ *
|
||||||
|
|
|
@ -8,6 +8,13 @@ SHELL=/bin/ksh
|
||||||
.NO_PARALLEL:
|
.NO_PARALLEL:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
|
DTINFO=
|
||||||
|
#else
|
||||||
|
DTINFO="Dtinfo"
|
||||||
|
#endif
|
||||||
|
|
||||||
OBJS = \
|
OBJS = \
|
||||||
Dthelpview \
|
Dthelpview \
|
||||||
Dtimsstart \
|
Dtimsstart \
|
||||||
|
@ -26,7 +33,7 @@ OBJS = \
|
||||||
Dtterm \
|
Dtterm \
|
||||||
Dtmail \
|
Dtmail \
|
||||||
Dtbuilder \
|
Dtbuilder \
|
||||||
Dtinfo \
|
$(DTINFO) \
|
||||||
Dtudcfonted \
|
Dtudcfonted \
|
||||||
Dt
|
Dt
|
||||||
|
|
||||||
|
@ -49,7 +56,10 @@ LinkFile(Dtcm.nls,$(CDESRC)/dtcm/dtcm/Dtcm.ad)
|
||||||
LinkFile(Dtterm.nls,$(CDESRC)/dtterm/Dtterm.ad)
|
LinkFile(Dtterm.nls,$(CDESRC)/dtterm/Dtterm.ad)
|
||||||
LinkFile(Dtmail.nls,$(CDESRC)/dtmail/dtmail/Dtmail)
|
LinkFile(Dtmail.nls,$(CDESRC)/dtmail/dtmail/Dtmail)
|
||||||
LinkFile(Dtbuilder.nls,$(CDESRC)/dtappbuilder/src/ab/Dtbuilder.ad)
|
LinkFile(Dtbuilder.nls,$(CDESRC)/dtappbuilder/src/ab/Dtbuilder.ad)
|
||||||
|
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
LinkFile(Dtinfo.nls,$(CDESRC)/dtinfo/dtinfo/src/Dtinfo)
|
LinkFile(Dtinfo.nls,$(CDESRC)/dtinfo/dtinfo/src/Dtinfo)
|
||||||
|
#endif
|
||||||
LinkFile(Dtudcfonted.nls,$(CDESRC)/dtudcfonted/resource/Dtudcfonted)
|
LinkFile(Dtudcfonted.nls,$(CDESRC)/dtudcfonted/resource/Dtudcfonted)
|
||||||
LinkFile(Dt.nls,$(DTSVCSRC)/DtUtil2/Dt.ad)
|
LinkFile(Dt.nls,$(DTSVCSRC)/DtUtil2/Dt.ad)
|
||||||
|
|
||||||
|
@ -70,7 +80,10 @@ DtstyleDescRule(Dtcm,Dtcm)
|
||||||
DtstyleDescRule(Dtterm,Dtterm)
|
DtstyleDescRule(Dtterm,Dtterm)
|
||||||
DtstyleDescRule(Dtmail,Dtmail)
|
DtstyleDescRule(Dtmail,Dtmail)
|
||||||
DtstyleDescRule(Dtbuilder,Dtbuilder)
|
DtstyleDescRule(Dtbuilder,Dtbuilder)
|
||||||
|
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
DtstyleDescRule(Dtinfo,Dtinfo)
|
DtstyleDescRule(Dtinfo,Dtinfo)
|
||||||
|
#endif
|
||||||
DtstyleDescRule(Dtudcfonted,Dtudcfonted)
|
DtstyleDescRule(Dtudcfonted,Dtudcfonted)
|
||||||
DtstyleDescRule(Dt,Dt)
|
DtstyleDescRule(Dt,Dt)
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,14 @@ SHELL=/bin/ksh
|
||||||
.NO_PARALLEL:
|
.NO_PARALLEL:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
|
DTINFOCATS=
|
||||||
|
#else
|
||||||
|
DTINFOCATS="dtinfo.cat dtinfo_start.cat"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
OBJS= \
|
OBJS= \
|
||||||
Xm.cat \
|
Xm.cat \
|
||||||
Mrm.cat \
|
Mrm.cat \
|
||||||
|
@ -34,8 +42,7 @@ OBJS= \
|
||||||
dthelpprint.cat \
|
dthelpprint.cat \
|
||||||
dticon.cat \
|
dticon.cat \
|
||||||
dtimsstart.cat \
|
dtimsstart.cat \
|
||||||
dtinfo.cat \
|
$(DTINFOCATS) \
|
||||||
dtinfo_start.cat \
|
|
||||||
dtksh.cat \
|
dtksh.cat \
|
||||||
dtlogin.cat \
|
dtlogin.cat \
|
||||||
dtlp.cat \
|
dtlp.cat \
|
||||||
|
@ -86,8 +93,11 @@ LinkFile(dthelpgen.msg,$(CDESRC)/dthelp/dthelpgen/dthelpgen.msg)
|
||||||
LinkFile(dthelpprint.msg,$(CDESRC)/dthelp/dthelpprint/dthelpprint.msg)
|
LinkFile(dthelpprint.msg,$(CDESRC)/dthelp/dthelpprint/dthelpprint.msg)
|
||||||
LinkFile(dticon.msg,$(CDESRC)/dticon/dticon.msg)
|
LinkFile(dticon.msg,$(CDESRC)/dticon/dticon.msg)
|
||||||
LinkFile(dtimsstart.msg,$(CDESRC)/dtimsstart/dtimsstart.msg)
|
LinkFile(dtimsstart.msg,$(CDESRC)/dtimsstart/dtimsstart.msg)
|
||||||
|
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
LinkFile(dtinfo.msg,$(CDESRC)/dtinfo/dtinfo/src/dtinfo.msg.updated)
|
LinkFile(dtinfo.msg,$(CDESRC)/dtinfo/dtinfo/src/dtinfo.msg.updated)
|
||||||
LinkFile(dtinfo_start.msg,$(CDESRC)/dtinfo/clients/dtinfo_start/dtinfo_start.msg)
|
LinkFile(dtinfo_start.msg,$(CDESRC)/dtinfo/clients/dtinfo_start/dtinfo_start.msg)
|
||||||
|
#endif
|
||||||
LinkFile(dtksh.msg,$(CDESRC)/dtksh/dtksh.msg)
|
LinkFile(dtksh.msg,$(CDESRC)/dtksh/dtksh.msg)
|
||||||
LinkFile(dtlogin.msg,$(CDESRC)/dtlogin/dtlogin.msg)
|
LinkFile(dtlogin.msg,$(CDESRC)/dtlogin/dtlogin.msg)
|
||||||
LinkFile(dtlp.msg,$(CDESRC)/dtprintegrate/dtlp.msg)
|
LinkFile(dtlp.msg,$(CDESRC)/dtprintegrate/dtlp.msg)
|
||||||
|
|
|
@ -4,6 +4,13 @@ XCOMM $TOG: types.tmpl /main/9 1998/08/05 18:05:45 mgreess $
|
||||||
SHELL=/bin/ksh
|
SHELL=/bin/ksh
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxArchitecture) || defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
|
DTINFODT=
|
||||||
|
#else
|
||||||
|
DTINFODT="dtinfo.dt"
|
||||||
|
#endif
|
||||||
|
|
||||||
OBJS1 = \
|
OBJS1 = \
|
||||||
autoStart.dt \
|
autoStart.dt \
|
||||||
user-prefs.dt \
|
user-prefs.dt \
|
||||||
|
@ -14,7 +21,7 @@ OBJS1 = \
|
||||||
dtappman.dt \
|
dtappman.dt \
|
||||||
dtfile.dt \
|
dtfile.dt \
|
||||||
dtims.dt \
|
dtims.dt \
|
||||||
dtinfo.dt \
|
$(DTINFODT) \
|
||||||
dtpad.dt \
|
dtpad.dt \
|
||||||
xclients.dt \
|
xclients.dt \
|
||||||
dthelp.dt \
|
dthelp.dt \
|
||||||
|
@ -56,7 +63,10 @@ LinkFile(datatypes.dt.nls,$(CDESRC)/types/datatypes.dt)
|
||||||
LinkFile(dtappman.dt.nls,$(CDESRC)/types/dtappman.dt)
|
LinkFile(dtappman.dt.nls,$(CDESRC)/types/dtappman.dt)
|
||||||
LinkFile(dtfile.dt.nls,$(CDESRC)/types/dtfile.dt)
|
LinkFile(dtfile.dt.nls,$(CDESRC)/types/dtfile.dt)
|
||||||
LinkFile(dtims.dt.nls,$(CDESRC)/types/dtims.dt)
|
LinkFile(dtims.dt.nls,$(CDESRC)/types/dtims.dt)
|
||||||
|
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
LinkFile(dtinfo.dt.nls,$(CDESRC)/types/dtinfo.dt)
|
LinkFile(dtinfo.dt.nls,$(CDESRC)/types/dtinfo.dt)
|
||||||
|
#endif
|
||||||
LinkFile(dtpad.dt.nls,$(CDESRC)/types/dtpad.dt)
|
LinkFile(dtpad.dt.nls,$(CDESRC)/types/dtpad.dt)
|
||||||
LinkFile(xclients.dt.nls,$(CDESRC)/types/xclients.dt)
|
LinkFile(xclients.dt.nls,$(CDESRC)/types/xclients.dt)
|
||||||
LinkFile(dthelp.dt.nls,$(CDESRC)/types/dthelp.dt)
|
LinkFile(dthelp.dt.nls,$(CDESRC)/types/dthelp.dt)
|
||||||
|
@ -89,7 +99,10 @@ LinkFile(datatypes.dt.tmsg,_common.dt.tmsg)
|
||||||
LinkFile(dtappman.dt.tmsg,_common.dt.tmsg)
|
LinkFile(dtappman.dt.tmsg,_common.dt.tmsg)
|
||||||
LinkFile(dtfile.dt.tmsg,_common.dt.tmsg)
|
LinkFile(dtfile.dt.tmsg,_common.dt.tmsg)
|
||||||
LinkFile(dtims.dt.tmsg,_common.dt.tmsg)
|
LinkFile(dtims.dt.tmsg,_common.dt.tmsg)
|
||||||
|
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
LinkFile(dtinfo.dt.tmsg,_common.dt.tmsg)
|
LinkFile(dtinfo.dt.tmsg,_common.dt.tmsg)
|
||||||
|
#endif
|
||||||
LinkFile(dtpad.dt.tmsg,_common.dt.tmsg)
|
LinkFile(dtpad.dt.tmsg,_common.dt.tmsg)
|
||||||
LinkFile(xclients.dt.tmsg,_common.dt.tmsg)
|
LinkFile(xclients.dt.tmsg,_common.dt.tmsg)
|
||||||
LinkFile(dthelp.dt.tmsg,_common.dt.tmsg)
|
LinkFile(dthelp.dt.tmsg,_common.dt.tmsg)
|
||||||
|
@ -121,7 +134,10 @@ DtstyleDescRule(datatypes.dt,datatypes.dt)
|
||||||
DtstyleDescRule(dtappman.dt,dtappman.dt)
|
DtstyleDescRule(dtappman.dt,dtappman.dt)
|
||||||
DtstyleDescRule(dtfile.dt,dtfile.dt)
|
DtstyleDescRule(dtfile.dt,dtfile.dt)
|
||||||
DtstyleDescRule(dtims.dt,dtims.dt)
|
DtstyleDescRule(dtims.dt,dtims.dt)
|
||||||
|
#if !defined(LinuxArchitecture) && !defined(FreeBSDArchitecture)
|
||||||
|
XCOMM no dtinfo for linux/fbsd
|
||||||
DtstyleDescRule(dtinfo.dt,dtinfo.dt)
|
DtstyleDescRule(dtinfo.dt,dtinfo.dt)
|
||||||
|
#endif
|
||||||
DtstyleDescRule(dtpad.dt,dtpad.dt)
|
DtstyleDescRule(dtpad.dt,dtpad.dt)
|
||||||
DtstyleDescRule(xclients.dt,xclients.dt)
|
DtstyleDescRule(xclients.dt,xclients.dt)
|
||||||
DtstyleDescRule(dthelp.dt,dthelp.dt)
|
DtstyleDescRule(dthelp.dt,dthelp.dt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue