FreeBSD Bugzilla – Attachment 246384 Details for
Bug 275141
[NEW PORT] x11/wlopm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch I plan to commit
0001-x11-wlopm-Wayland-output-power-management.patch (text/plain), 3.52 KB, created by
Robert Clausecker
on 2023-11-18 08:40:35 UTC
(
hide
)
Description:
patch I plan to commit
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2023-11-18 08:40:35 UTC
Size:
3.52 KB
patch
obsolete
>From 1a80b4c2ef62410f2b979b0b639522a49d55e0c5 Mon Sep 17 00:00:00 2001 >From: Tino Engel <tino.engel@mail.de> >Date: Thu, 16 Nov 2023 22:27:12 +0100 >Subject: [PATCH] x11/wlopm: Wayland output power management > >wlopm - Wayland output power management > >Simple client implementing zwlr-output-power-management-v1. > >WWW: https://git.sr.ht/~leon_plickat/wlopm > >PR: 275141 >--- > x11/Makefile | 1 + > x11/wlopm/Makefile | 33 +++++++++++++++++++++++++++++++++ > x11/wlopm/distinfo | 3 +++ > x11/wlopm/files/patch-Makefile | 11 +++++++++++ > x11/wlopm/pkg-descr | 3 +++ > 5 files changed, 51 insertions(+) > create mode 100644 x11/wlopm/Makefile > create mode 100644 x11/wlopm/distinfo > create mode 100644 x11/wlopm/files/patch-Makefile > create mode 100644 x11/wlopm/pkg-descr > >diff --git a/x11/Makefile b/x11/Makefile >index f66a95f17840..6d34b41222d2 100644 >--- a/x11/Makefile >+++ b/x11/Makefile >@@ -431,6 +431,7 @@ > SUBDIR += wl-clipboard > SUBDIR += wl-mirror > SUBDIR += wlogout >+ SUBDIR += wlopm > SUBDIR += wlr-randr > SUBDIR += wlr-which-key > SUBDIR += wlrctl >diff --git a/x11/wlopm/Makefile b/x11/wlopm/Makefile >new file mode 100644 >index 000000000000..eaf77f6e9011 >--- /dev/null >+++ b/x11/wlopm/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= wlopm >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.1.0 >+CATEGORIES= x11 wayland >+MASTER_SITES= https://git.sr.ht/~leon_plickat/${PORTNAME}/archive/ >+DISTNAME= ${DISTVERSIONFULL} >+DIST_SUBDIR= ${PORTNAME} >+ >+MAINTAINER= tino.engel@mail.de >+COMMENT= Wayland output power management >+WWW= https://git.sr.ht/~leon_plickat/wlopm >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= wayland-scanner:graphics/wayland >+LIB_DEPENDS= libwayland-client.so:graphics/wayland >+ >+USES= gmake localbase:ldflags >+ >+ALL_TARGET= wlopm >+CFLAGS+= -Wno-strict-prototypes >+LIBS= -lwayland-client >+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONFULL} >+ >+PLIST_FILES= bin/wlopm \ >+ share/man/man1/wlopm.1.gz >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/wlopm ${STAGEDIR}${PREFIX}/bin/wlopm >+ ${INSTALL_DATA} ${WRKSRC}/wlopm.1 ${STAGEDIR}${PREFIX}/share/man/man1/wlopm.1 >+ >+.include <bsd.port.mk> >diff --git a/x11/wlopm/distinfo b/x11/wlopm/distinfo >new file mode 100644 >index 000000000000..fbeda9111949 >--- /dev/null >+++ b/x11/wlopm/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1700117590 >+SHA256 (wlopm/v0.1.0.tar.gz) = f9a7ec03a412e602420ab11d0eea872f6d30dfe5cfee93cd3d0289e4fbbb3aa1 >+SIZE (wlopm/v0.1.0.tar.gz) = 19004 >diff --git a/x11/wlopm/files/patch-Makefile b/x11/wlopm/files/patch-Makefile >new file mode 100644 >index 000000000000..b98b847e0173 >--- /dev/null >+++ b/x11/wlopm/files/patch-Makefile >@@ -0,0 +1,11 @@ >+--- Makefile.orig 2023-11-18 08:35:21 UTC >++++ Makefile >+@@ -4,7 +4,7 @@ PREFIX=/usr/local >+ BINDIR=$(PREFIX)/bin >+ MANDIR=$(PREFIX)/share/man >+ >+-CFLAGS+=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result >++CFLAGS+=-Wall -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result >+ LIBS=-lwayland-client >+ OBJ=wlopm.o wlr-output-power-management-unstable-v1.o >+ GEN=wlr-output-power-management-unstable-v1.c wlr-output-power-management-unstable-v1.h >diff --git a/x11/wlopm/pkg-descr b/x11/wlopm/pkg-descr >new file mode 100644 >index 000000000000..79f99f28dcea >--- /dev/null >+++ b/x11/wlopm/pkg-descr >@@ -0,0 +1,3 @@ >+wlopm - Wayland output power management >+ >+Simple client implementing zwlr-output-power-management-v1. >-- >2.42.0 >
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
Flags:
tino.engel
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 275141
:
246362
|
246374
| 246384