diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /xorg/xsetroot | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'xorg/xsetroot')
-rwxr-xr-x | xorg/xsetroot/build | 9 | ||||
-rw-r--r-- | xorg/xsetroot/checksums | 1 | ||||
-rw-r--r-- | xorg/xsetroot/depends | 5 | ||||
-rw-r--r-- | xorg/xsetroot/sources | 1 | ||||
-rw-r--r-- | xorg/xsetroot/version | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/xorg/xsetroot/build b/xorg/xsetroot/build new file mode 100755 index 00000000..373bceed --- /dev/null +++ b/xorg/xsetroot/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xorg/xsetroot/checksums b/xorg/xsetroot/checksums new file mode 100644 index 00000000..b95d6eb3 --- /dev/null +++ b/xorg/xsetroot/checksums @@ -0,0 +1 @@ +9d007f5119be09924ac3a5d2bd506f32e6c164b82633c88d2aff26311e1a2a2b xsetroot-1.1.2.tar.gz diff --git a/xorg/xsetroot/depends b/xorg/xsetroot/depends new file mode 100644 index 00000000..9640b489 --- /dev/null +++ b/xorg/xsetroot/depends @@ -0,0 +1,5 @@ +libXmu +libXrender +libXfixes +libXcursor +xbitmaps diff --git a/xorg/xsetroot/sources b/xorg/xsetroot/sources new file mode 100644 index 00000000..82fa909f --- /dev/null +++ b/xorg/xsetroot/sources @@ -0,0 +1 @@ +https://www.x.org/archive//individual/app/xsetroot-1.1.2.tar.gz diff --git a/xorg/xsetroot/version b/xorg/xsetroot/version new file mode 100644 index 00000000..909c7076 --- /dev/null +++ b/xorg/xsetroot/version @@ -0,0 +1 @@ +1.1.2 1 |