diff options
Diffstat (limited to 'lxqt-base/lxqt-admin')
-rw-r--r-- | lxqt-base/lxqt-admin/Manifest | 4 | ||||
-rw-r--r-- | lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild | 2 | ||||
-rw-r--r-- | lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild | 33 |
3 files changed, 37 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index 74f73278d819..c31879a118ac 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1,3 +1,5 @@ DIST lxqt-admin-0.14.1.tar.xz 141088 BLAKE2B 89e84167b4dfe67f2c7831a8d2ec4ee8805518d421e36b5cc1ed482e2166c85c54150ff54789f4e0e3f9fd6a5d202f620d2da60f79a0a23178ac0bf9882108df SHA512 bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373 -EBUILD lxqt-admin-0.14.1.ebuild 682 BLAKE2B 074325d06eec0e21555bc24e820b3e20a2548ec626471d34235bf2e876e070c180d5a0bc2314cbb908fc35806d15267edfa3b48393fccd74df3cef7e80901c0d SHA512 bfb4000d46e80883699e4949b9803aab29342ba094fe8bff28543efae9b3bad6871a9dd99601dd0b32e4240c99456c23e003752e2fda9b7eb3eed38edb355fb1 +DIST lxqt-admin-0.15.0.tar.xz 143456 BLAKE2B 641d4185f00c6aecd4f1e4da1667cf8644522932800629c925ee04045d2a996cd17ef60b5856954c6e0315fce3243f9ac528d9ed85f18a63aa4ffe8e20b6e309 SHA512 830de1f3f65913b939b286adeeddfdfc22318bf09ea0ff7b705521c5c06f8edefa189b08bd4f6281116a12fc3255ace68a35ee56f3f7bec0e0f1cceea3b47c22 +EBUILD lxqt-admin-0.14.1.ebuild 688 BLAKE2B 2e02b6da7aff2425ec2eafc55e575bec9f0c0e2d487f662fa1d8bf58fe7eef4008bb7d7d824534f93a5eac05e152ee8382871ea669d329183ac1fd12598851b6 SHA512 c877be8d4d694cfe7f2cd5d2e731afd1a2514a5c06672b1c355688e3865c67703838b52c605436b0751832c7795973f00ac1ce4e933d9a28c3bdb96b0ed189ee +EBUILD lxqt-admin-0.15.0.ebuild 695 BLAKE2B 1109c78cb983b36ecdac50c68e8a76a24e63422296ee0825dda9cff1fb40dbed5e129ab7274ec670c7a249ef0d63442198c4bdbe03cc2b65f1094e0d91dd3075 SHA512 e2076a9a3d0b78ec75e360b0e9ecc43aa16bc02b6a30f0931088ed80bbf408ccb3215073661134eeb5b04f98b0af486362b04d7ca1d80d8489c26a7019274981 MISC metadata.xml 316 BLAKE2B be2bd5cb125c608cd60b791dd173079f9a18b247dd7113dd5ff7b9c893b10bb62678e0463553d3f16b10a92a40e88bfe4aa75aca0d5b3ffca9d4024b8e0c43ca SHA512 4fa962d54db76373af467ffcead4c651b8fc226e8da994c6b574dff81e5e1013ff5609c19bcfdeba669809e42c0141cb135248fd48f151781dd611703c88035e diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild index 2c5edfb2f2d0..15822ab06002 100644 --- a/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.14.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="LXQt system administration tool" -HOMEPAGE="https://lxqt.org/" +HOMEPAGE="https://lxqt.github.io/" if [[ ${PV} = *9999* ]]; then inherit git-r3 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild new file mode 100644 index 000000000000..1ba97cc02655 --- /dev/null +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="LXQt system administration tool" +HOMEPAGE="https://lxqt.github.io/" + +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 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.7.0" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-$(ver_cut 1-2)* + kde-frameworks/kwindowsystem:5 +" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +" |