add updated avahi
This commit is contained in:
44
net-dns/avahi-gtk3/avahi-gtk3-0.6.30-r2.ebuild
Normal file
44
net-dns/avahi-gtk3/avahi-gtk3-0.6.30-r2.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2011 Sabayon
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
IUSE=""
|
||||
COMMON_DEPEND="=net-dns/avahi-base-${PVR}
|
||||
x11-libs/gtk+:3"
|
||||
AVAHI_MODULE_DEPEND="${COMMON_DEPEND}"
|
||||
AVAHI_MODULE_RDEPEND="${COMMON_DEPEND}"
|
||||
|
||||
inherit eutils avahi
|
||||
|
||||
src_configure() {
|
||||
local myconf=" --disable-gtk --enable-gtk3"
|
||||
avahi_src_configure "${myconf}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
for target in avahi-common avahi-client avahi-glib avahi-ui; do
|
||||
cd "${S}"/${target} || die
|
||||
emake || die
|
||||
done
|
||||
cd "${S}" || die
|
||||
emake avahi-ui-gtk3.pc || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${S}"/avahi-ui || die
|
||||
emake -j1 install py_compile=true DESTDIR="${D}" || die
|
||||
cd "${S}" || die
|
||||
dodir /usr/$(get_libdir)/pkgconfig
|
||||
insinto /usr/$(get_libdir)/pkgconfig
|
||||
doins avahi-ui-gtk3.pc
|
||||
|
||||
avahi_src_install-cleanup
|
||||
|
||||
# Workaround for avahi-ui.h collision between avahi-gtk and avahi-gtk3
|
||||
root_avahi_ui="${ROOT}usr/include/avahi-ui/avahi-ui.h"
|
||||
if [ -e "${root_avahi_ui}" ]; then
|
||||
rm -f "${ED}usr/include/avahi-ui/avahi-ui.h"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user