diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-15 09:56:45 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-15 09:56:45 +0800 |
| commit | 2bba72772b045b2040a2632d97229e1d9d7d292c (patch) | |
| tree | 3fd88b5206d4a162cf11701402e1e6e1d0acba14 | |
| parent | 221b6ad53aea76e37e8a95f4d23892216c2a3004 (diff) | |
| download | alicelinux-2bba72772b045b2040a2632d97229e1d9d7d292c.tar.gz alicelinux-2bba72772b045b2040a2632d97229e1d9d7d292c.zip | |
xrdb: new added
| -rw-r--r-- | repos/xorg/xrdb/.files | 7 | ||||
| -rw-r--r-- | repos/xorg/xrdb/abuild | 4 | ||||
| -rw-r--r-- | repos/xorg/xrdb/depends | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/repos/xorg/xrdb/.files b/repos/xorg/xrdb/.files new file mode 100644 index 00000000..c31270da --- /dev/null +++ b/repos/xorg/xrdb/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xrdb +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/xrdb.1.gz diff --git a/repos/xorg/xrdb/abuild b/repos/xorg/xrdb/abuild new file mode 100644 index 00000000..3b15905c --- /dev/null +++ b/repos/xorg/xrdb/abuild @@ -0,0 +1,4 @@ +name=xrdb +version=1.2.2 +release=1 +source="https://www.x.org/pub/individual/app/$name-$version.tar.xz" diff --git a/repos/xorg/xrdb/depends b/repos/xorg/xrdb/depends new file mode 100644 index 00000000..496cf837 --- /dev/null +++ b/repos/xorg/xrdb/depends @@ -0,0 +1,2 @@ +libx11 +libxmu |