diff options
-rw-r--r-- | meta/xenocara/Makefile | 1 | ||||
-rw-r--r-- | x11/xrandr/Makefile | 31 | ||||
-rw-r--r-- | x11/xrandr/distinfo | 2 | ||||
-rw-r--r-- | x11/xrandr/pkg/DESCR | 6 | ||||
-rw-r--r-- | x11/xrandr/pkg/PLIST | 4 |
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 |