From 5bb87f325948b3f956209fa7e549bac8aad7b69b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 6 Nov 2019 15:16:45 +0000 Subject: [PATCH] xsetroot/xbitmaps: new packages at 1.1.2. Closes #115 --- xorg/xbitmaps/build | 10 ++++++++++ xorg/xbitmaps/checksums | 1 + xorg/xbitmaps/depends | 1 + xorg/xbitmaps/sources | 1 + xorg/xbitmaps/version | 1 + xorg/xsetroot/build | 9 +++++++++ xorg/xsetroot/checksums | 1 + xorg/xsetroot/depends | 5 +++++ xorg/xsetroot/sources | 1 + xorg/xsetroot/version | 1 + 10 files changed, 31 insertions(+) create mode 100755 xorg/xbitmaps/build create mode 100644 xorg/xbitmaps/checksums create mode 100644 xorg/xbitmaps/depends create mode 100644 xorg/xbitmaps/sources create mode 100644 xorg/xbitmaps/version 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 diff --git a/xorg/xbitmaps/build b/xorg/xbitmaps/build new file mode 100755 index 00000000..80ce93e8 --- /dev/null +++ b/xorg/xbitmaps/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xorg/xbitmaps/checksums b/xorg/xbitmaps/checksums new file mode 100644 index 00000000..69278b0e --- /dev/null +++ b/xorg/xbitmaps/checksums @@ -0,0 +1 @@ +b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee xbitmaps-1.1.2.tar.bz2 diff --git a/xorg/xbitmaps/depends b/xorg/xbitmaps/depends new file mode 100644 index 00000000..8c98a973 --- /dev/null +++ b/xorg/xbitmaps/depends @@ -0,0 +1 @@ +xorg-util-macros make diff --git a/xorg/xbitmaps/sources b/xorg/xbitmaps/sources new file mode 100644 index 00000000..6b03aaeb --- /dev/null +++ b/xorg/xbitmaps/sources @@ -0,0 +1 @@ +https://www.x.org/pub/individual/data/xbitmaps-1.1.2.tar.bz2 diff --git a/xorg/xbitmaps/version b/xorg/xbitmaps/version new file mode 100644 index 00000000..909c7076 --- /dev/null +++ b/xorg/xbitmaps/version @@ -0,0 +1 @@ +1.1.2 1 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