Skip to content

Commit

Permalink
kde-plasma-5/plasma-workspace: Bump v.5.22.5+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Feb 28, 2023
1 parent b6e8464 commit c5312ad
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
29 changes: 15 additions & 14 deletions packages/atoms/base/kde-plasma-5/plasma-workspace/build.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
env:
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
- JOBS={{ ( index .Values.labels "jobs" ) | default "3" }}
- LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages"
- LUET_PORTAGE_IGNORE_TAR_WARNING=1
- LUET_PORTAGE_PKGMETA=1
- LUET_PORTAGE_PKGFILES=1
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
requires:
- name: funtoo-base
version: '>=0'
category: seed
excludes:
- ^/var/cache/portage/
- ^/var/git/
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: layer-shell-qt
version: '>=0'
category: kde-plasma-5
32 changes: 22 additions & 10 deletions packages/atoms/base/kde-plasma-5/plasma-workspace/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: plasma-workspace
version: 5.22.5
version: 5.22.5+1
category: kde-plasma-5
use_flags:
- -appstream
- -calendar
- -fontconfig
- -geolocation
- -gps
- -handbook
- -prefix
- -qalculate
- -screencast
- -semantic-desktop
- -telemetry
- -test
- calendar
- fontconfig
- handbook
- semantic-desktop
requires:
- name: iso-codes
version: '>=0'
Expand All @@ -27,6 +27,9 @@ requires:
- name: kio-extras
version: '>=0'
category: kde-apps-5
- name: baloo
version: '>=0'
category: kde-frameworks-5
- name: kactivities-stats
version: '>=0'
category: kde-frameworks-5
Expand All @@ -36,6 +39,9 @@ requires:
- name: kdesu
version: '>=0'
category: kde-frameworks-5
- name: kholidays
version: '>=0'
category: kde-frameworks-5
- name: knotifyconfig
version: '>=0'
category: kde-frameworks-5
Expand All @@ -54,15 +60,18 @@ requires:
- name: prison
version: '>=0'
category: kde-frameworks-5
- name: ksysguard
- name: kwin
version: '>=0'
category: kde-plasma-5
- name: kwin
- name: layer-shell-qt
version: '>=0'
category: kde-plasma-5
- name: libkscreen
version: '>=0'
category: kde-plasma-5
- name: libksysguard
version: '>=0'
category: kde-plasma-5
- name: libkworkspace
version: '>=0'
category: kde-plasma-5
Expand All @@ -72,9 +81,9 @@ requires:
- name: plasma-integration
version: '>=0'
category: kde-plasma-5
- name: phonon
- name: zlib
version: '>=0'
category: media-libs
category: sys-libs
- name: xmessage
version: '>=0'
category: x11-apps
Expand All @@ -87,7 +96,10 @@ requires:
- name: xsetroot
version: '>=0'
category: x11-apps
- name: libXtst
- name: libXft
version: '>=0'
category: x11-libs
- name: xcb-util-image
version: '>=0'
category: x11-libs
annotations:
Expand Down

0 comments on commit c5312ad

Please sign in to comment.