From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- xorg/xsetroot/build | 9 +++++++++ xorg/xsetroot/checksums | 1 + xorg/xsetroot/depends | 5 +++++ xorg/xsetroot/sources | 1 + xorg/xsetroot/version | 1 + 5 files changed, 17 insertions(+) create mode 100755 xorg/xsetroot/build create mode 100644 xorg/xsetroot/checksums create mode 100644 xorg/xsetroot/depends create mode 100644 xorg/xsetroot/sources create mode 100644 xorg/xsetroot/version (limited to 'xorg/xsetroot') 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 -- cgit v1.2.3