Skip to content
Snippets Groups Projects
Commit 319f22ef authored by Jan Beich's avatar Jan Beich
Browse files

x11-wm/cosmic-comp: chase config after 60a36bc9

====> Running Q/A tests (stage-qa)
Warning: Possible REINPLACE_CMD issues:
- - REINPLACE_CMD ran, but did not modify file contents: src/config/mod.rs

https://github.com/pop-os/cosmic-comp/commit/553c49b42b59
parent 21f08f7f
No related branches found
No related tags found
No related merge requests found
PORTNAME= cosmic-comp PORTNAME= cosmic-comp
PORTVERSION= s20240726 PORTVERSION= s20240726
PORTREVISION= 1
CATEGORIES= x11-wm wayland CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org MAINTAINER= jbeich@FreeBSD.org
...@@ -26,6 +27,7 @@ GH_TAGNAME= fdde46f ...@@ -26,6 +27,7 @@ GH_TAGNAME= fdde46f
GH_TUPLE= pop-os:iced:0.4.2-2010-gfa817c70:iced/../${WRKSRC_crate_iced:T}/iced GH_TUPLE= pop-os:iced:0.4.2-2010-gfa817c70:iced/../${WRKSRC_crate_iced:T}/iced
CARGO_FEATURES= --no-default-features # disable systemd CARGO_FEATURES= --no-default-features # disable systemd
PLIST_FILES= bin/${PORTNAME} \ PLIST_FILES= bin/${PORTNAME} \
share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults/keybindings.ron \
share/wayland-sessions/${PORTNAME:S/-comp//}.desktop \ share/wayland-sessions/${PORTNAME:S/-comp//}.desktop \
.if ${MACHINE_ARCH} == i386 || ${MACHINE_ARCH:Marmv?} .if ${MACHINE_ARCH} == i386 || ${MACHINE_ARCH:Marmv?}
...@@ -41,9 +43,6 @@ post-patch: ...@@ -41,9 +43,6 @@ post-patch:
# XXX Drop [patch.<url>] section to help "make cargo-configure" # XXX Drop [patch.<url>] section to help "make cargo-configure"
@${REINPLACE_CMD} -e '/\[patch/,$$d' \ @${REINPLACE_CMD} -e '/\[patch/,$$d' \
${WRKSRC}/Cargo.toml ${WRKSRC}/Cargo.toml
# Respect PREFIX for system-wide config
@${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
${WRKSRC}/src/config/mod.rs
# /sys by default is a symlink to /usr/src/sys # /sys by default is a symlink to /usr/src/sys
@${REINPLACE_CMD} -e 's,/sys,${LINUXBASE}&,' \ @${REINPLACE_CMD} -e 's,/sys,${LINUXBASE}&,' \
${WRKSRC}/src/debug.rs ${WRKSRC}/src/debug.rs
...@@ -51,7 +50,7 @@ post-patch: ...@@ -51,7 +50,7 @@ post-patch:
post-install: post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
# Install extras similar to ${WRKSRC}/Makefile # Install extras similar to ${WRKSRC}/Makefile
.for f in data/*.desktop .for f in data/*.desktop data/*.ron
${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H} ${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H}
${INSTALL_DATA} ${WRKSRC}/${f} \ ${INSTALL_DATA} ${WRKSRC}/${f} \
${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment