diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 20:57:29 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 20:57:29 +0300 |
commit | 9616b2c3d95153fd65aaaca266bea86fe9c2b1ba (patch) | |
tree | fbe94a9aa77da465f65c3d863c58df5c3a0df2f6 | |
parent | 74992c49b966d5f1c548d60b41b2837b67b88a09 (diff) | |
download | repository-9616b2c3d95153fd65aaaca266bea86fe9c2b1ba.tar.gz |
xdpyinfo: add new package at 1.3.2 to xorg
-rwxr-xr-x | xorg/xdpyinfo/build | 7 | ||||
-rw-r--r-- | xorg/xdpyinfo/checksums | 1 | ||||
-rw-r--r-- | xorg/xdpyinfo/depends | 6 | ||||
-rw-r--r-- | xorg/xdpyinfo/sources | 1 | ||||
-rw-r--r-- | xorg/xdpyinfo/version | 1 |
5 files changed, 16 insertions, 0 deletions
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 |