commit 9616b2c3d95153fd65aaaca266bea86fe9c2b1ba
parent 74992c49b966d5f1c548d60b41b2837b67b88a09
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 6 Apr 2020 20:57:29 +0300
xdpyinfo: add new package at 1.3.2 to xorg
Diffstat:
5 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/xorg/xdpyinfo/build 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
@@ -0,0 +1 @@
+30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51 xdpyinfo-1.3.2.tar.bz2
diff --git a/xorg/xdpyinfo/depends b/xorg/xdpyinfo/depends
@@ -0,0 +1,6 @@
+libXcomposite
+libXext
+libXinerama
+libXrender
+libXtst
+libXxf86vm
diff --git a/xorg/xdpyinfo/sources 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
@@ -0,0 +1 @@
+1.3.2 1