From 9616b2c3d95153fd65aaaca266bea86fe9c2b1ba Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 20:57:29 +0300 Subject: xdpyinfo: add new package at 1.3.2 to xorg --- xorg/xdpyinfo/build | 7 +++++++ xorg/xdpyinfo/checksums | 1 + xorg/xdpyinfo/depends | 6 ++++++ xorg/xdpyinfo/sources | 1 + xorg/xdpyinfo/version | 1 + 5 files changed, 16 insertions(+) create mode 100755 xorg/xdpyinfo/build create mode 100644 xorg/xdpyinfo/checksums create mode 100644 xorg/xdpyinfo/depends create mode 100644 xorg/xdpyinfo/sources create mode 100644 xorg/xdpyinfo/version (limited to 'xorg') diff --git a/xorg/xdpyinfo/build b/xorg/xdpyinfo/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/xdpyinfo/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/xdpyinfo/checksums b/xorg/xdpyinfo/checksums new file mode 100644 index 00000000..45af63ee --- /dev/null +++ b/xorg/xdpyinfo/checksums @@ -0,0 +1 @@ +30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51 xdpyinfo-1.3.2.tar.bz2 diff --git a/xorg/xdpyinfo/depends b/xorg/xdpyinfo/depends new file mode 100644 index 00000000..59c493ea --- /dev/null +++ b/xorg/xdpyinfo/depends @@ -0,0 +1,6 @@ +libXcomposite +libXext +libXinerama +libXrender +libXtst +libXxf86vm diff --git a/xorg/xdpyinfo/sources b/xorg/xdpyinfo/sources new file mode 100644 index 00000000..77f89385 --- /dev/null +++ b/xorg/xdpyinfo/sources @@ -0,0 +1 @@ +https://xorg.freedesktop.org/releases/individual/app/xdpyinfo-1.3.2.tar.bz2 diff --git a/xorg/xdpyinfo/version b/xorg/xdpyinfo/version new file mode 100644 index 00000000..a8cebfe5 --- /dev/null +++ b/xorg/xdpyinfo/version @@ -0,0 +1 @@ +1.3.2 1 -- cgit v1.2.3