FreeBSD Bugzilla – Attachment 218796 Details for
Bug 250385
New port: devel/i3ipc-glib - C interface library to i3wm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Added .so file to plist
i3ipc-glib.diff (text/plain), 4.16 KB, created by
Robb Randall
on 2020-10-16 12:22:19 UTC
(
hide
)
Description:
Added .so file to plist
Filename:
MIME Type:
Creator:
Robb Randall
Created:
2020-10-16 12:22:19 UTC
Size:
4.16 KB
patch
obsolete
>Index: devel/i3ipc-glib/Makefile >=================================================================== >--- devel/i3ipc-glib/Makefile (nonexistent) >+++ devel/i3ipc-glib/Makefile (working copy) >@@ -0,0 +1,43 @@ >+# $FreeBSD$ >+ >+PORTNAME= i3ipc-glib >+DISTVERSION= 1.0.1 >+CATEGORIES= devel >+MASTER_SITES= https://github.com/altdesktop/i3ipc-glib/archive/ >+DISTFILES= v${DISTVERSION}${EXTRACT_SUFX} >+ >+MAINTAINER= robb.randall@gmail.com >+COMMENT= C interface library to i3wm >+ >+LICENSE= GPLv3 >+LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING >+ >+ONLY_FOR_ARCHS= amd64 \ >+ i386 >+ >+USES= gettext \ >+ gmake \ >+ gnome \ >+ libtool \ >+ pkgconfig \ >+ xorg >+ >+BUILD_DEPENDS= autotools>=0:devel/autotools \ >+ gobject-introspection>=0:devel/gobject-introspection \ >+ gtk-doc>=0:textproc/gtk-doc \ >+ json-glib>=0:devel/json-glib \ >+ libxcb>=0:x11/libxcb \ >+ xcb-proto>=0:x11/xcb-proto >+ >+LIB_DEPENDS+= libjson-glib-1.0.so:devel/json-glib >+ >+USE_GNOME+= glib20 >+USE_XORG+= xcb >+ >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS= --prefix=${DESTDIR}/${GNU_CONFIGURE_PREFIX} MAKE=${GMAKE} >+CONFIGURE_SCRIPT= autogen.sh >+ >+INSTALL_TARGET= install-strip >+ >+.include <bsd.port.mk> > >Property changes on: devel/i3ipc-glib/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/i3ipc-glib/distinfo >=================================================================== >--- devel/i3ipc-glib/distinfo (nonexistent) >+++ devel/i3ipc-glib/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1602125939 >+SHA256 (v1.0.1.tar.gz) = bf7ab5b7bd12ada958416e60bad2f375ebe8b76b013871b6db7ed1a52abb8e28 >+SIZE (v1.0.1.tar.gz) = 51559 > >Property changes on: devel/i3ipc-glib/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/i3ipc-glib/pkg-descr >=================================================================== >--- devel/i3ipc-glib/pkg-descr (nonexistent) >+++ devel/i3ipc-glib/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+i3's interprocess communication (or ipc) is the interface i3wm uses to receive >+commands from client applications such as i3-msg. It also features a >+publish/subscribe mechanism for notifying interested parties of window manager >+events. >+ >+i3ipc-GLib is a C library for controlling the window manager. This project is >+intended to be useful in applications such as status line generators, pagers, >+notification daemons, scripting wrappers, external controllers, dock windows, >+compositors, config templaters, and for debugging or testing the window manager >+itself. > >Property changes on: devel/i3ipc-glib/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/i3ipc-glib/pkg-plist >=================================================================== >--- devel/i3ipc-glib/pkg-plist (nonexistent) >+++ devel/i3ipc-glib/pkg-plist (working copy) >@@ -0,0 +1,10 @@ >+include/i3ipc-glib/i3ipc-con.h >+include/i3ipc-glib/i3ipc-connection.h >+include/i3ipc-glib/i3ipc-enum-types.h >+include/i3ipc-glib/i3ipc-event-types.h >+include/i3ipc-glib/i3ipc-glib.h >+include/i3ipc-glib/i3ipc-reply-types.h >+lib/girepository-1.0/i3ipc-1.0.typelib >+libdata/pkgconfig/i3ipc-glib-1.0.pc >+share/gir-1.0/i3ipc-1.0.gir >+lib/libi3ipc-glib-1.0.so > >Property changes on: devel/i3ipc-glib/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250385
:
218780
| 218796