FreeBSD Bugzilla – Attachment 227087 Details for
Bug 257664
[NEW PORT] x11/i3lock-color: improved i3lock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Jacob lines added
i3lock-color.diff (text/plain), 2.16 KB, created by
Fadel
on 2021-08-10 16:14:57 UTC
(
hide
)
Description:
Jacob lines added
Filename:
MIME Type:
Creator:
Fadel
Created:
2021-08-10 16:14:57 UTC
Size:
2.16 KB
patch
obsolete
>diff --git a/Makefile b/Makefile >new file mode 100644 >index 0000000..2df76fc >--- /dev/null >+++ b/Makefile >@@ -0,0 +1,55 @@ >+PORTNAME= i3lock-color >+DISTVERSION= 2.13.c.4 >+CATEGORIES= x11 >+ >+MAINTAINER= fjachuf@gmail.com >+COMMENT= Enhanced i3lock with higher capacity >+ >+LICENSE= BSD3CLAUSE >+ >+BUILD_DEPENDS= ${LOCALBASE}/bin/pam_helper:security/pam_helper >+LIB_DEPENDS= libcairo.so:graphics/cairo \ >+ libev.so:devel/libev \ >+ libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 \ >+ libjpeg.so:graphics/jpeg-turbo \ >+ libxcb-image.so:x11/xcb-util-image \ >+ libxcb-keysyms.so:x11/xcb-util-keysyms \ >+ libxcb-util.so:x11/xcb-util \ >+ libxcb-xrm.so:x11/xcb-util-xrm \ >+ libxkbcommon.so:x11/libxkbcommon \ >+ libxkbfile.so:x11/libxkbfile >+ >+USES= autoreconf gmake iconv jpeg localbase pkgconfig tar:bzip2 xorg >+USE_CSTD= c99 >+USE_GCC= yes >+USE_GITHUB= yes >+GH_ACCOUNT= Raymo111 >+USE_XORG= x11 xcb xext xinerama xorgproto xrandr xt >+ >+GNU_CONFIGURE= yes >+ >+LDFLAGS+= ${ICONV_LIB} >+ >+CONFLICTS_INSTALL= i3lock-[0-9]* >+ >+BUILD_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} >+INSTALL_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} >+ >+PLIST_FILES= "@(,,4755) bin/i3lock" \ >+ man/man1/i3lock.1.gz >+ >+DOC_FILES= CHANGELOG README.md >+DOCS_PLIST_FILES= ${DOC_FILES:S|^|${DOCSDIR_REL}/|} >+ >+OPTIONS_DEFINE= DOCS >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3lock >+ ${RM} ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock >+ >+post-install-DOCS-on: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/distinfo b/distinfo >new file mode 100644 >index 0000000..c3be6dc >--- /dev/null >+++ b/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1628201335 >+SHA256 (Raymo111-i3lock-color-2.13.c.4_GH0.tar.gz) = 5df4cd3d515d938630ced981a7f0a6e01344d1ec51d10fd3c3d131d19283df69 >+SIZE (Raymo111-i3lock-color-2.13.c.4_GH0.tar.gz) = 215078 >diff --git a/pkg-descr b/pkg-descr >new file mode 100644 >index 0000000..90ad36d >--- /dev/null >+++ b/pkg-descr >@@ -0,0 +1,5 @@ >+An improved version of i3lock, with more capabilities >+ >+This port was originally created by jacob_jwfh.ca and now maintained by: fjachuf >+ >+WWW: https://github.com/Raymo111/i3lock-color
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 257664
:
226998
|
227008
|
227024
| 227087 |
227132