diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:35:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:35:50 +0000 |
commit | f1bb12de8e50bf76ae21f37debda60994ec7fd99 (patch) | |
tree | 1671d4beef381f12d939e34b344eb385a3af4f19 /sysutils/hal | |
parent | 29adee7bb42244f34736c5c24ed18a9b269d0925 (diff) | |
download | ports-f1bb12de8e50bf76ae21f37debda60994ec7fd99.tar.gz ports-f1bb12de8e50bf76ae21f37debda60994ec7fd99.zip |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>
Enjoy!
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175253
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 113 | ||||
-rw-r--r-- | sysutils/hal/distinfo | 3 | ||||
-rw-r--r-- | sysutils/hal/files/hald.in | 62 | ||||
-rw-r--r-- | sysutils/hal/files/patch-Makefile.in | 25 | ||||
-rw-r--r-- | sysutils/hal/files/patch-doc_Makefile.in | 11 | ||||
-rw-r--r-- | sysutils/hal/files/patch-tools_Makefile.in | 11 | ||||
-rw-r--r-- | sysutils/hal/files/patch-tools_hal-device.c | 11 | ||||
-rw-r--r-- | sysutils/hal/files/patch-tools_lshal.c | 11 | ||||
-rw-r--r-- | sysutils/hal/files/pkg-deinstall.in | 12 | ||||
-rw-r--r-- | sysutils/hal/files/pkg-install.in | 47 | ||||
-rw-r--r-- | sysutils/hal/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/hal/pkg-plist | 152 |
12 files changed, 464 insertions, 0 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile new file mode 100644 index 000000000000..49391209ed7a --- /dev/null +++ b/sysutils/hal/Makefile @@ -0,0 +1,113 @@ +# New ports collection makefile for: HAL +# Date Created: 02 May 2006 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/sysutils/hal/Makefile,v 1.26 2006/10/13 10:00:57 ahze Exp $ +# + +PORTNAME= hal +PORTVERSION= ${HALVERSION}.${SNAPVERSION} +PORTREVISION?= 1 +CATEGORIES?= sysutils +MASTER_SITES= http://www.marcuscom.com/downloads/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= Hardware Abstraction Layer for simplifying device access + +.if !defined(HAL_SLAVE) +LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit +RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \ + isoinfo:${PORTSDIR}/sysutils/cdrtools +.endif + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget intlhack ltverhack +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes +USE_PYTHON= yes +CONFIGURE_ARGS= --disable-gtk-doc \ + --with-hwdata=${LOCALBASE}/share/pciids \ + --with-backend=freebsd \ + --with-socket-dir=/var/run/hald \ + --with-pid-file=/var/run/hald/hald.pid +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + GTKDOC="false" + +HALVERSION= 0.5.8 +SNAPVERSION= 20060917 + +.if !defined(HAL_SLAVE) +USE_RC_SUBR= hald +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${HALVERSION} +PLIST_SUB= VERSION=${HALVERSION} + +PRIV_FILES= hal-power-hibernate \ + hal-power-poweroff \ + hal-power-reboot \ + hal-power-suspend \ + hal-storage-fixed-mount-change-uid \ + hal-storage-fixed-mount \ + hal-storage-removable-mount-change-uid \ + hal-storage-removable-mount +PRIV_FILES:= ${PRIV_FILES:S|$|.privilege|} + +RC_FILES= hal.conf:${PREFIX}/etc/dbus-1/system.d \ + ${PRIV_FILES:S|$|:${PREFIX}/etc/PolicyKit/privilege.d|} +PLIST_FILES= ${PRIV_FILES:S|^|%%DATADIR%%/dist/|} + +SUB_FILES= pkg-install pkg-deinstall +SUB_LIST= RC_FILES="${RC_FILES}" +.else # Slave port stuff +LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus + +USE_GNOME+= pygnome2 +DESKTOP_ENTRIES="Device Manager" \ + "Examine your devices" \ + "${DATADIR}/device-manager/hal-bus-pci.png" \ + "hal-device-manager" \ + "Application;System;" \ + true +BUILD_WRKSRC= ${WRKSRC}/tools/device-manager +INSTALL_WRKSRC= ${BUILD_WRKSRC} +.endif + +.include <bsd.port.pre.mk> + +.if !defined(HAL_SLAVE) && (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") +RUN_DEPENDS+= dmidecode:${PORTSDIR}/sysutils/dmidecode +.endif + +post-patch: +.if !defined(HAL_SLAVE) + @${REINPLACE_CMD} -e 's|device-manager||' \ + ${WRKSRC}/tools/Makefile.in +.endif + @${REINPLACE_CMD} -e '/^scriptdir = /s|libdir|libexecdir|' \ + ${WRKSRC}/tools/Makefile.in \ + ${WRKSRC}/tools/freebsd/Makefile.in + @${REINPLACE_CMD} -e 's|[(]libdir[)]/hal/scripts|(libexecdir)/hal/scripts|' \ + ${WRKSRC}/hald/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS/ s|txt||' \ + ${WRKSRC}/policy/Makefile.in + @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \ + ${WRKSRC}/hal.conf.in + +post-install: +.if !defined(HAL_SLAVE) + ${MKDIR} ${DATADIR}/dist + ${INSTALL_DATA} ${WRKSRC}/hal.conf ${WRKSRC}/policy/txt/*.privilege \ + ${DATADIR}/dist + @${SETENV} PKG_PREFIX=${PREFIX} PACKAGE_BUILDING=${PACKAGE_BUILDING} \ + ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL +.if !defined(NOPORTDOCS) + ${INSTALL_DATA} ${WRKSRC}/hald/freebsd/README \ + ${DOCSDIR}/README.freebsd +.endif +.endif + +.include <bsd.port.post.mk> diff --git a/sysutils/hal/distinfo b/sysutils/hal/distinfo new file mode 100644 index 000000000000..fbae75b4b988 --- /dev/null +++ b/sysutils/hal/distinfo @@ -0,0 +1,3 @@ +MD5 (hal-0.5.8.20060917.tar.bz2) = 786e8ccb7a2529c7df23ea4afdb3ff3a +SHA256 (hal-0.5.8.20060917.tar.bz2) = d2d26318f1466a140a6fb9e8a2f425c8f81e90ddc12d292652ff52741def4264 +SIZE (hal-0.5.8.20060917.tar.bz2) = 1391794 diff --git a/sysutils/hal/files/hald.in b/sysutils/hal/files/hald.in new file mode 100644 index 000000000000..aefba2194971 --- /dev/null +++ b/sysutils/hal/files/hald.in @@ -0,0 +1,62 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: hald +# REQUIRE: DAEMON dbus polkitd +# +# Add the following line to /etc/rc.conf to enable the HAL daemon: +# +# hald_enable="YES" +# + +hald_enable=${hald_enable-"NO"} +hald_flags=${hald_flags-""} + +. %%RC_SUBR%% + +name=hald +rcvar=`set_rcvar` + +command="%%PREFIX%%/sbin/hald" +pidfile="/var/run/${name}/${name}.pid" + +stop_postcmd="hald_postcmd" +start_precmd="hald_precmd" + +local_force_depend() +{ + _depend="$1" + if [ -f %%LOCALBASE%%/etc/rc.d/${_depend}.sh ]; then + _depend="${_depend}.sh" + fi + + if ! %%LOCALBASE%%/etc/rc.d/${_depend} forcestatus 1>/dev/null 2>&1 && + ! %%LOCALBASE%%/etc/rc.d/${_depend} forcestart; then + return 1 + fi + return 0 +} + +hald_precmd() +{ + if ! checkyesno dbus_enable + then + local_force_depend dbus || return 1 + fi + + if ! checkyesno polkitd_enable + then + local_force_depend polkitd || return 1 + fi + + mkdir -p $(dirname $pidfile) +} + +hald_postcmd() +{ + rm -f $pidfile +} + +load_rc_config ${name} +run_rc_command "$1" diff --git a/sysutils/hal/files/patch-Makefile.in b/sysutils/hal/files/patch-Makefile.in new file mode 100644 index 000000000000..27219f54c076 --- /dev/null +++ b/sysutils/hal/files/patch-Makefile.in @@ -0,0 +1,25 @@ +--- Makefile.in.orig Thu May 4 15:35:41 2006 ++++ Makefile.in Thu May 4 15:36:40 2006 +@@ -377,14 +377,14 @@ distclean-libtool: + -rm -f libtool + uninstall-info-am: + install-dist_dbusDATA: $(dist_dbus_DATA) +- @$(NORMAL_INSTALL) +- test -z "$(dbusdir)" || $(mkdir_p) "$(DESTDIR)$(dbusdir)" +- @list='$(dist_dbus_DATA)'; for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- f=$(am__strip_dir) \ +- echo " $(dist_dbusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusdir)/$$f'"; \ +- $(dist_dbusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusdir)/$$f"; \ +- done ++# @$(NORMAL_INSTALL) ++# test -z "$(dbusdir)" || $(mkdir_p) "$(DESTDIR)$(dbusdir)" ++# @list='$(dist_dbus_DATA)'; for p in $$list; do \ ++# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ++# f=$(am__strip_dir) \ ++# echo " $(dist_dbusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusdir)/$$f'"; \ ++# $(dist_dbusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusdir)/$$f"; \ ++# done + + uninstall-dist_dbusDATA: + @$(NORMAL_UNINSTALL) diff --git a/sysutils/hal/files/patch-doc_Makefile.in b/sysutils/hal/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..d05f0136ccbf --- /dev/null +++ b/sysutils/hal/files/patch-doc_Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Tue May 2 01:04:31 2006 ++++ doc/Makefile.in Tue May 2 01:04:42 2006 +@@ -269,7 +269,7 @@ sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + EXTRA_DIST = TODO +-SUBDIRS = api spec conf ++SUBDIRS = spec conf + all: all-recursive + + .SUFFIXES: diff --git a/sysutils/hal/files/patch-tools_Makefile.in b/sysutils/hal/files/patch-tools_Makefile.in new file mode 100644 index 000000000000..c5ce9282732e --- /dev/null +++ b/sysutils/hal/files/patch-tools_Makefile.in @@ -0,0 +1,11 @@ +--- tools/Makefile.in.orig Tue May 2 20:23:05 2006 ++++ tools/Makefile.in Tue May 2 20:23:22 2006 +@@ -325,7 +325,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-SUBDIRS = freebsd linux device-manager ++SUBDIRS = freebsd device-manager + INCLUDES = \ + -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ + -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \ diff --git a/sysutils/hal/files/patch-tools_hal-device.c b/sysutils/hal/files/patch-tools_hal-device.c new file mode 100644 index 000000000000..3cda9aa14aa7 --- /dev/null +++ b/sysutils/hal/files/patch-tools_hal-device.c @@ -0,0 +1,11 @@ +--- tools/hal-device.c.orig Sat Oct 7 18:15:26 2006 ++++ tools/hal-device.c Sat Oct 7 18:15:34 2006 +@@ -155,7 +155,7 @@ int main(int argc, char **argv) + + libhal_ctx_shutdown(hal_ctx, &error); + libhal_ctx_free(hal_ctx); +- dbus_connection_disconnect(conn); ++ dbus_connection_close(conn); + dbus_connection_unref(conn); + dbus_error_free(&error); + diff --git a/sysutils/hal/files/patch-tools_lshal.c b/sysutils/hal/files/patch-tools_lshal.c new file mode 100644 index 000000000000..4b7d289ef4d8 --- /dev/null +++ b/sysutils/hal/files/patch-tools_lshal.c @@ -0,0 +1,11 @@ +--- tools/lshal.c.orig Sat Oct 7 18:14:43 2006 ++++ tools/lshal.c Sat Oct 7 18:14:59 2006 +@@ -705,7 +705,7 @@ main (int argc, char *argv[]) + libhal_ctx_shutdown (hal_ctx, &error); + libhal_ctx_free (hal_ctx); + +- dbus_connection_disconnect (conn); ++ dbus_connection_close (conn); + dbus_connection_unref (conn); + + if (show_device) diff --git a/sysutils/hal/files/pkg-deinstall.in b/sysutils/hal/files/pkg-deinstall.in new file mode 100644 index 000000000000..96f8e9f91977 --- /dev/null +++ b/sysutils/hal/files/pkg-deinstall.in @@ -0,0 +1,12 @@ +#!/bin/sh + +[ "$2" != DEINSTALL ] && exit 0 + +for pair in %%RC_FILES%%; do + file=`echo $pair | cut -f 1 -d :` + destdir=`echo $pair | cut -f 2 -d :` + + if cmp -s %%DATADIR%%/dist/$file $destdir/$file; then + rm -f $destdir/$file + fi +done diff --git a/sysutils/hal/files/pkg-install.in b/sysutils/hal/files/pkg-install.in new file mode 100644 index 000000000000..2cfda5753d4c --- /dev/null +++ b/sysutils/hal/files/pkg-install.in @@ -0,0 +1,47 @@ +#!/bin/sh + +[ "$2" != POST-INSTALL ] && exit 0 + +if [ -z "${PACKAGE_BUILDING}" ]; then + USER=haldaemon + GROUP=${USER} + UID=560 + GID=${UID} + PW=/usr/sbin/pw + + if ${PW} group show "${GROUP}" 2>/dev/null; then + echo "You already have a group \"${GROUP}\", so I will use it." + else + if ${PW} groupadd ${GROUP} -g ${GID}; then + echo "Added group \"${GROUP}\"." + else + echo "Adding group \"${GROUP}\" failed..." + exit 1 + fi + fi + + if ${PW} user show "${USER}" 2>/dev/null; then + echo "You already have a user \"${USER}\", so I will use it." + else + if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ + -d "/nonexistent" -s /sbin/nologin -c "HAL Daemon User" + then + echo "Added user \"${USER}\"." + else + echo "Adding user \"${USER}\" failed..." + exit 1 + fi + fi + + /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/hald +fi + +for pair in %%RC_FILES%%; do + file=`echo $pair | cut -f 1 -d :` + destdir=`echo $pair | cut -f 2 -d :` + + if [ ! -f $destdir/$file ]; then + mkdir -p $destdir + cp -p %%DATADIR%%/dist/$file $destdir/$file + fi +done diff --git a/sysutils/hal/pkg-descr b/sysutils/hal/pkg-descr new file mode 100644 index 000000000000..c9435851381f --- /dev/null +++ b/sysutils/hal/pkg-descr @@ -0,0 +1,6 @@ +HAL is a hardware abstraction layer whose goal is to merge information from +various sources such that desktop applications can locate and use hardware +devices. The point is that the exact set of information to merge varies by +device and bus type. + +WWW: http://www.freedesktop.org/Software/hal diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist new file mode 100644 index 000000000000..99baa12014d0 --- /dev/null +++ b/sysutils/hal/pkg-plist @@ -0,0 +1,152 @@ +bin/hal-device +bin/hal-find-by-capability +bin/hal-find-by-property +bin/hal-get-property +bin/hal-set-property +bin/lshal +include/hal/libhal-storage.h +include/hal/libhal.h +lib/libhal-storage.a +lib/libhal-storage.la +lib/libhal-storage.so +lib/libhal-storage.so.1 +lib/libhal.a +lib/libhal.la +lib/libhal.so +lib/libhal.so.1 +lib/libhald_freebsd_probe.a +lib/libhald_freebsd_probe.la +lib/libhald_freebsd_probe.so +lib/libhald_freebsd_probe.so.0 +libdata/pkgconfig/hal-storage.pc +libdata/pkgconfig/hal.pc +libexec/hal-storage-mount +libexec/hal-system-power-pmu +libexec/hal/scripts/hal-luks-remove +libexec/hal/scripts/hal-luks-setup +libexec/hal/scripts/hal-luks-teardown +libexec/hal/scripts/hal-system-lcd-get-brightness +libexec/hal/scripts/hal-system-lcd-get-brightness-freebsd +libexec/hal/scripts/hal-system-lcd-set-brightness +libexec/hal/scripts/hal-system-lcd-set-brightness-freebsd +libexec/hal/scripts/hal-system-power-hibernate +libexec/hal/scripts/hal-system-power-reboot +libexec/hal/scripts/hal-system-power-reboot-freebsd +libexec/hal/scripts/hal-system-power-set-power-save +libexec/hal/scripts/hal-system-power-set-power-save-freebsd +libexec/hal/scripts/hal-system-power-shutdown +libexec/hal/scripts/hal-system-power-shutdown-freebsd +libexec/hal/scripts/hal-system-power-suspend +libexec/hal/scripts/hal-system-power-suspend-freebsd +libexec/hal/scripts/hal-system-storage-cleanup-mountpoint +libexec/hal/scripts/hal-system-storage-cleanup-mountpoints +libexec/hal/scripts/hal-system-storage-cleanup-mountpoints-freebsd +libexec/hal/scripts/hal-system-storage-eject +libexec/hal/scripts/hal-system-storage-eject-freebsd +libexec/hal/scripts/hal-system-storage-unmount +libexec/hal/scripts/hal-system-storage-unmount-freebsd +libexec/hald-addon-storage +libexec/hald-probe-hiddev +libexec/hald-probe-scsi +libexec/hald-probe-smbios +libexec/hald-probe-storage +libexec/hald-probe-volume +libexec/hald-runner +sbin/hald +%%PORTDOCS%%%%DOCSDIR%%/README.freebsd +%%DOCSDIR%%/conf/match-USB-camera.fdi +%%DOCSDIR%%/conf/match-USB-mp3-player.fdi +%%DOCSDIR%%/conf/match-cardreader.fdi +%%DOCSDIR%%/conf/storage-non-fixed.fdi +%%DOCSDIR%%/conf/storage-policy-examples.fdi +%%DOCSDIR%%/conf/storage-skip-all.fdi +%%DATADIR%%/dist/hal.conf +%%DATADIR%%/fdi/fdi.dtd +%%DATADIR%%/fdi/fdi.rng +%%DATADIR%%/fdi/information/10freedesktop/10-camera-ptp.fdi +%%DATADIR%%/fdi/information/10freedesktop/10-cd-dvd-burner.fdi +%%DATADIR%%/fdi/information/10freedesktop/10-usb-card-readers.fdi +%%DATADIR%%/fdi/information/10freedesktop/10-usb-music-players.fdi +%%DATADIR%%/fdi/information/10freedesktop/10-usb-pda.fdi +%%DATADIR%%/fdi/information/10freedesktop/10-usb-zip-drives.fdi +%%DATADIR%%/fdi/information/10freedesktop/10-wireless-mice.fdi +%%DATADIR%%/fdi/policy/10osvendor/10-keyboard-policy.fdi +%%DATADIR%%/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi +%%DATADIR%%/fdi/policy/10osvendor/10-power-mgmt-policy.fdi +%%DATADIR%%/fdi/policy/10osvendor/10-toshiba-buttons.fdi +%%DATADIR%%/fdi/policy/10osvendor/15-storage-luks.fdi +%%DATADIR%%/fdi/policy/10osvendor/20-storage-methods.fdi +%%DATADIR%%/fdi/preprobe/10osvendor/10-ide-drives.fdi +share/locale/cs/LC_MESSAGES/hal.mo +share/locale/da/LC_MESSAGES/hal.mo +share/locale/de/LC_MESSAGES/hal.mo +share/locale/el/LC_MESSAGES/hal.mo +share/locale/es/LC_MESSAGES/hal.mo +share/locale/eu/LC_MESSAGES/hal.mo +share/locale/fi/LC_MESSAGES/hal.mo +share/locale/fr/LC_MESSAGES/hal.mo +share/locale/hu/LC_MESSAGES/hal.mo +share/locale/it/LC_MESSAGES/hal.mo +share/locale/ja/LC_MESSAGES/hal.mo +share/locale/km/LC_MESSAGES/hal.mo +share/locale/ko/LC_MESSAGES/hal.mo +share/locale/lt/LC_MESSAGES/hal.mo +share/locale/nb/LC_MESSAGES/hal.mo +share/locale/nl/LC_MESSAGES/hal.mo +share/locale/pa/LC_MESSAGES/hal.mo +share/locale/pl/LC_MESSAGES/hal.mo +share/locale/pt/LC_MESSAGES/hal.mo +share/locale/pt_BR/LC_MESSAGES/hal.mo +share/locale/ru/LC_MESSAGES/hal.mo +share/locale/sl_SI/LC_MESSAGES/hal.mo +share/locale/uk/LC_MESSAGES/hal.mo +share/locale/zh_CN/LC_MESSAGES/hal.mo +share/locale/zh_TW/LC_MESSAGES/hal.mo +@dirrm %%DATADIR%%/fdi/preprobe/20thirdparty +@dirrm %%DATADIR%%/fdi/preprobe/10osvendor +@dirrm %%DATADIR%%/fdi/preprobe +@dirrm %%DATADIR%%/fdi/policy/20thirdparty +@dirrm %%DATADIR%%/fdi/policy/10osvendor +@dirrm %%DATADIR%%/fdi/policy +@dirrm %%DATADIR%%/fdi/information/20thirdparty +@dirrm %%DATADIR%%/fdi/information/10freedesktop +@dirrm %%DATADIR%%/fdi/information +@dirrm %%DATADIR%%/fdi +@dirrm %%DATADIR%%/dist +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%%/conf +@dirrm %%DOCSDIR%% +@dirrm libexec/hal/scripts +@dirrm libexec/hal +@dirrm include/hal +@dirrm etc/hal/fdi/preprobe +@dirrm etc/hal/fdi/policy +@dirrm etc/hal/fdi/information +@dirrm etc/hal/fdi +@dirrm etc/hal +@unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true +@unexec rm -rf /var/run/hald/hald-local 2>/dev/null || true +@unexec rm -rf /var/run/hald/hald-runner 2>/dev/null || true +@unexec rmdir /var/run/hald 2>/dev/null || true +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sl_SI/LC_MESSAGES +@dirrmtry share/locale/sl_SI +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs |