gnu: avahi: Update to 0.7.
* gnu/packages/avahi.scm (avahi): Update to 0.7. * gnu/packages/patches/avahi-localstatedir.patch: Adjust context.
This commit is contained in:
parent
6d73e8176b
commit
550f4509ac
2 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
||||||
(define-public avahi
|
(define-public avahi
|
||||||
(package
|
(package
|
||||||
(name "avahi")
|
(name "avahi")
|
||||||
(version "0.6.31")
|
(version "0.7")
|
||||||
(home-page "http://avahi.org")
|
(home-page "http://avahi.org")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j5b5ld6bjyh3qhd2nw0jb84znq0wqai7fsrdzg7bpg24jdp2wl3"))
|
"0128n7jlshw4bpx0vg8lwj8qwdisjxi7mvniwfafgnkzzrfrpaap"))
|
||||||
(patches (search-patches "avahi-localstatedir.patch"))))
|
(patches (search-patches "avahi-localstatedir.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
|
@ -2,11 +2,11 @@ Don't "mkdir $(localstatedir)" since we can't do it (/var).
|
||||||
|
|
||||||
--- avahi-0.6.27/avahi-daemon/Makefile.in 2010-07-13 05:06:35.000000000 +0200
|
--- avahi-0.6.27/avahi-daemon/Makefile.in 2010-07-13 05:06:35.000000000 +0200
|
||||||
+++ avahi-0.6.27/avahi-daemon/Makefile.in 2010-07-13 18:03:45.000000000 +0200
|
+++ avahi-0.6.27/avahi-daemon/Makefile.in 2010-07-13 18:03:45.000000000 +0200
|
||||||
@@ -1554,7 +1554,6 @@ xmllint:
|
@@ -1625,7 +1625,6 @@
|
||||||
done
|
done
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
- test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run"
|
- test -z "$(avahi_runtime_dir)" || $(MKDIR_P) "$(DESTDIR)$(avahi_runtime_dir)"
|
||||||
|
|
||||||
update-systemd:
|
update-systemd:
|
||||||
curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c
|
curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c
|
||||||
|
|
Reference in a new issue