mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-im/srain: Use xdg instead of xdg-utils
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit eutils xdg-utils
|
inherit eutils xdg
|
||||||
|
|
||||||
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
|
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
|
||||||
HOMEPAGE="https://github.com/SrainApp/srain"
|
HOMEPAGE="https://github.com/SrainApp/srain"
|
||||||
@@ -36,13 +36,3 @@ RDEPEND="${DEPEND}
|
|||||||
src_configure(){
|
src_configure(){
|
||||||
econf $(use_enable debug)
|
econf $(use_enable debug)
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user