pkgsrc-WIP-changes archive

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

dunst: remove, changes imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Apr 15 12:09:22 2026 +0200
Changeset:	26a1d79de52ab7be8b4957ae145bc79811c8e165

Modified Files:
	Makefile
Removed Files:
	dunst/DESCR
	dunst/Makefile
	dunst/PLIST
	dunst/distinfo
	dunst/options.mk
	dunst/patches/patch-Makefile

Log Message:
dunst: remove, changes 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=26a1d79de52ab7be8b4957ae145bc79811c8e165

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

diffstat:
 Makefile                     |  1 -
 dunst/DESCR                  |  6 ----
 dunst/Makefile               | 63 ----------------------------------------
 dunst/PLIST                  | 19 -------------
 dunst/distinfo               |  6 ----
 dunst/options.mk             | 20 -------------
 dunst/patches/patch-Makefile | 68 --------------------------------------------
 7 files changed, 183 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9423b7a8a0..c9f0439714 100644
--- a/Makefile
+++ b/Makefile
@@ -812,7 +812,6 @@ SUBDIR+=	dumb
 SUBDIR+=	dune-common
 SUBDIR+=	dune-geometry
 SUBDIR+=	dune-istl
-SUBDIR+=	dunst
 SUBDIR+=	dunst-git
 SUBDIR+=	duplo
 SUBDIR+=	dvbsnoop
