Skip to content

Commit

Permalink
*/*: fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Sep 14, 2024
1 parent df41094 commit 8e3cdfe
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 43 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ EAPI=8
inherit cmake

DESCRIPTION="A global shortcut/hotkey library for desktop Qt applications"
HOMEPAGE="https://github.com/skycoder42/QHotkey"
HOMEPAGE="https://github.com/Skycoder42/QHotkey"

LICENSE="BSD-with-attribution"
SLOT="0"

MY_PN="QHotkey"

Expand All @@ -19,12 +22,23 @@ else
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
fi

LICENSE="BSD-with-attribution"
SLOT="0"
IUSE="qt6"

DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
!qt6? (
dev-qt/qtcore:5
dev-qt/qtx11extras:5
)
qt6? (
dev-qt/qtbase:6
)
x11-libs/libX11
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DQT_DEFAULT_MAJOR_VERSION:STRING=$(usex qt6 "6" "5")
)
cmake_src_configure
}
1 change: 0 additions & 1 deletion dev-qt/qhotkey/Manifest

This file was deleted.

30 changes: 0 additions & 30 deletions dev-qt/qhotkey/qhotkey-1.4.2.ebuild

This file was deleted.

5 changes: 3 additions & 2 deletions media-libs/vips/vips-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit flag-o-matic meson-multilib python-single-r1 toolchain-funcs vala

DESCRIPTION="VIPS Image Processing Library"
HOMEPAGE="https://www.libvips.org/"

if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lib${PN}/lib${PN}"
else
SRC_URI="https://github.com/lib${PN}/lib${PN}/archive/v${PV//_rc/-rc}.tar.gz -> lib${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
HOMEPAGE="https://www.libvips.org/"

[[ "${PV}" == 9999 ]] || KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-2.1+ MIT"
SLOT="0/42"

Expand Down
2 changes: 1 addition & 1 deletion media-sound/mellowplayer/mellowplayer-3.5.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPEND="
>=dev-qt/qtwebengine-5.9:5[-bindist,widgets]
>=dev-qt/qttranslations-5.9:5
>=dev-qt/qtgraphicaleffects-5.9:5
dev-qt/qhotkey
dev-libs/qhotkey
dev-libs/libevent
dev-libs/spdlog
dev-libs/boost-di
Expand Down
2 changes: 1 addition & 1 deletion media-sound/mellowplayer/mellowplayer-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPEND="
>=dev-qt/qtwebengine-5.9:5[-bindist,widgets]
>=dev-qt/qttranslations-5.9:5
>=dev-qt/qtgraphicaleffects-5.9:5
dev-qt/qhotkey
dev-libs/qhotkey
dev-libs/libevent
dev-libs/spdlog
dev-libs/boost-di
Expand Down
5 changes: 4 additions & 1 deletion www-servers/nginx-unit/nginx-unit-1.32.1-r10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ DEPEND="
# unit_modules_wasm? (
# dev-util/wasmer
# )
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
acct-user/nginx-unit
acct-group/nginx-unit
"

my_econf() {
echo ./configure "${@}"
Expand Down
5 changes: 4 additions & 1 deletion www-servers/nginx-unit/nginx-unit-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ DEPEND="
# unit_modules_wasm? (
# dev-util/wasmer
# )
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
acct-user/nginx-unit
acct-group/nginx-unit
"

my_econf() {
echo ./configure "${@}"
Expand Down

0 comments on commit 8e3cdfe

Please sign in to comment.