Skip to content

Commit

Permalink
gnome-extra/gnome-recipes: Bump v.2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Sep 18, 2023
1 parent ba9cc8c commit b14860c
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/gnome-extra/gnome-extra/gnome-recipes/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
prelude:
- |-
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} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- else }}
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- export LUET_PORTAGE_CACHE_PACKAGES="/var/cache/portage/packages" && export LUET_PORTAGE_IGNORE_TAR_WARNING=1
&& export LUET_PORTAGE_PKGMETA=1 && export LUET_PORTAGE_PKGFILES=1 && eval 'rm -rf
/pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage --dir /pkgdir/{{
.Values.name }} {{ ( index .Values.labels "emerge.packages" ) }} && eval 'rm -v
/var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true'
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: macaroni-funtoo-race16
version: '>=0'
category: seed
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: gnome-recipes
version: 2.0.2
category: gnome-extra
use_flags:
- autoar
- gspell
requires:
- name: gnome-autoar
version: '>=0'
category: app-arch
- name: gspell
version: '>=0'
category: app-text
- name: glib
version: '>=0'
category: dev-libs-2
- name: libcanberra
version: '>=0'
category: media-libs
- name: gnome-online-accounts
version: '>=0'
category: net-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: Cooking recipe application
uri:
- https://wiki.gnome.org/Apps/Recipes
license: GPL-3+
labels:
DEPEND: '>=dev-libs/glib-2.62.2:2 media-libs/libcanberra net-libs/libsoup:2.4 >=x11-libs/gtk+-3.24.12:3
>=dev-libs/json-glib-1 >=net-libs/rest-0.7 net-libs/gnome-online-accounts autoar?
( app-arch/gnome-autoar ) gspell? ( >=app-text/gspell-1 ) dev-util/meson virtual/pkgconfig
app-arch/xz-utils >=app-portage/elt-patches-20170815 app-arch/xz-utils dev-util/desktop-file-utils
x11-misc/shared-mime-info dev-util/desktop-file-utils x11-misc/shared-mime-info
>=dev-util/meson-0.48.2 >=dev-util/ninja-1.7.2'
IUSE: autoar gspell
RDEPEND: '>=dev-libs/glib-2.62.2:2 media-libs/libcanberra net-libs/libsoup:2.4 >=x11-libs/gtk+-3.24.12:3
>=dev-libs/json-glib-1 >=net-libs/rest-0.7 net-libs/gnome-online-accounts autoar?
( app-arch/gnome-autoar ) gspell? ( >=app-text/gspell-1 )'
emerge.packages: gnome-extra/gnome-recipes
kit: gnome-kit
original.package.name: gnome-extra/gnome-recipes
original.package.slot: "0"
original.package.version: 2.0.2-r1

0 comments on commit b14860c

Please sign in to comment.