diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /xfce-extra/xfce4-smartbookmark-plugin | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'xfce-extra/xfce4-smartbookmark-plugin')
3 files changed, 5 insertions, 49 deletions
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/Manifest b/xfce-extra/xfce4-smartbookmark-plugin/Manifest index 1d5b15fecd61..3c6ce92f81ed 100644 --- a/xfce-extra/xfce4-smartbookmark-plugin/Manifest +++ b/xfce-extra/xfce4-smartbookmark-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-smartbookmark-plugin-0.5.0.tar.bz2 280988 BLAKE2B 783d495aae351454abf1a3d9bd43c0656baf7ff94bf3015ad300a103cd17eccfdae13385b025d293bd9d7a65b37c0a19aebf3cbca8276ce36d1e41287359d62c SHA512 0514a1159cb5218af73d28897a218c369a64b9c3a7c286c0bf45ad404773ccaa49af5c8b0492e38f56f8089a2ec79b0434de93388d960b993ad67cecef5315cc DIST xfce4-smartbookmark-plugin-0.5.1.tar.bz2 302735 BLAKE2B 3d80b78cefda5bd501578ac2b74734ac4e21f220b200239e6cd530c573b1e6b3f7e39e041d8def52bfb075cc8c584e09bc6c9249d3910a5bd98fa9d3d4cf82a2 SHA512 fb11d890f11751fd1b6ddd4ac351acde5a8b57cd67c0951ba655d762086be01527fbec59a2b4b7a191a1dcd1d4744929c8cad2b9ab30c83f3341e2ba06dd2596 -EBUILD xfce4-smartbookmark-plugin-0.5.0.ebuild 1095 BLAKE2B af46d9c7dcbc587399b55f84a68fb11fc2b815fb9bc30b3a3606d562aae1eec2ac06b5120a9a4c010ed8a0323b5b19589050f1f463be127e3be9cfebdbe00926 SHA512 e3fd4c38a6e3742af80e09c857dc37c059e6b14126a2d865f54e7b188754846ae2a29512c1af8da6ecb37b8b5d012b765da9633857ca60ab9854902fb0b4a06e -EBUILD xfce4-smartbookmark-plugin-0.5.1.ebuild 885 BLAKE2B e3de2110ca1391589661d8f96cfcc3b19825fb140b4235486809f1f7776beef68c812a5bac950a2199560244f66925f9f021ca2d0827dd2b7209d16b28da6784 SHA512 dd5a7ed0729b29e22746f2781af09115ccc9df474b49d79df590ee2ac9729b31ceffa95a62b0407c6fd36ce3293f1d5e0cb31d83f78157e5cfb2f0458d21407c +EBUILD xfce4-smartbookmark-plugin-0.5.1.ebuild 1161 BLAKE2B 2ff3e4c4dd8c7929e7ac28c81a0e8a930232b8a9824c8e3c191aab6ec99d53438918a6f352c9496344c0959f50565ec3460428d223a242797e45db8089c3a8dc SHA512 5696772d955a681ede975db46748489888453253195bda51d4cd893197a890e6ee61ab4e8da26040f35cb01df27c86446d8a3089c7fe1851d764b45bd0956289 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild deleted file mode 100644 index bbcea5c2bdd5..000000000000 --- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-utils xdg-utils - -DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -COMMON_DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:=" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - # substitute default bugtracker - sed -i -e '/bugs/s:bugs\.debian:bugs.gentoo:' src/smartbookmark.c || die - default -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - gnome2_icon_cache_update -} diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild index 9499b8c94ffa..0210eef60a4b 100644 --- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild +++ b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild @@ -24,6 +24,10 @@ DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { # substitute default bugtracker sed -i -e '/bugs/s:bugs\.debian:bugs.gentoo:' src/smartbookmark.c || die + # fix build failure w/ xfce4-panel-4.15.0 + # https://git.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/commit/?id=856d73b51f5d237d3cf6792f5e9f55220e5facf1 + sed -i -e 's@<libxfce4panel/xfce-panel-plugin\.h>@<libxfce4panel/libxfce4panel.h>@' \ + src/smartbookmark.c || die default } |