hal: update to 0.5.14.
--HG-- extra : convert_revision : aa104f28b36a9d80296655fba6c3726ff0c42d64
This commit is contained in:
parent
fc3b947d30
commit
abae0c3e48
1 changed files with 20 additions and 13 deletions
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'hal'
|
||||
pkgname=hal
|
||||
version=0.5.13
|
||||
revision=5
|
||||
version=0.5.14
|
||||
distfiles="http://hal.freedesktop.org/releases/hal-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-static=no --disable-console-kit
|
||||
|
@ -11,36 +10,44 @@ configure_args="--enable-static=no --disable-console-kit
|
|||
--with-hal-user=hal --with-hal-group=hal"
|
||||
short_desc="Hardware Abstraction Layer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d47c9799c18929cffbce5bfa48f35c89657d7f630c6da682f193928697c71ab5
|
||||
checksum=c4c5ecc5d50d5d9c061dc06c405461b1f71c12f2c60ed062350b2e6db2f1c51e
|
||||
long_desc="
|
||||
HAL is daemon for collecting and maintaining information from several
|
||||
sources about the hardware on the system."
|
||||
|
||||
keep_empty_dirs=yes
|
||||
conf_files="/etc/dbus-1/system.d/hal.conf
|
||||
/etc/hal/fdi/policy/10-keymap.fdi"
|
||||
conf_files="
|
||||
/etc/dbus-1/system.d/hal.conf
|
||||
/etc/hal/fdi/policy/10-keymap.fdi"
|
||||
openrc_services="hal default"
|
||||
|
||||
# Create hal system account.
|
||||
system_accounts="hal"
|
||||
hal_groups="optical,floppy,storage"
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libblkid
|
||||
Add_dependency run dbus
|
||||
Add_dependency run dbus-glib
|
||||
Add_dependency run expat
|
||||
Add_dependency run glib
|
||||
Add_dependency run pciutils
|
||||
Add_dependency run ConsoleKit-x11
|
||||
Add_dependency full udev
|
||||
Add_dependency full dbus
|
||||
Add_dependency full dbus-glib
|
||||
Add_dependency full expat
|
||||
Add_dependency full bash
|
||||
Add_dependency full hal-info
|
||||
Add_dependency full eject
|
||||
Add_dependency full ConsoleKit
|
||||
Add_dependency run ConsoleKit-x11
|
||||
Add_dependency full pciutils
|
||||
Add_dependency full usbutils
|
||||
Add_dependency full dmidecode
|
||||
Add_dependency full pm-utils
|
||||
Add_dependency full libblkid
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libblkid-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build expat-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build pciutils-devel
|
||||
Add_dependency build ConsoleKit
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue