View | Details | Raw Unified | Return to bug 250385 | Differences between
and this patch

Collapse All | Expand All

(-)devel/i3ipc-glib/Makefile (+43 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=       i3ipc-glib
4
DISTVERSION=    1.0.1
5
CATEGORIES=     devel
6
MASTER_SITES=   https://github.com/altdesktop/i3ipc-glib/archive/
7
DISTFILES=      v${DISTVERSION}${EXTRACT_SUFX}
8
9
MAINTAINER=     robb.randall@gmail.com
10
COMMENT=        C interface library to i3wm
11
12
LICENSE=        GPLv3
13
LICENSE_FILE_GPLv3=     ${WRKSRC}/COPYING
14
15
ONLY_FOR_ARCHS=	amd64 \
16
		i386
17
18
USES=		gettext \
19
		gmake \
20
		gnome \
21
		libtool \
22
		pkgconfig \
23
		xorg
24
25
BUILD_DEPENDS=	autotools>=0:devel/autotools \
26
		gobject-introspection>=0:devel/gobject-introspection \
27
		gtk-doc>=0:textproc/gtk-doc \
28
		json-glib>=0:devel/json-glib \
29
		libxcb>=0:x11/libxcb \
30
		xcb-proto>=0:x11/xcb-proto
31
32
LIB_DEPENDS+=	libjson-glib-1.0.so:devel/json-glib
33
34
USE_GNOME+=	glib20
35
USE_XORG+=	xcb
36
37
GNU_CONFIGURE=	yes
38
CONFIGURE_ARGS=	--prefix=${DESTDIR}/${GNU_CONFIGURE_PREFIX} MAKE=${GMAKE}
39
CONFIGURE_SCRIPT=	autogen.sh
40
41
INSTALL_TARGET=	install-strip
42
43
.include <bsd.port.mk>
(-)devel/i3ipc-glib/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1602125939
2
SHA256 (v1.0.1.tar.gz) = bf7ab5b7bd12ada958416e60bad2f375ebe8b76b013871b6db7ed1a52abb8e28
3
SIZE (v1.0.1.tar.gz) = 51559
(-)devel/i3ipc-glib/pkg-descr (+10 lines)
Line 0 Link Here
1
i3's interprocess communication (or ipc) is the interface i3wm uses to receive
2
commands from client applications such as i3-msg. It also features a
3
publish/subscribe mechanism for notifying interested parties of window manager
4
events.
5
6
i3ipc-GLib is a C library for controlling the window manager. This project is
7
intended to be useful in applications such as status line generators, pagers,
8
notification daemons, scripting wrappers, external controllers, dock windows,
9
compositors, config templaters, and for debugging or testing the window manager
10
itself.
(-)devel/i3ipc-glib/pkg-plist (+9 lines)
Line 0 Link Here
1
include/i3ipc-glib/i3ipc-con.h
2
include/i3ipc-glib/i3ipc-connection.h
3
include/i3ipc-glib/i3ipc-enum-types.h
4
include/i3ipc-glib/i3ipc-event-types.h
5
include/i3ipc-glib/i3ipc-glib.h
6
include/i3ipc-glib/i3ipc-reply-types.h
7
lib/girepository-1.0/i3ipc-1.0.typelib
8
libdata/pkgconfig/i3ipc-glib-1.0.pc
9
share/gir-1.0/i3ipc-1.0.gir

Return to bug 250385