FreeBSD Bugzilla – Attachment 170378 Details for
Bug 209562
[NEW PORT] x11/xinit-xsession: Allows ~/.xinitrc to be run as a session from your display manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
The xinit-xsession port in shar archive
xinit-xsession.shar (text/plain), 2.22 KB, created by
lightside
on 2016-05-16 21:54:30 UTC
(
hide
)
Description:
The xinit-xsession port in shar archive
Filename:
MIME Type:
Creator:
lightside
Created:
2016-05-16 21:54:30 UTC
Size:
2.22 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># xinit-xsession ># xinit-xsession/Makefile ># xinit-xsession/files ># xinit-xsession/files/xinitrc.desktop ># xinit-xsession/files/xinitrcsession-helper ># xinit-xsession/pkg-descr ># >echo c - xinit-xsession >mkdir -p xinit-xsession > /dev/null 2>&1 >echo x - xinit-xsession/Makefile >sed 's/^X//' >xinit-xsession/Makefile << 'fa4601ccd230b778e9bfcccd828ea5b2' >X# Created by: lightside <lightside@gmx.com> >X# $FreeBSD$ >X >XPORTNAME= xinit-xsession >XPORTVERSION= 1 >XCATEGORIES= x11 >XMASTER_SITES= # none >XDISTFILES= # none >X >XMAINTAINER= lightside@gmx.com >XCOMMENT= Allows ~/.xinitrc to be run as a session from your display manager >X >XNO_ARCH= yes >XNO_BUILD= yes >X >XPLIST_FILES= bin/xinitrcsession-helper \ >X share/xsessions/xinitrc.desktop >X >Xdo-install: >X @${MKDIR} ${STAGEDIR}${PREFIX}/share/xsessions >X ${INSTALL_DATA} ${FILESDIR}/xinitrc.desktop \ >X ${STAGEDIR}${PREFIX}/share/xsessions >X ${INSTALL_SCRIPT} ${FILESDIR}/xinitrcsession-helper \ >X ${STAGEDIR}${PREFIX}/bin >X >X.include <bsd.port.mk> >fa4601ccd230b778e9bfcccd828ea5b2 >echo c - xinit-xsession/files >mkdir -p xinit-xsession/files > /dev/null 2>&1 >echo x - xinit-xsession/files/xinitrc.desktop >sed 's/^X//' >xinit-xsession/files/xinitrc.desktop << '7c94389f0629ad492dcbba526f61d912' >X[Desktop Entry] >XName=xinitrc >XComment=Executes the .xinitrc script in your home directory >XExec=xinitrcsession-helper >XTryExec=xinitrcsession-helper >XType=Application >7c94389f0629ad492dcbba526f61d912 >echo x - xinit-xsession/files/xinitrcsession-helper >sed 's/^X//' >xinit-xsession/files/xinitrcsession-helper << 'd79b1ed40fcedb3fab83390f3c6e7731' >X#!/bin/sh >Xexec $HOME/.xinitrc >d79b1ed40fcedb3fab83390f3c6e7731 >echo x - xinit-xsession/pkg-descr >sed 's/^X//' >xinit-xsession/pkg-descr << '410c764dd4e4b2d7a6b59329d77ad521' >XThe collection of xinitrc.desktop and xinitrcsession-helper files, which >Xallows ~/.xinitrc to be run as a session from your display manager. >X >XWWW: https://aur.archlinux.org/packages/xinit-xsession/ >410c764dd4e4b2d7a6b59329d77ad521 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 209562
:
170376
|
170378
|
170379
|
170466
|
170467
|
170468
Working