xfce-extra/xfce4-clipman-plugin: Bump to 1.4.2
authorMichał Górny <mgorny@gentoo.org>
Fri, 21 Jul 2017 14:28:20 +0000 (16:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 21 Jul 2017 14:31:10 +0000 (16:31 +0200)
xfce-extra/xfce4-clipman-plugin/Manifest
xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild [moved from xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild with 69% similarity]

index 84efe0c436aafce5eabea8a114fe38f6694ad8fb..544bf358fcd4b8de5f3637b8a2f9a4e4f8b6f64b 100644 (file)
@@ -1,2 +1,2 @@
 DIST xfce4-clipman-plugin-1.2.6.tar.bz2 438346 SHA256 23043f99c3e5257d1f3d68b5ee5125e3469c15620d098e22c6250386197f48a5 SHA512 fc6b4cee1990ff13f4c0050ebf3e4b69fc0f7124fa2dd9b41933ce11449d322fad666b1af82bd610ce2add28d012a7dddc345be4afa1432bb330ecd6344a168e WHIRLPOOL 6fa94e6e364c1a10e9de6cd80a1fad889a411ea3ca533647bf10f73967c60f1ad10caeefb0e838977b2b01f550a88561b196eba1f42949f00edb76103ec8ed2c
-DIST xfce4-clipman-plugin-1.4.1.tar.bz2 484795 SHA256 341cce9665a89e5930e754ef3e27ff97594da22b82b1403099ebcf5c18a5351f SHA512 e5db43899c888c8c9f47f020c79ccc636b2a484427646f9f93243c668403324f83f7c0da7ca68492df3162b4b1d7463000c5ecc2016e86f5f1a443bcba01dd54 WHIRLPOOL 25403d2221e48994b1bfc72acc6893880bb7e0bd81d92e4a60cc4fca365ed0132b491f12d76d3c0dffba6cd3f1360e2a8a919b16d5d5227a5d358fda60376dae
+DIST xfce4-clipman-plugin-1.4.2.tar.bz2 485244 SHA256 cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3 SHA512 f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6 WHIRLPOOL f50dfc77c0d1c95a048a9313e43a266de798a3587ab7ad58ed638ab849760ad98a716364bfbaa9de92f0227a6d617643065477560efaa3ea0486fa6cd9e90eb0
similarity index 69%
rename from xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.1.ebuild
rename to xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild
index 13aa2c44e9c4e20c2d24603af104d9f7781d4f71..d34918e38d9b7829e817982a124ade2eeb427ad4 100644 (file)
@@ -1,8 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit xfconf
+EAPI=6
+
+inherit gnome2-utils
 
 DESCRIPTION="A clipboard manager plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
@@ -11,30 +12,42 @@ SRC_URI="mirror://xfce/src/panel-plugins/${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="debug qrcode"
+IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.32:2=
        >=x11-libs/gtk+-3.14:3=
-       dev-libs/libunique:1
-       x11-libs/libXtst
+       dev-libs/libunique:1=
+       x11-libs/libXtst:=
        >=xfce-base/exo-0.10:=
        >=xfce-base/libxfce4ui-4.12:=
        >=xfce-base/libxfce4util-4.12:=
        >=xfce-base/xfce4-panel-4.12:=
        >=xfce-base/xfconf-4.10:=
-       qrcode? ( >=media-gfx/qrencode-3.3.0 )"
+       qrcode? ( >=media-gfx/qrencode-3.3.0:= )"
 DEPEND="${RDEPEND}
        dev-util/intltool
        sys-devel/gettext
        virtual/pkgconfig
        x11-proto/xproto"
 
-pkg_setup() {
-       XFCONF=(
-               --docdir="${EPREFIX}"/usr/share/doc/${PF}
+src_configure() {
+       local myconf=(
                $(use_enable qrcode libqrencode)
-               $(xfconf_use_debug)
-               )
+       )
+
+       econf "${myconf[@]}"
+}
+
+src_install() {
+       default
+
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
 
-       DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_postrm() {
+       gnome2_icon_cache_update
 }