diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-10-22 11:09:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-10-22 11:09:47 +0100 |
commit | 64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch) | |
tree | 9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /lxqt-base/lxqt-common | |
parent | 957235cf19a691360c720f7913672adda4258ed0 (diff) |
gentoo resync : 22.10.2018
Diffstat (limited to 'lxqt-base/lxqt-common')
-rw-r--r-- | lxqt-base/lxqt-common/Manifest | 3 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/Manifest.gz | bin | 0 -> 221 bytes | |||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild | 34 |
3 files changed, 0 insertions, 37 deletions
diff --git a/lxqt-base/lxqt-common/Manifest b/lxqt-base/lxqt-common/Manifest deleted file mode 100644 index 711db63a3fc2..000000000000 --- a/lxqt-base/lxqt-common/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST lxqt-common-0.11.0.tar.xz 3216520 BLAKE2B 217554dc5b16f3bbc03535440c34191e7ccb85384c63ad13911a6a21ba812b5f93dcd308e3bac7d7bb6b4cda74394069257d589e27261c0c62eaba9dc68fa199 SHA512 5eeaa6ead263a93b58ab9ec536c287fe383b5abade722dd3c7232840bc12c56e2208904bfbbc5ee9092c340d14d939a2ac0dcd37cf2175a0f601bbe050f00a2c -EBUILD lxqt-common-0.11.0.ebuild 766 BLAKE2B a2486b9b0a476914484c3b2d1587934d991d972cdbd11071643e11da70b0d90d14d5450c88f56ec87de63908ab7d0ec9f39383fc9263644c30fbf4ec6d020dc7 SHA512 aeb7711f871ddcbb4108d8469b223f23feb9dc24aa7e6a2921e1eb8d4f3c308531ea1cb71d6e53d948bf5266aeff7de95930edcaf2669f5335e133ca49dbc350 -MISC metadata.xml 240 BLAKE2B 8dd1dd10c1b3297bf08ebf11d2e047de07700e5233e26788943af60613a3faa71ff392f77a33f0065917eedc487b2f9be91bdc58635c3c51957e5be2738282c0 SHA512 84f77a0e7d17d09eea1157217fcd22ae5fc98e1569879f85b5fc950d2b2ad00168b1ec9d5d8c1f964673c55bc91d509adb2d39b5983de21d83200ef6c58b9652 diff --git a/lxqt-base/lxqt-common/Manifest.gz b/lxqt-base/lxqt-common/Manifest.gz Binary files differnew file mode 100644 index 000000000000..b89ec4bed2eb --- /dev/null +++ b/lxqt-base/lxqt-common/Manifest.gz diff --git a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild deleted file mode 100644 index f2d3b2d66aa3..000000000000 --- a/lxqt-base/lxqt-common/lxqt-common-0.11.0.ebuild +++ /dev/null @@ -1,34 +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 common resources" -HOMEPAGE="https://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://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="LGPL-2.1+" -SLOT="0" - -DEPEND=">=lxqt-base/liblxqt-0.11.0" -RDEPEND="${DEPEND}" -PDEPEND=">=lxqt-base/lxqt-session-0.11.0" - -src_configure() { - local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodir "/etc/X11/Sessions" - dosym "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt" -} |