2c53035fb7
xbps from launchpad head branch has gained support for extended pkg version matching, as specified in: https://blueprints.launchpad.net/xbps/+spec/improved-version-matching Now it's required to specify the operator(s) for required versions in the depends files and "Add_dependency" option in build templates. xbps-src now requires xbps utils 20091107. --HG-- extra : convert_revision : fc09fa707483a75e0b6f68445721fc1a9166cdad
16 lines
545 B
Text
16 lines
545 B
Text
# Template file for 'xorg'
|
|
pkgname=xorg
|
|
version=7.5
|
|
build_style=meta-template
|
|
short_desc="X.org meta-package"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
long_desc="
|
|
This is the Xorg meta-package for installing the various X.org
|
|
meta-packages (server, clients, fonts, etc) from the X.org project."
|
|
|
|
noarch=yes
|
|
Add_dependency full xorg-fonts ">=$version"
|
|
Add_dependency full xorg-server ">=1.7.1"
|
|
Add_dependency full xorg-apps ">=$version"
|
|
Add_dependency full xorg-input-drivers ">=$version"
|
|
Add_dependency full xorg-video-drivers ">=$version"
|