85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
21 lines
788 B
Plaintext
21 lines
788 B
Plaintext
# Template file for 'xorg-input-drivers'
|
|
pkgname=xorg-input-drivers
|
|
version=7.5
|
|
build_style=meta-template
|
|
short_desc="X.org input drivers meta-package"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
long_desc="
|
|
This is the Xorg meta-package for installing the various
|
|
X.org xserver input drivers from the modular Xorg X11 project."
|
|
|
|
noarch=yes
|
|
Add_dependency full xf86-input-acecad ">=1.4.0"
|
|
Add_dependency full xf86-input-aiptek ">=1.3.0"
|
|
Add_dependency full xf86-input-evdev ">=2.3.0"
|
|
Add_dependency full xf86-input-joystick ">=1.4.99.2"
|
|
Add_dependency full xf86-input-keyboard ">=1.4.0"
|
|
Add_dependency full xf86-input-mouse ">=1.5.0"
|
|
Add_dependency full xf86-input-synaptics ">=1.2.0"
|
|
Add_dependency full xf86-input-vmmouse ">=12.6.5"
|
|
Add_dependency full xf86-input-void ">=1.3.0"
|