sys-apps/dnotify - 0.18.0 (gentoo)

Search

Install

Install this version:

emerge -a =sys-apps/dnotify-0.18.0

Package Information

Description:
Execute a command when the contents of a directory change
Homepage:
https://directory.fsf.org/project/dnotify/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.18.0 8 amd64 ~mips ppc -sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Execute a command when the contents of a directory change"
HOMEPAGE="https://directory.fsf.org/project/dnotify/"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~mips ppc -sparc x86"
IUSE="nls"

BDEPEND="nls? ( sys-devel/gettext )"

PATCHES=(
	"${FILESDIR}/${P}-nls.patch"
	"${FILESDIR}/${P}-glibc-212.patch"
	"${FILESDIR}/${P}-fix-implicit-declarations.patch"
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_enable nls)
}

USE Flags

Manage flags for this package: euse -i <flag> -p sys-apps/dnotify | euse -E <flag> -p sys-apps/dnotify | euse -D <flag> -p sys-apps/dnotify

Global/Standard Flags

nls

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
gentoo

Dependencies

BDEPEND

nls? ( sys-devel/gettext )

Manifest for 0.18.0

Type File Size Source URLs
DIST dnotify-0.18.0.tar.gz 187909 bytes mirror://gentoo/dnotify-0.18.0.tar.gz