pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wlopm: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Apr 15 10:35:51 2026 +0200
Changeset:	f93278d16bbe548d82944b3a5dd243f07504ca0a

Modified Files:
	Makefile
Removed Files:
	wlopm/DESCR
	wlopm/Makefile
	wlopm/PLIST
	wlopm/distinfo
	wlopm/patches/patch-Makefile

Log Message:
wlopm: remove, imported to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f93278d16bbe548d82944b3a5dd243f07504ca0a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                     |  1 -
 wlopm/DESCR                  |  3 ---
 wlopm/Makefile               | 29 -----------------------------
 wlopm/PLIST                  |  4 ----
 wlopm/distinfo               |  6 ------
 wlopm/patches/patch-Makefile | 26 --------------------------
 6 files changed, 69 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a49df726bf..2c8310ae77 100644
--- a/Makefile
+++ b/Makefile
@@ -6056,7 +6056,6 @@ SUBDIR+=	wl-git
 SUBDIR+=	wl-snapshot
 SUBDIR+=	wla-dx
 SUBDIR+=	wla-dx-git
-SUBDIR+=	wlopm
 SUBDIR+=	wlsunset
 SUBDIR+=	wmbattery
 SUBDIR+=	wmc2d
diff --git a/wlopm/DESCR b/wlopm/DESCR
deleted file mode 100644
index cb4484baa7..0000000000
--- a/wlopm/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-wlopm is a simple client implementing wlr-output-power-management-v1.
-If no operations are defined, wlopm will list all outputs and their
-current power modes.
diff --git a/wlopm/Makefile b/wlopm/Makefile
deleted file mode 100644
index 8f21e17e0c..0000000000
--- a/wlopm/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	wlopm-1.0.0
-CATEGORIES=	x11
-MASTER_SITES=	https://git.sr.ht/~leon_plickat/wlopm/archive/
-DIST_SUBDIR=	wlopm
-DISTFILES=	v${PKGVERSION_NOREV}${EXTRACT_SUFX}
-
-MAINTAINER=	kikadf.01%gmail.com@localhost
-HOMEPAGE=	https://sr.ht/~leon_plickat/wlopm/
-COMMENT=	Wayland output power management
-LICENSE=	gnu-gpl-v3
-
-NO_CONFIGURE=	yes
-BUILD_TARGET=	wlopm
-USE_TOOLS+=	gmake
-MAKE_FLAGS+=	SCANNER=${TOOLBASE:Q}/bin/wayland-scanner
-TOOL_DEPENDS+=	wayland-[0-9]*:../../devel/wayland
-WRKSRC=		${WRKDIR}/wlopm-v${PKGVERSION_NOREV}
-
-SUBST_CLASSES+=		path
-SUBST_STAGE.path=	pre-build
-SUBST_MESSAGE.path=	Fixing pathes
-SUBST_FILES.path+=	Makefile
-SUBST_VARS.path+=	PREFIX PKGMANDIR
-
-.include "../../devel/wayland/buildlink3.mk"
-.include "../../devel/wayland-protocols/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wlopm/PLIST b/wlopm/PLIST
deleted file mode 100644
index cdfd796ab5..0000000000
--- a/wlopm/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/wlopm
-man/man1/wlopm.1
-share/bash-completion/completions/wlopm/bash-completion
diff --git a/wlopm/distinfo b/wlopm/distinfo
deleted file mode 100644
index e2aab40e72..0000000000
--- a/wlopm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-BLAKE2s (wlopm/v1.0.0.tar.gz) = ac18076399b7678871a7f696d3f1c9d866c24124605b8288c57e5ecde7d46de4
-SHA512 (wlopm/v1.0.0.tar.gz) = 6765f4abd46013c4b887972633798956cae8b60c3abd039aa74f3f70ae76696ea015a39dac68898950a939fe808d77e06a4b050b18b38b42eab1402d81926abd
-Size (wlopm/v1.0.0.tar.gz) = 19451 bytes
-SHA1 (patch-Makefile) = 8ef79cf3953f73a1f9e9bdce7ef1f58235ee39b7
diff --git a/wlopm/patches/patch-Makefile b/wlopm/patches/patch-Makefile
deleted file mode 100644
index d80f13eb6d..0000000000
--- a/wlopm/patches/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD$
-
-* Fix pathes
-* Create BASHCOMPDIR before install the completion file
-
---- Makefile.orig	2024-12-05 03:07:02.000000000 +0000
-+++ Makefile
-@@ -1,8 +1,8 @@
- SCANNER := wayland-scanner
- 
--PREFIX=/usr/local
-+PREFIX=@PREFIX@
- BINDIR=$(PREFIX)/bin
--MANDIR=$(PREFIX)/share/man
-+MANDIR=$(PREFIX)/@PKGMANDIR@
- BASHCOMPDIR=$(PREFIX)/share/bash-completion/completions
- 
- CFLAGS+=-Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -Wno-strict-prototypes
-@@ -26,6 +26,7 @@ install: wlopm
- 	install wlopm $(DESTDIR)$(BINDIR)
- 	install -d $(DESTDIR)$(MANDIR)/man1
- 	install -m 644 wlopm.1 $(DESTDIR)$(MANDIR)/man1
-+	install -d $(DESTDIR)$(BASHCOMPDIR)/wlopm
- 	install bash-completion $(DESTDIR)$(BASHCOMPDIR)/wlopm
- 
- uninstall:


Home | Main Index | Thread Index | Old Index