Update a few ebuilds

This commit is contained in:
speedie 2022-11-15 18:36:36 +01:00
parent 4417bfe985
commit e3317cfd36
4 changed files with 10 additions and 9 deletions

View file

@ -8,10 +8,13 @@ inherit desktop savedconfig toolchain-funcs
DESCRIPTION="speedie's fork of st with .Xresources, pywal, alpha, column reflow and more"
HOMEPAGE="https://speedie.gq"
#SRC_URI="https://codeberg.org/speedie/st/releases/download/${PV}/${P}.tar.gz"
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/speedie/st.git"
#KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/speedie/st.git"
else
SRC_URI="https://codeberg.org/speedie/st/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT-with-advertising"
SLOT="0"
@ -23,8 +26,9 @@ RDEPEND="
x11-libs/libXft
media-libs/harfbuzz
media-libs/gd
dev-lang/tcc
sys-devel/gcc
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
@ -37,7 +41,7 @@ src_prepare() {
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr PKG_CONFIG="$(tc-getPKG_CONFIG)" CC="cc" install
emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr PKG_CONFIG="$(tc-getPKG_CONFIG)" CC="tcc" install
save_config options.h
}

View file

@ -130,5 +130,4 @@ src_install() {
elog "Notice: As of 27/10/2022, speedwm no longer includes most of the scripts that were previously bundled with it."
elog "The scripts are not gone though. To install these scripts, install the x11-wm/speedwm-extras ebuild."
elog "These changes will be made to the 1.2 release and releases going forward."
}

View file

@ -130,5 +130,4 @@ src_install() {
elog "Notice: As of 27/10/2022, speedwm no longer includes most of the scripts that were previously bundled with it."
elog "The scripts are not gone though. To install these scripts, install the x11-wm/speedwm-extras ebuild."
elog "These changes will be made to the 1.2 release and releases going forward."
}

View file

@ -131,5 +131,4 @@ src_install() {
elog "Notice: As of 27/10/2022, speedwm no longer includes most of the scripts that were previously bundled with it."
elog "The scripts are not gone though. To install these scripts, install the x11-wm/speedwm-extras ebuild."
elog "These changes will be made to the 1.2 release and releases going forward."
}