summaryrefslogtreecommitdiff
path: root/net-p2p/deluge
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-12 01:37:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-08-12 01:37:08 +0000
commit7a4f63145bd8f325a46d629bb5df667e0e2ebff8 (patch)
treef6112443215c87348ae4da5a18513ec25e0ab8a1 /net-p2p/deluge
parent1d70a6dbc50e1d90ac203a07fa568bf6947e256f (diff)
downloadbaldeagleos-repo-7a4f63145bd8f325a46d629bb5df667e0e2ebff8.tar.gz
baldeagleos-repo-7a4f63145bd8f325a46d629bb5df667e0e2ebff8.tar.xz
baldeagleos-repo-7a4f63145bd8f325a46d629bb5df667e0e2ebff8.zip
Adding metadata
Diffstat (limited to 'net-p2p/deluge')
-rw-r--r--net-p2p/deluge/deluge-2.0.3-r8.ebuild4
-rw-r--r--net-p2p/deluge/deluge-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
index fe07c5610805..6b5cf3a763aa 100644
--- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild
+++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 systemd
+inherit xdg distutils-r1 systemd
DESCRIPTION="BitTorrent client with a client/server model"
HOMEPAGE="https://deluge-torrent.org/"
@@ -122,6 +122,8 @@ python_install_all() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
elog
elog "If, after upgrading, deluge doesn't work, please remove the"
elog "'~/.config/deluge' directory and try again, but make a backup"
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
index c26302861c06..42f260c0d204 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8,9,10} )
DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1 systemd
+inherit xdg distutils-r1 systemd
DESCRIPTION="BitTorrent client with a client/server model"
HOMEPAGE="https://deluge-torrent.org/"
@@ -121,6 +121,8 @@ python_install_all() {
}
pkg_postinst() {
+ xdg_pkg_postinst
+
elog
elog "If, after upgrading, deluge doesn't work, please remove the"
elog "'~/.config/deluge' directory and try again, but make a backup"