Skip to content

Commit

Permalink
kde-plasma-5/kinfocenter: Add macaroni logo and link
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Dec 1, 2023
1 parent 437cb2d commit 2b25df5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/atoms/base-kde6/kde-plasma-5/kinfocenter/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ prelude:
/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'
# Add macaroni stuff
- >-
mkdir -p /pkgdir/{{ .Values.name }}/usr/share/macaroni/kde/ &&
cp logo.png /pkgdir/{{ .Values.name }}/usr/share/macaroni/kde/ &&
cp kcm-about-distrorc /pkgdir/{{ .Values.name }}/etc/xdg/
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[General]
Name=Macaroni OS
LogoPath=/usr/share/macaroni/kde/logo.png
Website=https://www.macaronios.org/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b25df5

Please sign in to comment.