mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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
|
||||
|
||||
inherit eutils xdg-utils
|
||||
inherit eutils xdg
|
||||
|
||||
DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3"
|
||||
HOMEPAGE="https://github.com/SrainApp/srain"
|
||||
@@ -36,13 +36,3 @@ RDEPEND="${DEPEND}
|
||||
src_configure(){
|
||||
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