mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Remove manifests from programs that install .desktop files
This commit is contained in:
parent
8ef929014a
commit
776f49cb5c
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
@ -1,4 +0,0 @@
|
||||
name=ScummVM
|
||||
category=Games
|
||||
binary=/bin/scummvm
|
||||
icon=/ui/icons/apps/scummvm.png
|
||||
@ -33,12 +33,5 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
"$REDOX_MAKE" DESTDIR="$dest" install
|
||||
|
||||
mkdir -pv "$1/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "$1/ui/apps/scummvm"
|
||||
|
||||
mkdir -pv "$1/ui/icons/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/icon.png" "$1/ui/icons/apps/scummvm.png"
|
||||
|
||||
skip=1
|
||||
}
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
name=OpenTTD
|
||||
category=Games
|
||||
binary=/usr/games/openttd
|
||||
icon=/ui/icons/apps/openttd.png
|
||||
@ -36,11 +36,5 @@ function recipe_stage {
|
||||
"$REDOX_MAKE" VERBOSE=1 ROOT_DIR="$dest/../build/" BUNDLE_DIR="$bundledir" INSTALL_DIR="$dest/usr" install
|
||||
rm -rf "$bundledir"
|
||||
|
||||
mkdir -pv "$1/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "$1/ui/apps/openttd"
|
||||
|
||||
mkdir -pv "$1/ui/icons/apps"
|
||||
cp -v "media/openttd.64.png" "$1/ui/icons/apps/openttd.png"
|
||||
|
||||
skip=1
|
||||
}
|
||||
|
||||
@ -29,12 +29,4 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
"${COOKBOOK_SOURCE}"
|
||||
)
|
||||
cookbook_configure
|
||||
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
||||
cat > "${COOKBOOK_STAGE}"/ui/apps/spacecadetpinball <<EOF
|
||||
name=Space Cadet Pinball
|
||||
category=Games
|
||||
binary=/usr/bin/SpaceCadetPinball
|
||||
icon=/usr/share/icons/hicolor/128x128/apps/SpaceCadetPinball.png
|
||||
EOF
|
||||
"""
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
name=Schism Tracker
|
||||
binary=/bin/schismtracker
|
||||
icon=/ui/icons/apps/schismtracker.png
|
||||
|
||||
@ -27,12 +27,5 @@ function recipe_clean {
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
"$REDOX_MAKE" DESTDIR="$dest" install
|
||||
|
||||
mkdir -pv "$1/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "$1/ui/apps/schismtracker"
|
||||
|
||||
mkdir -pv "$1/ui/icons/apps"
|
||||
cp -v "icons/schism-icon-64.png" "$1/ui/icons/apps/schismtracker.png"
|
||||
|
||||
skip=1
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user