From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/windowtolayer/
Date: Sun, 05 Jan 2025 19:36:48 +0000 (UTC) [thread overview]
Message-ID: <1736103131.0b0e1bf10290975a6289ddbaadecb2103129e58c.julien@gentoo> (raw)
commit: 0b0e1bf10290975a6289ddbaadecb2103129e58c
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun Jan 5 18:52:11 2025 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jan 5 18:52:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b0e1bf1
gui-apps/windowtolayer: update SRC_URI
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/windowtolayer/Manifest | 2 +-
gui-apps/windowtolayer/windowtolayer-0.1.0.ebuild | 13 +++++++------
gui-apps/windowtolayer/windowtolayer-9999.ebuild | 15 ++++++++-------
3 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/gui-apps/windowtolayer/Manifest b/gui-apps/windowtolayer/Manifest
index 3ca6aae27..7acf630f2 100644
--- a/gui-apps/windowtolayer/Manifest
+++ b/gui-apps/windowtolayer/Manifest
@@ -26,4 +26,4 @@ DIST windows_i686_msvc-0.52.0.crate 888693 BLAKE2B 7a6e9d03e503c8f543e80a8c7bcf3
DIST windows_x86_64_gnu-0.52.0.crate 826213 BLAKE2B 3ca03285ef289fc844261142154e710e996c29940b1c0a7dc3016906ff6452fa50b24f8668fce0ca44bf169ab1228c217fece9f7bddac9ab8bdc54fddafaf8a8 SHA512 2d81af56ad0bc9536f6e066776642a546ce6c6d99551edc0603ffcafe6db15d5d5a32a642b204bbfadf34231daa3894ad7897a9c0c575c2b6bc1e3e58a9a3eb7
DIST windows_x86_64_gnullvm-0.52.0.crate 430165 BLAKE2B af9345a1f6e0ed1392ca1534c68d23f3be0fbb6a42b3c5518cee14373e645038526da15e849d14abe45c53766a30c6c2042a626482ba4a05409f325eb6aa36b1 SHA512 e88af35fd1c694dc189783e5c81aafa61aeffbddce4d7130e1125d0ce3d932fafeb345990ffd98477c41b578b7f5090f4f9c0457b02146309b95549c9f8f44f0
DIST windows_x86_64_msvc-0.52.0.crate 821600 BLAKE2B cc448b65f98fc0fc4949ae622b7020d2dae927ae45310649f6ef71809740eda9d3db0fc035676c201fd9ab9639e9e7f21e2e992b4c789542f12b419d2c752179 SHA512 3aaee31533a1a48a6ab5cd15b3cadfbd906a93a153e53919d0aa74e440d11e29830554e4e014c215f5b88a475bb733fa8ba4ce9d773d3e23a40ea9ad37ddd0a7
-DIST windowtolayer-0.1.0.tar.gz 203019 BLAKE2B 74d0275d9332f1817d61c263ddd4bdd8a16862e02b5176e30f757feb60ddb503e3e59f7d9ceeb054a60533d306dd4e48132e3be9aa3d320a6ac6e85d1207235f SHA512 057788d8efb16439207a12d8995e9630fb59c3913443b4777f8c79e47bd84ab1b1e77e028f253331ec32386ad4ad4bc6883344bbd96e1a84e56366d76b54445c
+DIST windowtolayer-0.1.0.tar.bz2 147906 BLAKE2B 988f953c2a5ec61599a80e8042b2838816dea6cbce4f848ad9b108a80f631e3474d937efab85032fdd48eeb6930491dbb9c27c8d263b1e3c0db4b732082b3ec1 SHA512 30750da6a33243d261707891a1d6ae635b1b3aa927e5dabd53522983e725b37e80663a7f0c3f1804cb71d8bae45222df598b115872bdbc81d607151405ef753b
diff --git a/gui-apps/windowtolayer/windowtolayer-0.1.0.ebuild b/gui-apps/windowtolayer/windowtolayer-0.1.0.ebuild
index 3fa3c9731..cc58cbba3 100644
--- a/gui-apps/windowtolayer/windowtolayer-0.1.0.ebuild
+++ b/gui-apps/windowtolayer/windowtolayer-0.1.0.ebuild
@@ -40,11 +40,11 @@ DESCRIPTION="Display existing Wayland applications as a wallpaper"
HOMEPAGE="https://gitlab.freedesktop.org/mstoeckl/windowtolayer"
if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.freedesktop.org/mstoeckl/${PN}.git"
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/mstoeckl/${PN}.git"
else
SRC_URI="
- https://gitlab.freedesktop.org/mstoeckl/windowtolayer/-/archive/v${PV}/${PN}-v{PV}.tar.bz2 -> ${P}.tar.gz
+ https://gitlab.freedesktop.org/mstoeckl/windowtolayer/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"
@@ -56,13 +56,14 @@ LICENSE="GPL-3+"
LICENSE+=" MIT"
SLOT="0"
+#796887
+QA_FLAGS_IGNORED="/usr/bin/${PN}"
+
src_unpack() {
if [[ ${PV} == 9999 ]]; then
- git-r3_src_unpack
+ git-r3_src_unpack
cargo_live_src_unpack
else
- default
- cargo_gen_config
cargo_src_unpack
fi
}
diff --git a/gui-apps/windowtolayer/windowtolayer-9999.ebuild b/gui-apps/windowtolayer/windowtolayer-9999.ebuild
index d94a026cd..cca8b4888 100644
--- a/gui-apps/windowtolayer/windowtolayer-9999.ebuild
+++ b/gui-apps/windowtolayer/windowtolayer-9999.ebuild
@@ -40,11 +40,11 @@ DESCRIPTION="Display existing Wayland applications as a wallpaper"
HOMEPAGE="https://gitlab.freedesktop.org/mstoeckl/windowtolayer"
if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://gitlab.freedesktop.org/mstoeckl/${PN}.git"
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/mstoeckl/${PN}.git"
else
SRC_URI="
- https://gitlab.freedesktop.org/mstoeckl/windowtolayer/-/archive/v${PV}/${PN}-v{PV}.tar.bz2 -> ${P}.tar.gz
+ https://gitlab.freedesktop.org/mstoeckl/windowtolayer/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2
${CARGO_CRATE_URIS}
"
KEYWORDS="~amd64"
@@ -56,13 +56,14 @@ LICENSE="GPL-3+"
LICENSE+=" MIT"
SLOT="0"
+#796887
+QA_FLAGS_IGNORED="/usr/bin/${PN}"
+
src_unpack() {
if [[ ${PV} == 9999 ]]; then
- git-r3_src_unpack
- cargo_live_src_unpack
+ git-r3_src_unpack
+ cargo_live_src_unpack
else
- default
- cargo_gen_config
cargo_src_unpack
fi
}
next reply other threads:[~2025-01-05 19:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-05 19:36 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-05 17:23 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/windowtolayer/ Julien Roy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736103131.0b0e1bf10290975a6289ddbaadecb2103129e58c.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox