diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:15:54 +0800 |
| commit | ae4593e20cef97c7323d522b40994a59425cd6d5 (patch) | |
| tree | 7b3e8750bbbfa32e917869e325027108ee59ee85 /repos/xorg/xinit | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/xinit')
| -rw-r--r-- | repos/xorg/xinit/.files | 13 | ||||
| -rw-r--r-- | repos/xorg/xinit/abuild | 5 | ||||
| -rw-r--r-- | repos/xorg/xinit/depends | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/repos/xorg/xinit/.files b/repos/xorg/xinit/.files new file mode 100644 index 00000000..9f78173b --- /dev/null +++ b/repos/xorg/xinit/.files @@ -0,0 +1,13 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/X11/ +drwxr-xr-x root/root etc/X11/xinit/ +-rw-r--r-- root/root etc/X11/xinit/xinitrc.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/startx +-rwxr-xr-x root/root usr/bin/xinit +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/startx.1.gz +-rw-r--r-- root/root usr/share/man/man1/xinit.1.gz diff --git a/repos/xorg/xinit/abuild b/repos/xorg/xinit/abuild new file mode 100644 index 00000000..0acc4737 --- /dev/null +++ b/repos/xorg/xinit/abuild @@ -0,0 +1,5 @@ +name=xinit +version=1.4.2 +release=1 +source="https://www.x.org/pub/individual/app/$name-$version.tar.xz" +#build_opt=--with-xinitdir=/etc/X11/app-defaults diff --git a/repos/xorg/xinit/depends b/repos/xorg/xinit/depends new file mode 100644 index 00000000..461752a8 --- /dev/null +++ b/repos/xorg/xinit/depends @@ -0,0 +1,2 @@ +libx11 +util-macros |