diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2007-04-02 16:56:08 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2007-04-02 16:56:08 +0000 |
commit | 4f7fb361217962160217cabd32e6c436c9898c98 (patch) | |
tree | 04d3f7bd3d5e42d622ac37860c84068ebedd8c2a /sys-apps/hal/files | |
parent | Add ~ia64 wrt bug 172789 (diff) | |
download | gentoo-2-4f7fb361217962160217cabd32e6c436c9898c98.tar.gz gentoo-2-4f7fb361217962160217cabd32e6c436c9898c98.tar.bz2 gentoo-2-4f7fb361217962160217cabd32e6c436c9898c98.zip |
Update dtd for hal 0.5.9
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/hal/files')
-rw-r--r-- | sys-apps/hal/files/hal-0.5.9-update_dtd.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/hal/files/hal-0.5.9-update_dtd.patch b/sys-apps/hal/files/hal-0.5.9-update_dtd.patch new file mode 100644 index 000000000000..b6e8807bfc77 --- /dev/null +++ b/sys-apps/hal/files/hal-0.5.9-update_dtd.patch @@ -0,0 +1,21 @@ +From: David Zeuthen <davidz@redhat.com> +Date: Sun, 1 Apr 2007 19:08:52 +0000 (-0400) +Subject: teach fdi.dtd about contains_not, rip out RNG scheme +X-Git-Url: http://gitweb.freedesktop.org/?p=hal.git;a=commitdiff;h=d3aaf33d66443c0f18743a78511caf16df36cb69 + +teach fdi.dtd about contains_not, rip out RNG scheme + +Also add a note to the TODO list that we should have a +hal-fdi-file-validate tool much like desktop-file-validate +--- + +--- a/fdi/fdi.dtd ++++ b/fdi/fdi.dtd +@@ -20,6 +20,7 @@ + is_absolute_path (false|true) #IMPLIED + contains CDATA #IMPLIED + contains_ncase CDATA #IMPLIED ++ contains_not CDATA #IMPLIED + prefix CDATA #IMPLIED + prefix_ncase CDATA #IMPLIED + suffix CDATA #IMPLIED |