diff options
author | Michal Vu <saigon-tech@tuta.io> | 2024-08-11 17:56:31 +0200 |
---|---|---|
committer | Michal Vu <saigon-tech@tuta.io> | 2024-08-11 17:56:31 +0200 |
commit | b5b8b24622909134b1227fad01414b19bc16948e (patch) | |
tree | 76074e20d7cc7b246de7cdcf5b5aac5b2b2a9ceb /x11-misc | |
parent | x11-misc/ly: Adding a live ebuild for ly login manager (diff) | |
download | guru-b5b8b24622909134b1227fad01414b19bc16948e.tar.gz guru-b5b8b24622909134b1227fad01414b19bc16948e.tar.bz2 guru-b5b8b24622909134b1227fad01414b19bc16948e.zip |
x11-misc/ly: Adjusting comments in the ebuild
Signed-off-by: Michal Vu <saigon-tech@tuta.io>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/ly/ly-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-misc/ly/ly-9999.ebuild b/x11-misc/ly/ly-9999.ebuild index bbe2980fb..b9bf0b0fe 100644 --- a/x11-misc/ly/ly-9999.ebuild +++ b/x11-misc/ly/ly-9999.ebuild @@ -66,10 +66,6 @@ fetch_deps_dynamically() { einfo "Extracted CLAP version: ${CLAP}" einfo "Extracted ZIGINI commit: ${ZIGINI}" - - #CLAP="refs/tags/0.9.1" - #ZIGINI="0bba97a12582928e097f4074cc746c43351ba4c8" - #ZIGLIBINI="e18d36665905c1e7ba0c1ce3e8780076b33e3002" } # Function to fetch nested dependency versions @@ -174,11 +170,12 @@ pkg_setup() { # Unpack source and fetch dependencies src_unpack() { git-r3_src_unpack + # Fetch CLAP and ZIGINI fetch_deps_dynamically mkdir "${WORKDIR}/deps" || die ezig fetch --global-cache-dir "${WORKDIR}/deps" "https://github.com/Hejsil/zig-clap/archive/${CLAP}.tar.gz" ezig fetch --global-cache-dir "${WORKDIR}/deps" "https://github.com/Kawaii-Ash/zigini/archive/${ZIGINI}.tar.gz" - + # Fetch ZIGLIBINI fetch_nested_deps_dynamically ezig fetch --global-cache-dir "${WORKDIR}/deps" "https://github.com/ziglibs/ini/archive/${ZIGLIBINI}.tar.gz" } |