From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- lxqt-base/lxqt-notificationd/Manifest | 4 +-- .../lxqt-notificationd-0.11.0.ebuild | 38 ---------------------- .../lxqt-notificationd-0.13.0.ebuild | 4 +-- 3 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild (limited to 'lxqt-base/lxqt-notificationd') diff --git a/lxqt-base/lxqt-notificationd/Manifest b/lxqt-base/lxqt-notificationd/Manifest index c18442789f69..c149372bebf9 100644 --- a/lxqt-base/lxqt-notificationd/Manifest +++ b/lxqt-base/lxqt-notificationd/Manifest @@ -1,5 +1,3 @@ -DIST lxqt-notificationd-0.11.0.tar.xz 30592 BLAKE2B d30ddedf7cc66bc951291110d43c458ff8c4b229189a3d1f3b59be29e0e45ad03ae9839a31aa5dd268121bb6a7266e05d30221ee9cb44a39bbb36cd937c85ebd SHA512 f6dd3463ac993d7c7743addd6924dc8f15717f658c576c78ad01e4db361d1f1c98d02f6a2bec0069c191ad923b1ff63d49faf6ff7d564f67030233d6979adec5 DIST lxqt-notificationd-0.13.0.tar.xz 32364 BLAKE2B c43e57e66e2fdd375f25afd68acc428c6204992e48c2b2bf1a692380bcb2f48663c52b3a5a9b17d01a68d6cb57e6779260da3c9e09873baa0a8c7489dfa9c9a7 SHA512 2bc75b840a666e013d914f08719680cf3af7430a6acfb5072facff8bdc964aeef1d5227c68b5a5c5d8a6d6c572632105e3f2f04c517d8e8669eb40b5a0cf0f4d -EBUILD lxqt-notificationd-0.11.0.ebuild 844 BLAKE2B 88a320eec4dbede23e76214ffa785cab5b6ed3f0b6fb16233c36393ad7da0f0425fb1fa33bad81d40286c58be16d32399675ca467fb81ac0cc5d3611c3e16020 SHA512 8cf12ce7c1c25a9437a8257d750056d4631093d8c0f7e69dcd06607d265dfad9c47c121a8744fca9a7a85ced84f474eba65798ab1c9240f822c358c4bfba9cca -EBUILD lxqt-notificationd-0.13.0.ebuild 852 BLAKE2B f5dd0d30255799d945c29fd8c4bb874deff4a9cc8aa815d069208c2eacc1029b23f941dff08767b3a638508b3aaebb17db301edb3bcd1b8a8d89b2e7eb8e2e24 SHA512 558c93cc60cfc716dd86d2fa764c76d57d7b0951b72e4173ca8c13209f3df346daaab0e80295a64ce59ad30591a274a29a9287d8467687e4d7901a3c90e258be +EBUILD lxqt-notificationd-0.13.0.ebuild 847 BLAKE2B f31c338183d441a391e9a9ae68fc89232b40d8b91321c2bd0d81aee0b3167a9a1630e3d61990a6d4ee95af100d43a2b8baa0295fd3f4a15c5988d6ba27345752 SHA512 a5af9a095db555bd09af0cf2fefd83758e8950dcb7db9429b1138d2e647824eaf4921d235ea070280fdee96f0bd3db95a3379cb60795f2d0b73f13b1f40e9750 MISC metadata.xml 323 BLAKE2B cc28b17d478bed98b59743c03ceb630cc65495414d1dd5703b917643f54ff606518016358e2b0149cc25082097a1e8dd5cb2ee173c235aa6cc4197d9cc258493 SHA512 3aa6fb296384049f738b51edf21ea16a7a68cad1cf5bc79c6c34f970f12292afdb44eb34bf6b48c8e884903dfad041e1078b7409427aaeaabee48d5ee5c1bc14 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild deleted file mode 100644 index b7eae03c514f..000000000000 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.11.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="LXQt notification daemon and library" -HOMEPAGE="https://lxqt.org" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -RDEPEND=" - >=dev-libs/libqtxdg-1.0.0 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - kde-frameworks/kwindowsystem:5 - ~lxqt-base/liblxqt-${PV} - =lxqt-base/lxqt-common-0.11*" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5" - -src_configure() { - local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) - cmake-utils_src_configure -} diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild index de85f45f010b..60cf446f7c45 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" -- cgit v1.2.3