diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:31 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:31 +0800 |
| commit | 5e7c1e6a6327bf6c9ad1ed80cde98da3cb155c05 (patch) | |
| tree | 8634084bb4d7486b0751bbd5285137b3acae8289 | |
| parent | 4c918f6641fcd12983ba84c688aecede4abb6a87 (diff) | |
| download | alicelinux-5e7c1e6a6327bf6c9ad1ed80cde98da3cb155c05.tar.gz alicelinux-5e7c1e6a6327bf6c9ad1ed80cde98da3cb155c05.zip | |
i3: new added
| -rw-r--r-- | repos/xorg/i3/.files | 44 | ||||
| -rw-r--r-- | repos/xorg/i3/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/i3/depends | 10 |
3 files changed, 58 insertions, 0 deletions
diff --git a/repos/xorg/i3/.files b/repos/xorg/i3/.files new file mode 100644 index 00000000..08cc0ffe --- /dev/null +++ b/repos/xorg/i3/.files @@ -0,0 +1,44 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/i3/ +-rw-r--r-- root/root etc/i3/config.keycodes.new +-rw-r--r-- root/root etc/i3/config.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/i3 +-rwxr-xr-x root/root usr/bin/i3-config-wizard +-rwxr-xr-x root/root usr/bin/i3-dmenu-desktop +-rwxr-xr-x root/root usr/bin/i3-dump-log +-rwxr-xr-x root/root usr/bin/i3-input +-rwxr-xr-x root/root usr/bin/i3-migrate-config-to-v4 +-rwxr-xr-x root/root usr/bin/i3-msg +-rwxr-xr-x root/root usr/bin/i3-nagbar +-rwxr-xr-x root/root usr/bin/i3-save-tree +-rwxr-xr-x root/root usr/bin/i3-sensible-editor +-rwxr-xr-x root/root usr/bin/i3-sensible-pager +-rwxr-xr-x root/root usr/bin/i3-sensible-terminal +lrwxrwxrwx root/root usr/bin/i3-with-shmlog -> i3 +-rwxr-xr-x root/root usr/bin/i3bar +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/i3/ +-rw-r--r-- root/root usr/include/i3/ipc.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/i3.desktop +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/i3-config-wizard.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-dmenu-desktop.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-dump-log.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-input.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-migrate-config-to-v4.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-msg.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-nagbar.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-save-tree.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-sensible-editor.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-sensible-pager.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3-sensible-terminal.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3.1.gz +-rw-r--r-- root/root usr/share/man/man1/i3bar.1.gz +drwxr-xr-x root/root usr/share/xsessions/ +-rw-r--r-- root/root usr/share/xsessions/i3-with-shmlog.desktop +-rw-r--r-- root/root usr/share/xsessions/i3.desktop diff --git a/repos/xorg/i3/abuild b/repos/xorg/i3/abuild new file mode 100644 index 00000000..fc8787bb --- /dev/null +++ b/repos/xorg/i3/abuild @@ -0,0 +1,4 @@ +name=i3 +version=4.23 +release=1 +source="https://${name}wm.org/downloads/${name}-${version}.tar.xz" diff --git a/repos/xorg/i3/depends b/repos/xorg/i3/depends new file mode 100644 index 00000000..45e48a3e --- /dev/null +++ b/repos/xorg/i3/depends @@ -0,0 +1,10 @@ +startup-notification +xcb-util-cursor +xcb-util-keysyms +xcb-util-wm +xcb-util-xrm +libxkbcommon +yajl +pango +libev +bash |