Skip to content

Commit

Permalink
x11-libs/cairo: Bump v.1.16.0+5
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 21, 2023
1 parent 9cbb974 commit 6fe0e2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
29 changes: 15 additions & 14 deletions packages/atoms/base/x11-libs/cairo/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: funtoo-base
version: '>=0'
category: seed
7 changes: 5 additions & 2 deletions packages/atoms/base/x11-libs/cairo/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cairo
version: 1.16.0+4
version: 1.16.0+5
category: x11-libs
use_flags:
- -gles2
- -xcb
- X
- glib
- opengl
- xcb
requires:
- name: glib
version: '>=0'
Expand All @@ -23,6 +23,9 @@ requires:
- name: binutils-libs
version: '>=0'
category: sys-libs
- name: libXext
version: '>=0'
category: x11-libs
- name: libXrender
version: '>=0'
category: x11-libs
Expand Down

0 comments on commit 6fe0e2f

Please sign in to comment.