From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46B3C15802F for ; Sun, 12 Mar 2023 19:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C6DEE07C5; Sun, 12 Mar 2023 19:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69470E07C5 for ; Sun, 12 Mar 2023 19:00:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EA05335D31 for ; Sun, 12 Mar 2023 19:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6AE68E0 for ; Sun, 12 Mar 2023 19:00:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1678647596.c5695008b7dbb957d5f5113185a70e2fdff57079.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dunst/dunst-9999.ebuild X-VCS-Directories: x11-misc/dunst/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c5695008b7dbb957d5f5113185a70e2fdff57079 X-VCS-Branch: master Date: Sun, 12 Mar 2023 19:00:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 291cdaec-b099-4ce3-9c4f-879f74eeef9c X-Archives-Hash: 3d09f492001a99d6d2a8710999cd513f commit: c5695008b7dbb957d5f5113185a70e2fdff57079 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 12 18:49:12 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 12 18:59:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5695008 x11-misc/dunst: update live ebuild Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/dunst/dunst-9999.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index bb3f803de889..20a5d5412e6f 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -75,5 +75,9 @@ src_install() { emake "${myemakeargs[@]}" install + insinto /usr/share/zsh/site-functions + newins contrib/_dunst.zshcomp _dunst + newins contrib/_dunstctl.zshcomp _dunstctl + systemd_newuserunit dunst.systemd.service.in dunst.service }