mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/sddm-conf: update SRC_URI
Signed-off-by: Thomas Clarke <TomClarke2006@hotmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST 0.2.0.tar.gz 133748 BLAKE2B 14eafcd74a9f36b163ed782a3daf5ee9087065ee856ac461e4930b6b4b71d9f5a6afbb232745c2bfc8876745d036cc219c1e3202e8946f35e5e27fb860f1e85d SHA512 86530df07fb7d8b4f3fd849f2f39fe858f2e88979a6fb237d9ba78ab8c97f9e4fd56af84f3c57e8063388994ba45f35b73fc44fe36d0e64d901644b0bf2d8b22
|
||||
DIST sddm-conf-0.2.0.tar.gz 133748 BLAKE2B 14eafcd74a9f36b163ed782a3daf5ee9087065ee856ac461e4930b6b4b71d9f5a6afbb232745c2bfc8876745d036cc219c1e3202e8946f35e5e27fb860f1e85d SHA512 86530df07fb7d8b4f3fd849f2f39fe858f2e88979a6fb237d9ba78ab8c97f9e4fd56af84f3c57e8063388994ba45f35b73fc44fe36d0e64d901644b0bf2d8b22
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<email>tomclarke2006@gotmail.com</email>
|
||||
<name>Thomas Clarke</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
SDDM configuration editor
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">qtilities/sddm-conf</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -7,8 +7,7 @@ inherit cmake
|
||||
|
||||
DESCRIPTION="SDDM configuration editor"
|
||||
HOMEPAGE="https://qtilities.github.io/"
|
||||
SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-0.2.0"
|
||||
SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@@ -26,14 +25,3 @@ BDEPEND="
|
||||
dev-build/qtilitools
|
||||
dev-qt/linguist-tools
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
"-DCMAKE_INSTALL_PREFIX=/usr"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user