Skip to content

Commit

Permalink
gnome-base-2/libgtop: Bump v.2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Sep 4, 2023
1 parent 4cdd532 commit 1bb9bb6
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/atoms/base-gnome2/gnome-base-2/libgtop/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-race13
version: '>=0'
category: seed
32 changes: 32 additions & 0 deletions packages/atoms/base-gnome2/gnome-base-2/libgtop/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: libgtop
version: 2.40.0
category: gnome-base-2
use_flags:
- introspection
requires:
- name: gobject-introspection
version: '>=0'
category: dev-libs
annotations:
subsets:
rules:
devel:
- ^/usr/include/
portage:
- ^/var/db/pkg/
description: A library that provides top functionality to applications
uri:
- https://git.gnome.org/browse/libgtop
license: GPL-2
labels:
DEPEND: '>=dev-libs/glib-2.62.2:2 introspection? ( >=dev-libs/gobject-introspection-1.62.0:=
) >=dev-util/gtk-doc-am-1.4 >=sys-devel/gettext-0.19.4 virtual/pkgconfig >=app-portage/elt-patches-20170815
app-arch/xz-utils dev-util/desktop-file-utils x11-misc/shared-mime-info'
IUSE: +introspection
RDEPEND: '>=dev-libs/glib-2.62.2:2 introspection? ( >=dev-libs/gobject-introspection-1.62.0:=
)'
emerge.packages: gnome-base/libgtop:2
kit: gnome-kit
original.package.name: gnome-base/libgtop
original.package.slot: "2"
original.package.version: 2.40.0

0 comments on commit 1bb9bb6

Please sign in to comment.