Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 653306 Details for
Bug 735528
net-misc/dhcpcd-ui-0.7.7 - QA Notice: new icons were found installed but icon cache has not been updated
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dhcpcd-0.7.7.ebuild revised
dhcpcd-ui-0.7.7.ebuild (text/plain), 1.25 KB, created by
Drake Donahue
on 2020-08-05 19:14:41 UTC
(
hide
)
Description:
dhcpcd-0.7.7.ebuild revised
Filename:
MIME Type:
Creator:
Drake Donahue
Created:
2020-08-05 19:14:41 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit systemd xdg > >DESCRIPTION="Desktop notification and configuration for dhcpcd" >HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/" >SRC_URI="https://roy.marples.name/downloads/${PN%-ui}/${P}.tar.xz" > >LICENSE="BSD-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="debug gtk gtk2 libnotify ncurses qt5" > >BDEPEND=" > virtual/libintl >" >DEPEND=" > gtk? ( > dev-libs/glib:2 > x11-libs/gdk-pixbuf:2 > gtk2? ( > x11-libs/gtk+:2 > ) > !gtk2? ( > x11-libs/gtk+:3 > ) > ) > libnotify? ( x11-libs/libnotify ) > ncurses? ( sys-libs/ncurses:0= ) > qt5? ( > dev-qt/qtcore:5 > dev-qt/qtgui:5 > dev-qt/qtwidgets:5 > media-libs/mesa > ) >" > >RDEPEND="${DEPEND} > >=net-misc/dhcpcd-6.4.4" > >PATCHES=( > "${FILESDIR}"/${PN}-0.7.7-tinfo.patch >) > >src_configure() { > local myeconfargs=( > --without-qt > $(use_enable debug) > $(use_enable libnotify) > $(use_with gtk gtk $(usex gtk2 'gtk+-2.0' 'gtk+-3.0')) > $(use_with ncurses curses) > $(use_with qt5 qt) > ) > econf "${myeconfargs[@]}" >} > >src_install() { > emake DESTDIR="${D}" INSTALL_ROOT="${D}" install > systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service >} > >pkg_postinst(){ >xdg_icon_cache_update >} > >pkg_postrm(){ >xdg_icon_cache_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 735528
:
652360
|
653306
|
653686