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 | fa579f499b631b652e7b84d022e3194692f1c7c1 (patch) | |
| tree | 08859bc508df2329712b19cc8b15fe9998b5eb47 /repos | |
| parent | aeefceb3e1c91e72349143e957c0f3b1bee073fc (diff) | |
| download | alicelinux-fa579f499b631b652e7b84d022e3194692f1c7c1.tar.gz alicelinux-fa579f499b631b652e7b84d022e3194692f1c7c1.zip | |
hsetroot: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/hsetroot/.files | 4 | ||||
| -rw-r--r-- | repos/xorg/hsetroot/abuild | 9 | ||||
| -rw-r--r-- | repos/xorg/hsetroot/depends | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/repos/xorg/hsetroot/.files b/repos/xorg/hsetroot/.files new file mode 100644 index 00000000..81ce7b64 --- /dev/null +++ b/repos/xorg/hsetroot/.files @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/hsetroot +-rwxr-xr-x root/root usr/bin/hsr-outputs diff --git a/repos/xorg/hsetroot/abuild b/repos/xorg/hsetroot/abuild new file mode 100644 index 00000000..e16152c3 --- /dev/null +++ b/repos/xorg/hsetroot/abuild @@ -0,0 +1,9 @@ +name=hsetroot +version=1.0.5 +release=1 +source="https://github.com/himdel/${name}/archive/${version}/${name}-${version}.tar.gz" + +build() { + make + install -Dt $PKG/usr/bin hsetroot hsr-outputs +} diff --git a/repos/xorg/hsetroot/depends b/repos/xorg/hsetroot/depends new file mode 100644 index 00000000..76dd7893 --- /dev/null +++ b/repos/xorg/hsetroot/depends @@ -0,0 +1,3 @@ +libx11 +libxinerama +imlib2 |