Skip to content

Commit

Permalink
kde-frameworks-5/networkmanager-qt: Bump v.5.85.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Feb 16, 2023
1 parent 0808751 commit 6618b13
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/atoms/base/kde-frameworks-5/networkmanager-qt/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ env:
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:

# Temporary compile the package directly. It will be moved away from atoms/base soon.
- >-
export FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox" && \
export JOBS={{ ( index .Values.labels "jobs" ) | default "3" }} && \
eval 'mkdir -p /var/cache/portage/distfiles || true' && \
chown portage:portage -R /var/cache/portage/ && \
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \
{{- else }}
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }} -pv -t && \
{{- end }}
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }}
{{- else }}
emerge -j ${JOBS} {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages"
) }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: networkmanager-qt
version: 5.85.0
version: 5.85.0+1
category: kde-frameworks-5
use_flags:
- -doc
Expand Down

0 comments on commit 6618b13

Please sign in to comment.