summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2017-04-23 11:51:47 +0800
committerJason Zaman <perfinion@gentoo.org>2017-04-23 12:03:39 +0800
commitdbea8f11a3b98b9aa096432d3110f4ed96e90119 (patch)
tree76cfd02d1b089b296ac58f891aaf97e416a8534c /xfce-extra
parentsys-libs/musl: stabilize on all arches (diff)
downloadgentoo-dbea8f11a3b98b9aa096432d3110f4ed96e90119.tar.gz
gentoo-dbea8f11a3b98b9aa096432d3110f4ed96e90119.tar.bz2
gentoo-dbea8f11a3b98b9aa096432d3110f4ed96e90119.zip
xfce-extra/xfce4-dict: bump to 0.7.99
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-dict/Manifest1
-rw-r--r--xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest
index 8bd576c3b0d0..e5c4426dca34 100644
--- a/xfce-extra/xfce4-dict/Manifest
+++ b/xfce-extra/xfce4-dict/Manifest
@@ -1 +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
diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild
new file mode 100644
index 000000000000..d9812b0ca553
--- /dev/null
+++ b/xfce-extra/xfce4-dict/xfce4-dict-0.7.99.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit fdo-mime gnome2-utils
+
+DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.24:=
+ >=x11-libs/gtk+-3.20:3=
+ >=xfce-base/libxfce4util-4.10:=
+ >=xfce-base/libxfce4ui-4.12:=
+ >=xfce-base/xfce4-panel-4.10:="
+DEPEND="${RDEPEND}
+ dev-util/gdbus-codegen
+ dev-util/intltool
+ virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+ econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+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
+}