aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-06-15 17:41:47 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-06-15 17:43:51 +0300
commitd55b6fe71d9c99e91bd84493c81d9619e6183ff6 (patch)
tree94745ca172c868896c43469466594321daf7757e
parentlxqt-base/lxqt-menu-data: drop 2.0.0 (diff)
downloadqt-d55b6fe71d9c99e91bd84493c81d9619e6183ff6.tar.gz
qt-d55b6fe71d9c99e91bd84493c81d9619e6183ff6.tar.bz2
qt-d55b6fe71d9c99e91bd84493c81d9619e6183ff6.zip
lxqt-base/lxqt-notificationd: drop 2.0.1
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r--lxqt-base/lxqt-notificationd/Manifest1
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest
deleted file mode 100644
index 07bb9617..00000000
--- a/lxqt-base/lxqt-notificationd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-notificationd-2.0.1.tar.xz 64132 BLAKE2B 55d0c7f785528acde181161c0d0c4f61f952700f90e535d00ab7009d768f8118e54a6ab10a75e3e3dda2def4fc395720de89701e4fc3ec0927aa9bd346c7723c SHA512 c2a532e61129f09dde253f7499485f85088c19f8cc6f5ddfd1949eb9d43b142ee4f3f526b38a70fbe276623c1637398c70470f24bcdbb5597a499354e9840d67
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.ebuild
deleted file mode 100644
index abea757c..00000000
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-2.0.1.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"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
-"
-DEPEND="
- >=dev-libs/libqtxdg-4.0.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}"