diff options
author | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2023-01-10 17:03:54 +0100 |
---|---|---|
committer | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2023-01-11 19:21:11 +0100 |
commit | d1ed8fa041a4c9c7ad5bca60f6409925378f19e0 (patch) | |
tree | 8bf7d4e006e68ca1b1c04de116ec7435b906d1ff /mpv-plugin | |
parent | mpv-plugin/kde-night-color: add 20230110, drop 20220109-r1 (diff) | |
download | guru-d1ed8fa041a4c9c7ad5bca60f6409925378f19e0.tar.gz guru-d1ed8fa041a4c9c7ad5bca60f6409925378f19e0.tar.bz2 guru-d1ed8fa041a4c9c7ad5bca60f6409925378f19e0.zip |
mpv-plugin/kde-do-not-disturb: add 20230110, drop 20220109-r1
Closes: https://bugs.gentoo.org/887791
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'mpv-plugin')
-rw-r--r-- | mpv-plugin/kde-do-not-disturb/Manifest | 2 | ||||
-rw-r--r-- | mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20230110.ebuild (renamed from mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109-r1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mpv-plugin/kde-do-not-disturb/Manifest b/mpv-plugin/kde-do-not-disturb/Manifest index e88b36086..0f0437563 100644 --- a/mpv-plugin/kde-do-not-disturb/Manifest +++ b/mpv-plugin/kde-do-not-disturb/Manifest @@ -1 +1 @@ -DIST kde-do-not-disturb-20220109.tar.gz 2091 BLAKE2B d4d49b4ce52a1594ea9a71eb6b12bd31e85c54951506b6c658cab5e9239a345f526c8fd246b445eaa4a4b65b8331b47db549a309d08e2abe6e122b1c3eabffb3 SHA512 6aec494b316d5d840bdc80d52c211d6d8c6c03e216c0cfe89915b036f58875cdc38fe5d02effdb70c97db45009aec367f1573dc37c40d0873a96da7f9dc093ca +DIST kde-do-not-disturb-20230110.tar.gz 2089 BLAKE2B 1731e98ec8e4bb6230259782daa9211fa9ff5a1bcef8e0e8c98a0ad8556c78613cb917762a5a4350a08b716c15d081874ca0a53e60f04beb00ce9927d0960897 SHA512 96ed6bb1e40b1955ef52bdf1aa747043e068ce9e743fe829846245d94a090359607733601fd9a0706c9c8ddfbb755dfb9a21336fd3c2fcedee6ee6b8ef2961a3 diff --git a/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109-r1.ebuild b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20230110.ebuild index 2b5880125..293b2fb75 100644 --- a/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109-r1.ebuild +++ b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20230110.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 MPV_REQ_USE="cplugins(+),libmpv" inherit mpv-plugin toolchain-funcs -COMMIT="769b83b82c3bb749dd7878ca23e919cb5329ea64" +COMMIT="478b805b30d4aab41eeb4b2018ab1c8bb0c22c7d" MY_P="${PN}-${COMMIT}" DESCRIPTION="Disable the notifications while mpv is running" HOMEPAGE="https://gitlab.com/smaniottonicola/kde-do-not-disturb" |