diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2020-08-02 13:04:17 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-08-02 13:04:17 +0200 |
commit | f06ff4d95f7225ed6fa168e67393bfbed20a3e24 (patch) | |
tree | b6a8b32772d1b2eb89ba4cd4c11464781444e2e9 /x11/xcb-util-cursor | |
parent | 4f292e8cf21bff0a0c37b7bf4cdafe660dd9a2b8 (diff) |
add xcb-util-cursor
Diffstat (limited to 'x11/xcb-util-cursor')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 33 | ||||
-rw-r--r-- | x11/xcb-util-cursor/distinfo | 2 | ||||
-rw-r--r-- | x11/xcb-util-cursor/pkg/DESCR | 4 | ||||
-rw-r--r-- | x11/xcb-util-cursor/pkg/PLIST | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile new file mode 100644 index 0000000..1261ccb --- /dev/null +++ b/x11/xcb-util-cursor/Makefile @@ -0,0 +1,33 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = utilitiy libraries for X cursor management + +DISTNAME = xcb-util-cursor-0.1.3 +CATEGORIES = x11 + +HOMEPAGE = https://xcb.freedesktop.org + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= xcb-cursor 0.0 + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = Xau Xdmcp xcb xcb-image xcb-render \ + xcb-render-util xcb-shm xcb-util + +MASTER_SITES = https://xcb.freedesktop.org/dist/ + +BUILD_DEPENDS = devel/xorgproto \ + +LIB_DEPENDS = x11/libxcb \ + x11/xcb-util-image \ + x11/xcb-util-renderutil + +SEPARATE_BUILD = Yes +USE_GMAKE = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/xcb-util-cursor/distinfo b/x11/xcb-util-cursor/distinfo new file mode 100644 index 0000000..14ce6e2 --- /dev/null +++ b/x11/xcb-util-cursor/distinfo @@ -0,0 +1,2 @@ +SHA256 (xcb-util-cursor-0.1.3.tar.gz) = oyIzJxajhMlNPL+Y8tj+LOY8L+fismZkts6h1BFyPfg= +SIZE (xcb-util-cursor-0.1.3.tar.gz) = 385060 diff --git a/x11/xcb-util-cursor/pkg/DESCR b/x11/xcb-util-cursor/pkg/DESCR new file mode 100644 index 0000000..2a6fad4 --- /dev/null +++ b/x11/xcb-util-cursor/pkg/DESCR @@ -0,0 +1,4 @@ +XCB util-cursor module provides the following libraries: + + - cursor: port of libxcursor + diff --git a/x11/xcb-util-cursor/pkg/PLIST b/x11/xcb-util-cursor/pkg/PLIST new file mode 100644 index 0000000..8ced8ac --- /dev/null +++ b/x11/xcb-util-cursor/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $OpenBSD: PLIST,v$ +include/xcb/xcb_cursor.h +@static-lib lib/libxcb-cursor.a +lib/libxcb-cursor.la +@lib lib/libxcb-cursor.so.${LIBxcb-cursor_VERSION} +lib/pkgconfig/xcb-cursor.pc |