Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keywords.recipe: add pre-uninstall-scripts keywords #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Languages/Resources/keywords.recipe
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
case do done elif else esac fi for function if in select then until while cmd devel lib app add_on
- Keyword
ADDITIONAL_FILES BUILD_PACKAGE_ACTIVATION_FILE BUILD_PACKAGE_ACTIVATION_PHASE DISABLE_SOURCE_PACKAGE HOMEPAGE MESSAGE REVISION CHECKSUM_SHA256 CHECKSUM_SHA256_2 CHECKSUM_SHA256_3 CHECKSUM_SHA256_4 CHECKSUM_SHA256_5 PATCHES SOURCE_DIR SOURCE_DIR_2 SOURCE_DIR_3 SOURCE_DIR_4 SOURCE_DIR_5 SOURCE_FILENAME SOURCE_FILENAME_2 SOURCE_FILENAME_3 SOURCE_FILENAME_4 SOURCE_FILENAME_5 SOURCE_URI SOURCE_URI_2 SOURCE_URI_3 SOURCE_URI_4 SOURCE_URI_5 ARCHITECTURES SECONDARY_ARCHITECTURES BUILD_PREREQUIRES BUILD_REQUIRES CONFLICTS COPYRIGHT DESCRIPTION FRESHENS GLOBAL_WRITABLE_FILES LICENSE PACKAGE_GROUPS PACKAGE_NAME PACKAGE_USERS PACKAGE_VERSION POST_INSTALL_SCRIPTS PROVIDES PROVIDES_devel REPLACES REQUIRES REQUIRES_devel TEST_REQUIRES SCRIPTLET_PREREQUIRES SUMMARY SUPPLEMENTS USER_SETTINGS_FILES
ADDITIONAL_FILES BUILD_PACKAGE_ACTIVATION_FILE BUILD_PACKAGE_ACTIVATION_PHASE DISABLE_SOURCE_PACKAGE HOMEPAGE MESSAGE REVISION CHECKSUM_SHA256 CHECKSUM_SHA256_2 CHECKSUM_SHA256_3 CHECKSUM_SHA256_4 CHECKSUM_SHA256_5 PATCHES SOURCE_DIR SOURCE_DIR_2 SOURCE_DIR_3 SOURCE_DIR_4 SOURCE_DIR_5 SOURCE_FILENAME SOURCE_FILENAME_2 SOURCE_FILENAME_3 SOURCE_FILENAME_4 SOURCE_FILENAME_5 SOURCE_URI SOURCE_URI_2 SOURCE_URI_3 SOURCE_URI_4 SOURCE_URI_5 ARCHITECTURES SECONDARY_ARCHITECTURES BUILD_PREREQUIRES BUILD_REQUIRES CONFLICTS COPYRIGHT DESCRIPTION FRESHENS GLOBAL_WRITABLE_FILES LICENSE PACKAGE_GROUPS PACKAGE_NAME PACKAGE_USERS PACKAGE_VERSION POST_INSTALL_SCRIPTS PRE_UNINSTALL_SCRIPTS PROVIDES PROVIDES_devel REPLACES REQUIRES REQUIRES_devel TEST_REQUIRES SCRIPTLET_PREREQUIRES SUMMARY SUPPLEMENTS USER_SETTINGS_FILES
- Function
PATCH BUILD INSTALL TEST
- Define
addOnsDir appsDir binDir buildArchitecture commandBinDir commandSuffix configureDirArgs dataDir dataRootDir debugInfoDir developDir developDocDir developLibDir docDir documentationDir effectiveTargetArchitecture effectiveTargetMachineTriple fontsDir haikuVersion includeDir infoDir installDestDir isCrossRepository jobArgs jobs libDir libExecDir libVersion libVersionCompat localStateDir manDir oldIncludeDir portBaseDir portDir portFullVersion portName portPackageLinksdir portRevision portRevisionedName portVersion portVersionedName postInstallDir preferencesDir prefix relativeAddOnsDir relativeAppsDir relativeBinDir relativeCommandBinDir relativeDataDir relativeDataRootDir relativeDebugInfoDir relativeDevelopDir relativeDevelopDocDir relativeDevelopLibDir relativeDocDir relativeDocumentationDir relativeFontsDir relativeIncludeDir relativeInfoDir relativeLibDir relativeLibExecDir relativeLocalStateDir relativeManDir relativeOldIncludeDir relativePostInstallDir relativePreferencesDir relativeSbinDir relativeSettingsDir relativeSharedStateDir sbinDir settingsDir sharedStateDir sourceDir srcGitRev targetArchitecture buildMachineTriple buildMachineTripleAsName crossSysrootDir targetMachineTriple targetMachineTripleAsName secondaryArchSuffix
addOnsDir appsDir binDir buildArchitecture commandBinDir commandSuffix configureDirArgs dataDir dataRootDir debugInfoDir developDir developDocDir developLibDir docDir documentationDir effectiveTargetArchitecture effectiveTargetMachineTriple fontsDir haikuVersion includeDir infoDir installDestDir isCrossRepository jobArgs jobs libDir libExecDir libVersion libVersionCompat localStateDir manDir oldIncludeDir portBaseDir portDir portFullVersion portName portPackageLinksdir portRevision portRevisionedName portVersion portVersionedName postInstallDir preferencesDir prefix preUninstallDir relativeAddOnsDir relativeAppsDir relativeBinDir relativeCommandBinDir relativeDataDir relativeDataRootDir relativeDebugInfoDir relativeDevelopDir relativeDevelopDocDir relativeDevelopLibDir relativeDocDir relativeDocumentationDir relativeFontsDir relativeIncludeDir relativeInfoDir relativeLibDir relativeLibExecDir relativeLocalStateDir relativeManDir relativeOldIncludeDir relativePostInstallDir relativePreferencesDir relativePreUninstallDir relativeSbinDir relativeSettingsDir relativeSharedStateDir sbinDir settingsDir sharedStateDir sourceDir srcGitRev targetArchitecture buildMachineTriple buildMachineTripleAsName crossSysrootDir targetMachineTriple targetMachineTripleAsName secondaryArchSuffix
- Function
addAppDeskbarSymlink addPreferencesDeskbarSymlink addResourcesToBinaries checkedUnmount defineDebugInfoPackage extractDebugInfo fixCmake fixDevelopLibDirReferences fixPkgconfig getPackagePrefix getTargetArchitectureCommand packageDebugInfos packageEntries prepareInstalledDevelLib prepareInstalledDevelLibs runConfigure symlinkRelative updateRevisionVariables
- Type
Expand Down