diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-11 13:16:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-11 13:22:05 +0200 |
commit | a5a696a31970e6835bdd63db144b5c2667361a29 (patch) | |
tree | 384fced4b519ccb89299fb410cfa6cf5c08c28d6 /xfce-base | |
parent | dev-perl/Image-Sane: New ebuild, continuation of dev-perl/Sane (diff) | |
download | gentoo-a5a696a31970e6835bdd63db144b5c2667361a29.tar.gz gentoo-a5a696a31970e6835bdd63db144b5c2667361a29.tar.bz2 gentoo-a5a696a31970e6835bdd63db144b5c2667361a29.zip |
xfce-base/exo: Bump to 0.11.4
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/exo/Manifest | 1 | ||||
-rw-r--r-- | xfce-base/exo/exo-0.11.4.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest index 27ae2d72b848..9303781559fd 100644 --- a/xfce-base/exo/Manifest +++ b/xfce-base/exo/Manifest @@ -1,2 +1,3 @@ DIST exo-0.10.7.tar.bz2 1262301 SHA256 521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c SHA512 5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60 WHIRLPOOL 4c8a71b70e67f0db0bfaa752b0b1f01a80a83cbe84d754b44b3d45811743cf4276abe5d9cde40cef13f87f6013666255ccc5a1cc64afe129a55fe813b4dbcb1e DIST exo-0.11.3.tar.bz2 1294802 SHA256 448d7f2b88074455d54a4c44aed08d977b482dc6063175f62a1abfcf0204420a SHA512 667f7db5b122e9dde07b71583bf1eb412828698d581c17957fbe551c70b76e80c317d7a6781ae89279c60ddc004ce2d0484435a29276e0a949e9e152d8b86574 WHIRLPOOL 27d861f65d09c8103abbdc95281d91914bdd10f2d11834913c1abcadc82c3783ec41c88de577142614ad41f1263e8ae02db434d4c269dc7ff1c18f6b0b923436 +DIST exo-0.11.4.tar.bz2 1297489 SHA256 54fc6d26eff4ca0525aed8484af822ac561cd26adad4a2a13a282b2d9f349d84 SHA512 0357c4176c8a94fb4cae649e6d835a052d092d52e1506a5112c19348fd884b5b30d6c807d2ca9cee01c10f1075c643eae91a78c56665b71e3c787c964ca94337 WHIRLPOOL 9c027c9d0700544831dc0f8b0d68cf0d32e8e6974445bcc30ec6f4a9d66b955b72fc67c0bdb8a71c94254b7b4f84452f27117992abc5a3e28d391f2077401aaf diff --git a/xfce-base/exo/exo-0.11.4.ebuild b/xfce-base/exo/exo-0.11.4.ebuild new file mode 100644 index 000000000000..582fbc77050b --- /dev/null +++ b/xfce-base/exo/exo-0.11.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils + +DESCRIPTION="Extensions, widgets and framework library with session support for Xfce" +HOMEPAGE="https://www.xfce.org/projects/" +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-lang/perl-5.6 + >=dev-libs/glib-2.42:= + dev-perl/URI + >=x11-libs/gtk+-2.24:2= + >=x11-libs/gtk+-3.20:3= + >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/libxfce4util-4.10:=" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |