commit: ab3ee2637c83e8382a79b32c32af55704e055493
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 12:57:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 5 13:10:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ee263
xfce-extra/xfce4-dict: Bump to 0.8.0, stable GTK+3 release
xfce-extra/xfce4-dict/Manifest | 2 +-
.../{xfce4-dict-0.7.99.ebuild => xfce4-dict-0.8.0.ebuild} | 13 ++++++-------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest
index e5c4426dca3..eb27ee05d4a 100644
--- a/xfce-extra/xfce4-dict/Manifest
+++ b/xfce-extra/xfce4-dict/Manifest
@@ -1,2 +1,2 @@
DIST xfce4-dict-0.7.2.tar.bz2 489918 SHA256
e5a2b3ec2a665f53534f57cfeb8b2a4ad28d56c13cf8503b4b329377683b11c7 SHA512
fc2f254fdf56cc1d736dda6ee1d8df590f7513841923533a2d220afc5a514395839e330f277e315135343df53eabd57693777062c80f08fd5827a00cd90fe090
WHIRLPOOL
6a8f0b0e53be2f930d96e945f42c05663fddeba5bacc6b0cde17cc8f122880ba390d600792b8eb3a16634349ce6ef7f143e8cbc76eedf9a7e274b4b9f967aa6b
-DIST xfce4-dict-0.7.99.tar.bz2 481176 SHA256
f5953306c728b298e01792e4dfc330cab2e1e14ade4ee80b8b691e5b5c62f274 SHA512
9b0b54e1ba8cea52c2e4bd588d5082ed36d8eaf09ebcfbba61c129854ffbb0eb34799315f15e6e163c6389d90552bcbb41a85ad8f59c80bcd5cf5a52f23780fc
WHIRLPOOL
d6c0511bfaaaa4ccb4c784f6a7979e99c29f56ced196cd121f295c5f33b859986f1e91942568c5f09c9090106ff86677fa9c87b989be08501f75f957f73ee423
+DIST xfce4-dict-0.8.0.tar.bz2 483618 SHA256
3a2fa72a3fe1816e16a50327fac1926bb0167a905c9b1e313a2bf5e3163ea32a SHA512
96e59b21b91352970e33aea84fe67fa9bce5f1fab47d794a129ec68285bd03c5e26a02b03519b1834d08a15c2cb54fe3d91c64799a8df283b89f304800024cb4
WHIRLPOOL
c1cde57517f7c2410fcc44fdd44865ef9033d65e5069e123de6299bd616e8c1583ed5f2d8eca5b582c8c0c1a5aae667f9a2deff06c39ba173d768fc0064553f3
diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild
b/xfce-extra/xfce4-dict/xfce4-dict-0.8.0.ebuild
similarity index 82%
rename from xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild
rename to xfce-extra/xfce4-dict/xfce4-dict-0.8.0.ebuild
index ff2f3b69eb6..60293b0d3a5 100644
--- a/xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild
+++ b/xfce-extra/xfce4-dict/xfce4-dict-0.8.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit fdo-mime gnome2-utils
+inherit gnome2-utils
DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce
desktop"
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-dict"
@@ -15,6 +15,7 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2.24:=
>=x11-libs/gtk+-3.20:3=
+ x11-libs/libX11:=
>=xfce-base/libxfce4util-4.10:=
>=xfce-base/libxfce4ui-4.12:=
>=xfce-base/xfce4-panel-4.10:="
@@ -29,18 +30,16 @@ src_configure() {
econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
}
-pkg_preinst() {
- gnome2_icon_savelist
+src_install() {
+ default
+
+ find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
gnome2_icon_cache_update
}