summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2021-09-02 20:17:24 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2021-09-02 20:17:24 +0200
commit34c1bcf4d631a39b03bc7624b245332d4581a14e (patch)
treeaeba9459f4da6bcf56f8f7dcb293fc076e6c767c
parent3097b31394f35f77dd10be062e1b74e5bf413000 (diff)
add xrandr 1.5.1
-rw-r--r--meta/xenocara/Makefile1
-rw-r--r--x11/xrandr/Makefile31
-rw-r--r--x11/xrandr/distinfo2
-rw-r--r--x11/xrandr/pkg/DESCR6
-rw-r--r--x11/xrandr/pkg/PLIST4
5 files changed, 44 insertions, 0 deletions
diff --git a/meta/xenocara/Makefile b/meta/xenocara/Makefile
index 106eab3..ddbdf5f 100644
--- a/meta/xenocara/Makefile
+++ b/meta/xenocara/Makefile
@@ -26,6 +26,7 @@ RUN_DEPENDS = \
x11/xlogo \
x11/xlsfonts \
x11/xmodmap \
+ x11/xrandr \
x11/xset \
x11/xsetroot \
x11/xterm
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
new file mode 100644
index 0000000..be1e5db
--- /dev/null
+++ b/x11/xrandr/Makefile
@@ -0,0 +1,31 @@
+# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
+COMMENT = primitive command line interface to RandR extension
+
+
+DISTNAME = xrandr-1.5.1
+CATEGORIES = x11
+
+HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xlogo
+
+MAINTAINER = xenocara@openbsd.org
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+WANTLIB = X11 Xrandr Xrender c m
+
+MASTER_SITES = ${MASTER_SITE_XORG:=app/}
+
+MODULES = xenocara
+
+BUILD_DEPENDS = devel/xorgproto
+
+LIB_DEPENDS = x11/libXrandr \
+ x11/libXrender
+
+SEPARATE_BUILD = Yes
+CONFIGURE_STYLE = gnu
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>
diff --git a/x11/xrandr/distinfo b/x11/xrandr/distinfo
new file mode 100644
index 0000000..755f141
--- /dev/null
+++ b/x11/xrandr/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xrandr-1.5.1.tar.gz) = e5ntt5cKE2Xq9byvVSFE5N/DzPUQxKvAhWmEmSn7Nm4=
+SIZE (xrandr-1.5.1.tar.gz) = 224114
diff --git a/x11/xrandr/pkg/DESCR b/x11/xrandr/pkg/DESCR
new file mode 100644
index 0000000..7a46f76
--- /dev/null
+++ b/x11/xrandr/pkg/DESCR
@@ -0,0 +1,6 @@
+Xrandr is used to set the size, orientation and/or reflection of the
+outputs for a screen. It can also set the screen size.
+
+If invoked without any option, it will dump the state of the outputs,
+showing the existing modes for each of them, with a '+' after the
+preferred modes and a '*' after the current mode.
diff --git a/x11/xrandr/pkg/PLIST b/x11/xrandr/pkg/PLIST
new file mode 100644
index 0000000..24ca02b
--- /dev/null
+++ b/x11/xrandr/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $OpenBSD: PLIST,v$
+@bin bin/xkeystone
+@bin bin/xrandr
+@man man/man1/xrandr.1