void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

defaults.virtual (1176B)


      1# --*-- shell --*--
      2#
      3# etc/defaults.virtual
      4#      default configuration of etc/virtual
      5#
      6# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING UPDATES,
      7# EDIT etc/virtual INSTEAD.
      8#
      9# This file specifies a mapping between virtual packages and real packages
     10# available in the source packages collection (srcpkgs).
     11#
     12# The format uses 2 arguments delimited by a blank: <vpkgname> <realpkgname>
     13#
     14# When building a package with "xbps-src", those dependencies declared like
     15# "virtual?foo" will use the replacement package defined in `etc/virtual`.
     16#
     17# NOTE: this mapping is only there to be able to build a default package
     18#       to resolve the virtual package dependency later on with xbps-install(1).
     19#
     20# NOTE: Create your own etc/virtual file to override these defaults.
     21
     22awk gawk
     23emacs emacs
     24java-environment openjdk8
     25java-runtime openjdk8-jre
     26libudev eudev-libudev
     27nodejs-runtime nodejs
     28ntp-daemon chrony
     29phonon-backend phonon-backend-gstreamer
     30phonon-qt5-backend phonon-qt5-backend-gstreamer
     31rkt-stage1 rkt-stage1-coreos
     32smtp-server opensmtpd
     33tex texlive
     34xserver-abi-input xorg-server
     35xserver-abi-video xorg-server
     36libGL libglvnd
     37libEGL libglvnd
     38libGLES libglvnd