diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-12-07 15:47:56 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-12-07 16:02:56 +0200 |
commit | 7a0a3e4e6880b2e7d6439738fe1174cbc66d12c7 (patch) | |
tree | db3a05e01126c973ea03cb3a39623b9facbced67 /lxqt-base/lxqt-notificationd | |
parent | lxqt-base/lxqt-notificationd: add 2.1.1 (diff) | |
download | gentoo-7a0a3e4e6880b2e7d6439738fe1174cbc66d12c7.tar.gz gentoo-7a0a3e4e6880b2e7d6439738fe1174cbc66d12c7.tar.bz2 gentoo-7a0a3e4e6880b2e7d6439738fe1174cbc66d12c7.zip |
lxqt-base/lxqt-notificationd: drop 2.1.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-notificationd')
-rw-r--r-- | lxqt-base/lxqt-notificationd/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest index a46d7bb9d495..d1d24598fb9b 100644 --- a/lxqt-base/lxqt-notificationd/Manifest +++ b/lxqt-base/lxqt-notificationd/Manifest @@ -1,3 +1,2 @@ DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c SHA512 c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67 -DIST lxqt-notificationd-2.1.0.tar.xz 65356 BLAKE2B e5a51ca8b380373ff2527c0c4fa0e903ea0cbe510e3587ca997d255e4ae6fce237f4a660ec90c6c5d1591e5213587a5ba5e417116e513c52400fe89efcb97738 SHA512 4bb72c8303161c036febfe88ee2a1b32f24f61d2fe17d86d1077045e7784cf31cade0138f526f49c408402f4b81143af0106093569654dd4d579cbb1dd036808 DIST lxqt-notificationd-2.1.1.tar.xz 65512 BLAKE2B 94ef3e91461679b673a7ca316fc9878ddf61de425c4e14b4b889dd155e99e04c7119d3f5f0ccb7012c3731c25d4663322e4bc834f55e862f2a59c728005e2a65 SHA512 01707fb5f848ea42858dd7ecaf34e46477206ccdc84b3711eb286a8a2c6d1f232361fd802cf27b39b90ccd109ecda578735307a01530bba28d7ff45f680ae0c0 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.0.ebuild deleted file mode 100644 index 8c70f75f8ac2..000000000000 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt notification daemon and library" -HOMEPAGE="https://lxqt-project.org/" - -MY_PV="$(ver_cut 1-2)" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -fi - -LICENSE="LGPL-2.1 LGPL-2.1+" -SLOT="0" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.1.0 -" -DEPEND=" - >=dev-libs/libqtxdg-4.1.0 - >=dev-qt/qtbase-6.6:6[dbus,gui,widgets] - kde-frameworks/kwindowsystem:6 - >=kde-plasma/layer-shell-qt-6.0:6 - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}" |