diff --git a/dunst/DESCR b/dunst/DESCR
deleted file mode 100644
index 24dcd55102..0000000000
--- a/dunst/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Dunst is a lightweight replacement for the notification-daemons
-provided by most desktop environments. It's very customizable,
-doesn't depend on any toolkits and therefore fits in those window
-manager centric setups we all love to customize to perfection.
-
-Dunst is a part of the j4tools tools set.
diff --git a/dunst/Makefile b/dunst/Makefile
deleted file mode 100644
index 79058fd5d6..0000000000
--- a/dunst/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# $NetBSD: Makefile,v 1.53 2026/01/27 08:40:53 wiz Exp $
-
-DISTNAME=	dunst-1.13.1
-PKGREVISION=	2
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=dunst-project/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://dunst-project.org/
-COMMENT=	Customizable and lightweight notification-daemon
-LICENSE=	modified-bsd
-
-USE_TOOLS+=	bash:test gmake pod2man pkg-config
-
-# FAIL test_calculate_dimensions_height_min: dim.h == expected_height (test/draw.c:321) (0 ticks, 0.000 sec)
-# FAIL test_pattern_match: rule_field_matches_string("asd", "") (test/rules.c:44) (0 ticks, 0.000 sec)
-# Total: 202 tests (3 ticks, 0.030 sec), 2643 assertions
-# Pass: 200, fail: 2, skip: 0.
-TEST_TARGET=	test
-
-MAKE_FLAGS+=	SYSTEMD=0
-
-.include "options.mk"
-
-REPLACE_SH+=	contrib/progress-notify.sh
-REPLACE_BASH+=	contrib/dunst_xr_theme_changer.sh
-REPLACE_BASH+=	test/test-install.sh
-
-SUBST_CLASSES+=			fix-paths
-SUBST_STAGE.fix-paths=		pre-configure
-SUBST_MESSAGE.fix-paths=	Fixing absolute paths.
-SUBST_FILES.fix-paths=		dunstrc
-SUBST_FILES.fix-paths+=		docs/dunst.5.pod
-SUBST_FILES.fix-paths+=		src/icon-lookup.c
-SUBST_FILES.fix-paths+=		src/settings_data.h
-SUBST_SED.fix-paths+=		-e 's,/usr/local/share/:/usr/share/,${PREFIX}/share,g'
-SUBST_SED.fix-paths+=		-e 's,/usr/bin,${PREFIX}/bin,g'
-SUBST_SED.fix-paths+=		-e 's,/usr/share,${PREFIX}/share,g'
-
-INSTALL_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
-INSTALL_ENV+=	SYSCONFDIR=${PREFIX}/share
-
-INSTALLATION_DIRS+=	bin
-INSTALLATION_DIRS+=	${PKGMANDIR}/man1
-INSTALLATION_DIRS+=	${PKGMANDIR}/man5
-INSTALLATION_DIRS+=	share/dbus-1/services
-INSTALLATION_DIRS+=	share/dunst
-INSTALLATION_DIRS+=	share/bash-completion/completions
-INSTALLATION_DIRS+=	share/zsh/site-functions
-INSTALLATION_DIRS+=	share/fish/vendor_completions.d
-
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../sysutils/dbus/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXScrnSaver/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
-.include "../../x11/libXrandr/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/dunst/PLIST b/dunst/PLIST
deleted file mode 100644
index b5187edceb..0000000000
--- a/dunst/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2026/01/25 23:04:11 wiz Exp $
-bin/dunst
-bin/dunstctl
-bin/dunstify
-man/man1/dunst.1
-man/man1/dunstctl.1
-man/man1/dunstify.1
-man/man5/dunst.5
-share/bash-completion/completions/dunst
-share/bash-completion/completions/dunstctl
-share/bash-completion/completions/dunstify
-share/dbus-1/services/org.knopwob.dunst.service
-share/dunst/dunstrc
-share/fish/vendor_completions.d/dunst.fish
-share/fish/vendor_completions.d/dunstctl.fish
-share/fish/vendor_completions.d/dunstify.fish
-share/zsh/site-functions/_dunst
-share/zsh/site-functions/_dunstctl
-share/zsh/site-functions/_dunstify
diff --git a/dunst/distinfo b/dunst/distinfo
deleted file mode 100644
index 9e066010af..0000000000
--- a/dunst/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.22 2026/01/25 23:04:11 wiz Exp $
-
-BLAKE2s (dunst-1.13.1.tar.gz) = 0873976995fd688bd4691dc6b4cd1dcda4f1d0e0c7229bb2f9a2d8f3388742b7
-SHA512 (dunst-1.13.1.tar.gz) = 3475fdf5cbe5ba73562e02746d2fbafc8b260ca3b8dae7b70774c17ba722fe53c844e3bc55e25d51905f1cb73ed22b4d35e2b41f511d428136b1a9ba6f9f2522
-Size (dunst-1.13.1.tar.gz) = 4666210 bytes
-SHA1 (patch-Makefile) = e9ff8d9ba075b4f232fe9e0378476bf412b0b503
diff --git a/dunst/options.mk b/dunst/options.mk
deleted file mode 100644
index 82e61fb2e9..0000000000
--- a/dunst/options.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.dunst
-PKG_SUPPORTED_OPTIONS=	wayland
-
-.include "../../devel/wayland/platform.mk"
-
-.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
-PKG_SUGGESTED_OPTIONS+=	wayland
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mwayland)
-.include "../../devel/input-headers/buildlink3.mk"
-.include "../../devel/wayland/buildlink3.mk"
-.include "../../devel/wayland-protocols/buildlink3.mk"
-.else
-MAKE_FLAGS+=	WAYLAND=0
-.endif
diff --git a/dunst/patches/patch-Makefile b/dunst/patches/patch-Makefile
deleted file mode 100644
index 12c415d5cf..0000000000
--- a/dunst/patches/patch-Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-$NetBSD: patch-Makefile,v 1.14 2024/12/26 11:04:35 wiz Exp $
-
-Use more portable find options.
-Use BSD_INSTALL.
-
---- Makefile.orig	2024-12-17 12:22:07.000000000 +0000
-+++ Makefile
-@@ -223,44 +223,44 @@ clean-wayland-protocols:
- install: install-dunst install-dunstctl install-dunstrc install-service
- 
- install-dunst: dunst doc
--	install -Dm755 dunst ${DESTDIR}${BINDIR}/dunst
--	install -Dm644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
--	install -Dm644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
--	install -Dm644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
--	install -Dm644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
-+	${BSD_INSTALL_PROGRAM} dunst ${DESTDIR}${BINDIR}/dunst
-+	${BSD_INSTALL_DATA} docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
-+	${BSD_INSTALL_DATA} docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
-+	${BSD_INSTALL_DATA} docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
-+	${BSD_INSTALL_DATA} docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
- 
- install-dunstctl: dunstctl
--	install -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl
-+	${BSD_INSTALL_SCRIPT} dunstctl ${DESTDIR}${BINDIR}/dunstctl
- 
- ifeq (1,${SYSCONF_FORCE_NEW})
- install-dunstrc:
--	install -Dm644 dunstrc ${DESTDIR}${SYSCONFFILE}
-+	${BSD_INSTALL_DATA} dunstrc ${DESTDIR}${SYSCONFFILE}
- endif
- 
- install-service: install-service-dbus
- install-service-dbus: service-dbus
--	install -Dm644 org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
-+	${BSD_INSTALL_DATA} org.knopwob.dunst.service ${DESTDIR}${SERVICEDIR_DBUS}/org.knopwob.dunst.service
- ifneq (0,${SYSTEMD})
- install-service: install-service-systemd
- install-service-systemd: service-systemd
--	install -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
-+	${BSD_INSTALL_DATA} dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
- endif
- 
- ifneq (0,${DUNSTIFY})
- install: install-dunstify
- install-dunstify: dunstify
--	install -Dm755 dunstify ${DESTDIR}${BINDIR}/dunstify
-+	${BSD_INSTALL_PROGRAM} dunstify ${DESTDIR}${BINDIR}/dunstify
- endif
- 
- ifneq (0,${COMPLETIONS})
- install: install-completions
- install-completions:
--	install -Dm644 completions/dunst.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunst
--	install -Dm644 completions/dunstctl.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstctl
--	install -Dm644 completions/_dunst.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunst
--	install -Dm644 completions/_dunstctl.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstctl
--	install -Dm644 completions/dunst.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunst.fish
--	install -Dm644 completions/dunstctl.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstctl.fish
-+	${BSD_INSTALL_DATA} completions/dunst.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunst
-+	${BSD_INSTALL_DATA} completions/dunstctl.bashcomp ${DESTDIR}${BASHCOMPLETIONDIR}/dunstctl
-+	${BSD_INSTALL_DATA} completions/_dunst.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunst
-+	${BSD_INSTALL_DATA} completions/_dunstctl.zshcomp ${DESTDIR}${ZSHCOMPLETIONDIR}/_dunstctl
-+	${BSD_INSTALL_DATA} completions/dunst.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunst.fish
-+	${BSD_INSTALL_DATA} completions/dunstctl.fishcomp ${DESTDIR}${FISHCOMPLETIONDIR}/dunstctl.fish
- 
- ifneq (0,${DUNSTIFY})
- install: install-completions-dunstify


Home | Main Index | Thread Index | Old Index