Skip to content

Commit

Permalink
gui-apps/windowtolayer: update SRC_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Jäger <[email protected]>
  • Loading branch information
Schievel1 committed Jan 5, 2025
1 parent b05167c commit 0b0e1bf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion gui-apps/windowtolayer/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
13 changes: 7 additions & 6 deletions gui-apps/windowtolayer/windowtolayer-0.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
15 changes: 8 additions & 7 deletions gui-apps/windowtolayer/windowtolayer-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}

0 comments on commit 0b0e1bf

Please sign in to comment.