summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David Herrmann [Fri, 8 May 2015 10:13:43 +0000 (12:13 +0200)]
tree-wide: fix gnome.org links
Fix all links that point to non-existing resources.
David Herrmann [Fri, 8 May 2015 10:11:14 +0000 (12:11 +0200)]
Add README and NEWS
Add README and NEWS files and prepare for initial libgudev-219 release.
David Herrmann [Fri, 8 May 2015 10:10:35 +0000 (12:10 +0200)]
build: fix libudev dependency
We require >=libudev-199, so hard-code this in the configuration script.
David Herrmann [Fri, 8 May 2015 09:57:36 +0000 (11:57 +0200)]
Add license information
libgudev is LGPL-2.1 licensed, add a COPYING file with the license text.
David Herrmann [Fri, 8 May 2015 09:56:37 +0000 (11:56 +0200)]
Drop systemd headers from linker files
Drop the now obsolete systemd headers from the symbol files. They're not
needed and we have a global copyright notice, anyway.
David Herrmann [Fri, 8 May 2015 09:54:03 +0000 (11:54 +0200)]
Update doap file
Some miscellaneous updates to the doap file:
- add XML header
- drop misleading 'xml:lang' tags for non-internationalized entries
- add 'shortname'
- add 'homepage'
- add 'repository'
Bastien Nocera [Thu, 7 May 2015 14:50:29 +0000 (16:50 +0200)]
build: Add necessary DOAP file
As per https://wiki.gnome.org/Git/FAQ
David Herrmann [Thu, 7 May 2015 10:17:37 +0000 (12:17 +0200)]
Initial import
Import initial libgudev from systemd-218. This includes the libgudev
sources, the introspection data and gtk-doc reference documentation.