Merge branch 'move_recipes_to_wip' into 'master'

Move a couple not building recipes to the wip category

Closes redox#1622

See merge request redox-os/cookbook!602
This commit is contained in:
Jeremy Soller 2025-09-01 13:18:10 -06:00
commit 61a9872dec
10 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
GIT=https://gitlab.redox-os.org/redox-os/pastel.git
GIT_UPSTREAM=https://github.com/robbycerantola/pastel.git
BINDIR=/usr/bin
DEPENDS="orbital"
function recipe_stage {
mkdir "$1/ui"
cp -rv res "$1/ui/pastel"
mkdir "$1/ui/apps"
cat > "$1/ui/apps/pastel" <<-EOF
name=Pastel
binary=/usr/bin/pastel
icon=/ui/pastel/accessories-bitmap-editor.png
accept=*.bmp
accept=*.jpg
accept=*.jpeg
accept=*.png
author=Robby Cerantola
description=Bitmap Editor
EOF
}