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/xclock | |
| parent | b5aa76f45da627817380276080b2b8bba6e74f68 (diff) | |
| download | alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.tar.gz alicelinux-ae4593e20cef97c7323d522b40994a59425cd6d5.zip | |
added xorg repo
Diffstat (limited to 'repos/xorg/xclock')
| -rw-r--r-- | repos/xorg/xclock/.files | 11 | ||||
| -rw-r--r-- | repos/xorg/xclock/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/xclock/depends | 7 |
3 files changed, 22 insertions, 0 deletions
diff --git a/repos/xorg/xclock/.files b/repos/xorg/xclock/.files new file mode 100644 index 00000000..e06c8227 --- /dev/null +++ b/repos/xorg/xclock/.files @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xclock +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/app-defaults/ +-rw-r--r-- root/root usr/share/X11/app-defaults/XClock +-rw-r--r-- root/root usr/share/X11/app-defaults/XClock-color +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/xclock.1.gz diff --git a/repos/xorg/xclock/abuild b/repos/xorg/xclock/abuild new file mode 100644 index 00000000..39766280 --- /dev/null +++ b/repos/xorg/xclock/abuild @@ -0,0 +1,4 @@ +name=xclock +version=1.1.1 +release=1 +source="https://www.x.org/pub/individual/app/$name-$version.tar.xz" diff --git a/repos/xorg/xclock/depends b/repos/xorg/xclock/depends new file mode 100644 index 00000000..93337312 --- /dev/null +++ b/repos/xorg/xclock/depends @@ -0,0 +1,7 @@ +libxaw +libx11 +libxmu +libxft +libxrender +libxkbfile +util-macros |