diff --git a/app-office/nixnote-bin/nixnote-bin-9999.ebuild b/app-office/nixnote-bin/nixnote-bin-9999.ebuild index 7d09cbf4ab..8b3b261b10 100644 --- a/app-office/nixnote-bin/nixnote-bin-9999.ebuild +++ b/app-office/nixnote-bin/nixnote-bin-9999.ebuild @@ -7,10 +7,10 @@ DESCRIPTION="Free and open source note taking app, compatible with Evernote sync HOMEPAGE="https://github.com/robert7/nixnote2" SRC_URI="https://github.com/robert7/nixnote2/releases/download/continuous-develop/NixNote2-x86_64.AppImage" -KEYWORDS="~amd64" LICENSE="GPL-3" SLOT="0" +PROPERTIES="live" RESTRICT="strip" RDEPEND="sys-fs/fuse:0" @@ -18,7 +18,6 @@ RDEPEND="sys-fs/fuse:0" S="${WORKDIR}" QA_PREBUILT="*" -S="${WORKDIR}" src_install() { cp "${DISTDIR}/NixNote2-x86_64.AppImage" nixnote-bin || die diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild index 51664130e1..ea38bb5825 100644 --- a/dev-cpp/wt/wt-4.10.4.ebuild +++ b/dev-cpp/wt/wt-4.10.4.ebuild @@ -22,7 +22,7 @@ DEPEND=" ssl? ( dev-libs/openssl ) dev-libs/boost media-libs/libharu - media-gfx/graphicsmagick + media-gfx/graphicsmagick[jpeg,png] x11-libs/pango sys-libs/zlib " diff --git a/games-strategy/armies-of-exigo-demo/armies-of-exigo-demo-1.0.ebuild b/games-strategy/armies-of-exigo-demo/armies-of-exigo-demo-1.0.ebuild index 36b4a706a5..8bdbedb061 100644 --- a/games-strategy/armies-of-exigo-demo/armies-of-exigo-demo-1.0.ebuild +++ b/games-strategy/armies-of-exigo-demo/armies-of-exigo-demo-1.0.ebuild @@ -36,9 +36,9 @@ src_install() { name=armies-of-exigo--single-player-demo--portable-without-installer - cp -r "$name" "$ED"/opt/armies-of-exigo/single-player-demo + cp -r "$name" "$ED"/opt/armies-of-exigo/singleplayer-demo - path="$dir/single-playerdemo/Exigo_spdemo.exe" + path="$dir/singleplayer-demo/Exigo_spdemo.exe" make_wrapper "$single" "$conty wine \"$path\"" # TODO add USE flag to be able to choolse local wine or wine-proton, against 1.4 GB dependency? diff --git a/gui-apps/lswt/Manifest b/gui-apps/lswt/Manifest new file mode 100644 index 0000000000..214feff0e2 --- /dev/null +++ b/gui-apps/lswt/Manifest @@ -0,0 +1 @@ +DIST lswt-1.0.4.tar.gz 21479 BLAKE2B fc5f2dd3d28bc10bd460ab6557ce2a5be17d88ff58f22414ed836c1f63a1cf7c70d6363b23a794c49631ab465f1e69a6fa539d5ccd397148a6819ce927137c4d SHA512 708500f09cd50acd9df4d6101c599b7a48bda274ddb2f31d138ca77b37b11cf244b2c5b473c2f13274b61458eb820aa506f9b1ad6ce517c8e5c274935e4f3443 diff --git a/gui-apps/lswt/lswt-1.0.4.ebuild b/gui-apps/lswt/lswt-1.0.4.ebuild new file mode 100644 index 0000000000..5b54e25b05 --- /dev/null +++ b/gui-apps/lswt/lswt-1.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="List Wayland toplevels" +HOMEPAGE="https://git.sr.ht/~leon_plickat/lswt/" +SRC_URI="https://git.sr.ht/~leon_plickat/lswt/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-libs/wayland" +RDEPEND="${DEPEND}" +BDEPEND="dev-libs/wayland-protocols" + +src_install() { + # Need to install to /usr instead of /usr/local + # and the Makefile doens't handle DESTDIR properly + emake PREFIX="${D}"/usr install +}