/** * **XKeyboardConfig** - pkgx package * * @domain `freedesktop.org/XKeyboardConfig` * @version `2.46.0` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install freedesktop.org/XKeyboardConfig` * @buildDependencies `gnu.org/gettext`, `mesonbuild.com`, `python.org@~3.11`, ... (+1 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.freedesktoporgxkeyboardconfig * console.log(pkg.name) // "XKeyboardConfig" * console.log(pkg.versions[0]) // "2.46.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/freedesktop-org/XKeyboardConfig.md * @see https://ts-pkgx.netlify.app/usage */ export declare const freedesktoporgxkeyboardconfigPackage: { /** * The display name of this package. */ name: 'XKeyboardConfig'; /** * The canonical domain name for this package. */ domain: 'freedesktop.org/XKeyboardConfig'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/freedesktop.org/XKeyboardConfig/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install freedesktop.org/XKeyboardConfig'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +freedesktop.org/XKeyboardConfig -- $SHELL -i'; launchpadInstallCommand: 'launchpad install freedesktop.org/XKeyboardConfig'; programs: readonly []; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/gettext', 'mesonbuild.com', 'python.org@~3.11', 'gnome.org/libxslt']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['2.46.0', '2.45.0', '2.44.0', '2.43.0', '2.42.0', '2.41.0', '2.40.0', '2.39.0']; aliases: readonly [] }; export type FreedesktoporgxkeyboardconfigPackage = typeof freedesktoporgxkeyboardconfigPackage