x11-misc/i3lock-color: improve ebuilds

improve ebuilds:
- update DESCRIPTION
- move S
- don't use ${HOMEPAGE} in EGIT_REPO_URI

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
This commit is contained in:
Jian Lin
2020-12-22 06:55:53 +08:00
parent 145fc1d3fe
commit 1ef7aa5d2a
3 changed files with 5 additions and 7 deletions

View File

@@ -5,9 +5,10 @@ EAPI=7
MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
DESCRIPTION="Improved i3lock with color customization"
DESCRIPTION="The world's most popular non-default computer lockscreen"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="i3lock-color"
SLOT="0"
@@ -31,8 +32,6 @@ RDEPEND="
"
BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${PN}-${MY_PV}"
src_configure() {
autoreconf -fiv
default

View File

@@ -5,9 +5,10 @@ EAPI=7
MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
DESCRIPTION="Improved i3lock with color customization"
DESCRIPTION="The world's most popular non-default computer lockscreen"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="i3lock-color"
SLOT="0"
@@ -31,8 +32,6 @@ RDEPEND="
"
BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/${PN}-${MY_PV}"
src_configure() {
autoreconf -fiv
default

View File

@@ -7,7 +7,7 @@ inherit git-r3
DESCRIPTION="Improved i3lock with color customization"
HOMEPAGE="https://github.com/Raymo111/i3lock-color"
EGIT_REPO_URI="${HOMEPAGE}"
EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git"
LICENSE="i3lock-color"
SLOT="0"