/** * **adwaita-icon-theme** - pkgx package * * @domain `gnome.org/adwaita-icon-theme` * @version `49.0.0` (7 versions available) * @versions From newest version to oldest. * * @install `launchpad install gnome.org/adwaita-icon-theme` * @buildDependencies `gnu.org/gettext`, `gtk.org/gtk4`, `freedesktop.org/intltool`, ... (+1 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.gnomeorgadwaitaicontheme * console.log(pkg.name) // "adwaita-icon-theme" * console.log(pkg.versions[0]) // "49.0.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/gnome-org/adwaita-icon-theme.md * @see https://ts-pkgx.netlify.app/usage */ export declare const gnomeorgadwaitaiconthemePackage: { /** * The display name of this package. */ name: 'adwaita-icon-theme'; /** * The canonical domain name for this package. */ domain: 'gnome.org/adwaita-icon-theme'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/gnome.org/adwaita-icon-theme/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install gnome.org/adwaita-icon-theme'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +gnome.org/adwaita-icon-theme -- $SHELL -i'; launchpadInstallCommand: 'launchpad install gnome.org/adwaita-icon-theme'; 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', 'gtk.org/gtk4', 'freedesktop.org/intltool', 'mesonbuild.com']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['49.0.0', '48.1.0', '48.0.0', '47.0.0', '46.2.0', '46.0.0', '45.0.0']; aliases: readonly [] }; export type GnomeorgadwaitaiconthemePackage = typeof gnomeorgadwaitaiconthemePackage