aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults.virtual (follow)
Commit message (Collapse)AuthorAgeFilesLines
* defaults.virtual: vlc is the only back for phonon-qt6Đoàn Trần Công Danh2024-05-141-1/+1
|
* dictionaries: fix es and pl languagesĐoàn Trần Công Danh2024-04-181-1/+0
| | | | Drop fr subpackage, fr_FR provides exact same contents.
* hunspell-fr_FR: default to libreoffice variantĐoàn Trần Công Danh2024-04-181-0/+1
|
* defaults.virtual: hunspell-en_GB-all for hunspell-en_GBĐoàn Trần Công Danh2024-03-211-0/+1
|
* New package: php8.3-8.3.0Joel Beckmeyer2023-12-131-0/+1
| | | | - provide php-runtime vpkg
* base-chroot-cyclic-solver: Rename from pipewire-session-managerĐoàn Trần Công Danh2023-09-301-1/+2
|
* New package: pipewire-session-manager-bootstrap-0cinerea02023-05-241-0/+1
| | | | | This dummy package will be the default provider for the the session manager pulled in by pipewire, breaking a build cycle.
* xbps-src: rename texlive virtual pkg, default to native texliveAndrew J. Hesford2020-07-141-1/+1
|
* srcpkgs: declare libGL/GLES/EGL as virtual pkgs and update pkgs.Juan RP2020-04-061-0/+3
| | | | | | | virtualpkgs should be declared as "virtual?foo". This makes "./xbps-src show-build-deps" suceed on pkgs that had `depends="libGL"`.
* openjdk: update to 8u232b09, rename to openjdk8, native bootstrapq662019-11-241-2/+2
| | | | | | | | | | | | | | | | | | | This updates OpenJDK 8 to a newer version and brings a bunch of changes. Newly, it is bootstrapped with openjdk7-bootstrap, so it does not need to download binaries. It can also cross-compile and is patched for musl and other platforms. We're newly using the aarch64 port repo in order to get aarch64 JIT. For non-aarch64 platforms, the codebase is the same. The symlink for /usr/lib/jvm/openjdk is also now gone and we're using a unified java-VERSION-VENDOR naming. Also general template cleanup. [ci skip]
* New package: nodejs-lts-8.9.0Michael Aldridge2017-11-281-0/+1
|
* etc/defaults.virtual: defaults to rkt-stage1-coreosAndrea Brancaleoni2016-05-041-1/+1
|
* Merge pull request #4125 from ebfe/notmuchJuan RP2016-05-041-0/+1
|\ | | | | notmuch: update to 0.22.
| * etc/defaults.virtual: add emacsMichael Gehring2016-05-031-0/+1
| |
* | etc/defaults.virtual: add missing pkgs to resolve all vpkgs (close #4124).Juan RP2016-05-031-0/+3
|/
* etc/defaults.virtual: added phonon-backend.Juan RP2016-05-021-1/+2
|
* rkt: update to 1.5.0.Andrea Brancaleoni2016-04-301-0/+1
|
* etc/defaults.virtual: add libudev.Juan RP2016-04-301-0/+1
|
* xbps-src: re-introduce etc/virtual.Juan RP2016-04-271-0/+27
| | | | | | | | | | | | | The `etc/virtual` file declares the default package to be built for virtual dependencies declared as "virtual?foo" in $depends. Before this change, the run-time dependency was added as is to the final binary package but no pkg providing this virtual pkg was built. With this file we declare the *default* pkg to be built. NOTE: "virtual?foo" is only applicable to *run* time dependencies, i.e only those declared in $depends.
* xbps-src: get rid of etc/{defaults.,}virtual.Juan RP2016-03-221-22/+0
| | | | | | | It wasn't too useful after all and this slowed down the dependency process marginally. We don't need this, we can live without this.
* etc/defaults.virtual: libressl-openssl -> libressl.Juan RP2015-10-301-0/+1
|
* eudev-libgudev is gone; replaced by libgudev.Juan RP2015-10-141-1/+0
|
* etc/defaults.virtual: remove some useless replacements.Juan RP2015-03-171-7/+0
|
* etc/defaults.virtual: ConsoleKit -> ConsoleKit2Juan RP2015-01-201-0/+1
|
* etc/defaults.virtual: ConsoleKit-devel -> ConsoleKit2-devel.Juan RP2015-01-061-1/+1
|
* etc/defaults.virtual: declare libressl replacements.Juan RP2014-12-061-2/+5
|
* kde: update to 4.14.2.Juan RP2014-10-291-0/+1
|
* etc/defaults.virtual: declare awk (gawk) and man (openbsd-man) defaults.Juan RP2014-10-281-0/+2
|
* Introduce a way to override dependencies for all pkgs thru a file.Juan RP2014-09-061-0/+22
The `etc/defaults.virtual` file contains the default replacement for our use cases; at this moment we only use it to use `eudev` rather than `systemd` for udev. If `etc/virtual` exists it overrides the settings of `etc/defaults.virtual`.