summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-12-10 22:32:14 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2019-12-10 22:34:55 +0100
commiteb8d6acf4bbf1d5078d96a2040f295625a2c6999 (patch)
treef765a4f95e7bcc8ce75aa246ab49ae170486e2f8 /net-misc/nextcloud-client
parentmedia-video/devedeng: drop old live ebuild (diff)
downloadgentoo-eb8d6acf4bbf1d5078d96a2040f295625a2c6999.tar.gz
gentoo-eb8d6acf4bbf1d5078d96a2040f295625a2c6999.tar.bz2
gentoo-eb8d6acf4bbf1d5078d96a2040f295625a2c6999.zip
net-misc/nextcloud-client: use xdg eclass
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client')
-rw-r--r--net-misc/nextcloud-client/nextcloud-client-2.6.0.ebuild8
-rw-r--r--net-misc/nextcloud-client/nextcloud-client-2.6.1.ebuild8
2 files changed, 4 insertions, 12 deletions
diff --git a/net-misc/nextcloud-client/nextcloud-client-2.6.0.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.6.0.ebuild
index 6a82390c3c07..9b0d12160a76 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.6.0.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils xdg-utils
+inherit cmake-utils xdg
DESCRIPTION="Desktop Syncing Client for Nextcloud"
HOMEPAGE="https://github.com/nextcloud/desktop"
@@ -79,13 +79,9 @@ src_configure() {
}
pkg_postinst() {
+ xdg_pkg_postinst
if ! use doc ; then
elog "Documentation and man pages not installed"
elog "Enable doc USE-flag to generate them"
fi
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
}
diff --git a/net-misc/nextcloud-client/nextcloud-client-2.6.1.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.6.1.ebuild
index 6a82390c3c07..9b0d12160a76 100644
--- a/net-misc/nextcloud-client/nextcloud-client-2.6.1.ebuild
+++ b/net-misc/nextcloud-client/nextcloud-client-2.6.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils xdg-utils
+inherit cmake-utils xdg
DESCRIPTION="Desktop Syncing Client for Nextcloud"
HOMEPAGE="https://github.com/nextcloud/desktop"
@@ -79,13 +79,9 @@ src_configure() {
}
pkg_postinst() {
+ xdg_pkg_postinst
if ! use doc ; then
elog "Documentation and man pages not installed"
elog "Enable doc USE-flag to generate them"
fi
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
}