FreeBSD Bugzilla – Attachment 235679 Details for
Bug 265629
[NEW PORT] x11/lemonbar-xft Fork of lemonbar with support for Xft
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Port content
0001-x11-lemonbar-xft-new-port.patch (text/plain), 3.55 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-08-04 17:01:53 UTC
(
hide
)
Description:
Port content
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-08-04 17:01:53 UTC
Size:
3.55 KB
patch
obsolete
>From 6135bf76617055a2470eab63b540a32d61a3a12d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@riseup.net> >Date: Thu, 4 Aug 2022 12:59:59 -0400 >Subject: [PATCH] x11/lemonbar-xft: new port > >lemonbar-xft is a fork of Lemonbar with Xft support >--- > x11/lemonbar-xft/Makefile | 28 +++++++++++++++++++++++++++ > x11/lemonbar-xft/distinfo | 3 +++ > x11/lemonbar-xft/files/patch-Makefile | 27 ++++++++++++++++++++++++++ > x11/lemonbar-xft/pkg-descr | 3 +++ > 4 files changed, 61 insertions(+) > create mode 100644 x11/lemonbar-xft/Makefile > create mode 100644 x11/lemonbar-xft/distinfo > create mode 100644 x11/lemonbar-xft/files/patch-Makefile > create mode 100644 x11/lemonbar-xft/pkg-descr > >diff --git a/x11/lemonbar-xft/Makefile b/x11/lemonbar-xft/Makefile >new file mode 100644 >index 000000000000..099b21e6f21f >--- /dev/null >+++ b/x11/lemonbar-xft/Makefile >@@ -0,0 +1,28 @@ >+PORTNAME= lemonbar-xft >+DISTVERSION= g20201213 >+CATEGORIES= x11 >+ >+MAINTAINER= DtxdF@riseup.net >+COMMENT= Fork of lemonbar with support for Xft (fontconfig typefaces) >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libfreetype.so:print/freetype2 \ >+ libfontconfig.so:x11-fonts/fontconfig >+ >+USES= gmake localbase:ldflags perl5 xorg >+ >+USE_XORG= xcb xft x11 >+USE_PERL5= build >+ >+CONFLICTS_INSTALL= lemonbar >+ >+PLIST_FILES= bin/lemonbar \ >+ man/man1/lemonbar.1.gz >+ >+USE_GITLAB= yes >+GL_ACCOUNT= protesilaos >+GL_COMMIT= 0042efd2ec1477ab96eb044ebba72a10aefff21f >+ >+.include <bsd.port.mk> >diff --git a/x11/lemonbar-xft/distinfo b/x11/lemonbar-xft/distinfo >new file mode 100644 >index 000000000000..ce52d7c1f85a >--- /dev/null >+++ b/x11/lemonbar-xft/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1659558248 >+SHA256 (protesilaos-lemonbar-xft-0042efd2ec1477ab96eb044ebba72a10aefff21f_GL0.tar.gz) = cfe2672cb6ff01631c15a7cbcc48f5dcbda4fa2ac4dacd9095a6744089913534 >+SIZE (protesilaos-lemonbar-xft-0042efd2ec1477ab96eb044ebba72a10aefff21f_GL0.tar.gz) = 17111 >diff --git a/x11/lemonbar-xft/files/patch-Makefile b/x11/lemonbar-xft/files/patch-Makefile >new file mode 100644 >index 000000000000..2726b9f377a0 >--- /dev/null >+++ b/x11/lemonbar-xft/files/patch-Makefile >@@ -0,0 +1,27 @@ >+--- Makefile.orig 2022-08-04 15:25:38 UTC >++++ Makefile >+@@ -7,7 +7,7 @@ ifneq "$(GIT_DESC)" "" >+ endif >+ >+ CC ?= gcc >+-CFLAGS += -Wall -std=c99 -Os -DVERSION="\"$(VERSION)\"" -I/usr/include/freetype2 >++CFLAGS += -Wall -std=c99 -DVERSION="\"$(VERSION)\"" -I${LOCALBASE}/include/freetype2 >+ LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr -lX11 -lX11-xcb -lXft -lfreetype -lz -lfontconfig >+ CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long \ >+ -Wsign-conversion -Wconversion -Wimplicit-function-declaration >+@@ -38,11 +38,12 @@ clean: >+ rm -f ./${EXEC} >+ >+ install: lemonbar doc >+- install -D -m 755 lemonbar ${DESTDIR}${BINDIR}/lemonbar >+- install -D -m 644 lemonbar.1 ${DESTDIR}${PREFIX}/share/man/man1/lemonbar.1 >++ install -d ${DESTDIR}${BINDIR} >++ install -m 755 lemonbar ${DESTDIR}${BINDIR}/lemonbar >++ install -m 644 lemonbar.1 ${DESTDIR}${PREFIX}/man/man1/lemonbar.1 >+ >+ uninstall: >+ rm -f ${DESTDIR}${BINDIR}/lemonbar >+- rm -f $(DESTDIR)$(PREFIX)/share/man/man1/lemonbar.1 >++ rm -f $(DESTDIR)$(PREFIX)/man/man1/lemonbar.1 >+ >+ .PHONY: all debug clean install >diff --git a/x11/lemonbar-xft/pkg-descr b/x11/lemonbar-xft/pkg-descr >new file mode 100644 >index 000000000000..32a774cbd697 >--- /dev/null >+++ b/x11/lemonbar-xft/pkg-descr >@@ -0,0 +1,3 @@ >+lemonbar-xft is a fork of Lemonbar with Xft support >+ >+WWW: https://gitlab.com/protesilaos/lemonbar-xft >-- >2.37.1 >
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 265629
: 235679