From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- x11-libs/libnotify/Manifest | 4 +- x11-libs/libnotify/libnotify-0.7.7-r1.ebuild | 63 ---------------------------- x11-libs/libnotify/libnotify-0.7.8.ebuild | 8 ++-- 3 files changed, 6 insertions(+), 69 deletions(-) delete mode 100644 x11-libs/libnotify/libnotify-0.7.7-r1.ebuild (limited to 'x11-libs/libnotify') diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest index 5b9f8b1b9768..84f3dc62d9e1 100644 --- a/x11-libs/libnotify/Manifest +++ b/x11-libs/libnotify/Manifest @@ -1,5 +1,3 @@ -DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b SHA512 133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7 SHA512 9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94 -EBUILD libnotify-0.7.7-r1.ebuild 1517 BLAKE2B 65d9fe4dd605898d9eb768321ad49fac46e4587d321726149f7ca85a045a6d65e2456e309396bc37d71c7b15d809cf2c8535dd511660584265e720a309eae5ca SHA512 77a7fa2111f9ca0f266b92a35767898dc51bc6bcdad8e1d3d3ddcb9b7e5b62fbb3943d2c020085434f565a2f44277ec56a8503dbe150482b443ffd6963c2818d -EBUILD libnotify-0.7.8.ebuild 1380 BLAKE2B a25cb43f74a9bb66ee98058b68960e909bd9bb26ba96146d827e7a641ea79cfccbd6c8ede205e8dc8abf635d757bf9c86f16c8966605c7a972b9b66735b7212b SHA512 91e5835186b42c97672437e26c989fa32d0f38a882bb1b2c4183da47d62197cb1fa036a9162a7e5e6b425a669593a32aa1df54314f1af16b6550f5160e02dbc8 +EBUILD libnotify-0.7.8.ebuild 1489 BLAKE2B a2d21af4c10d440853f3de9bfc700caaa6f0d1319bf64286b36b3857e4360a81cd669d3aa01c910c8f4e4516df06d27a22f2d5d6a029d87fb22e613fcd3c4676 SHA512 6d436b4b245892380cd003f922575c4077b4c9d25ddafb0755fc2cd2a3da1d62f808d0527ec4f6452f03c9631ea385bcceaad09ceccb3402a901adb322681843 MISC metadata.xml 276 BLAKE2B 889856a4e8b234e03eb27d32a4bce748a561f98ca0faa36de124e58e3832d804d1492f59db1154c4ec0e2e0e46c7d9cf38d9911ee83dd0863699581000610f31 SHA512 673180ba375ea401c0a8f197d516417b3f9361b11943c71bac88b0d0b1407b0bc657f5763c6fb6e429cc6ee112869a2247083fe56743e9ce918855c0ea929e59 diff --git a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild deleted file mode 100644 index e82fecf43792..000000000000 --- a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome.org multilib-minimal xdg-utils - -DESCRIPTION="A library for sending desktop notifications" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="+introspection test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-eselect/eselect-notify-send - >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.32:= ) -" -DEPEND="${RDEPEND} - >=dev-libs/gobject-introspection-common-1.32 - dev-util/glib-utils - >=dev-util/gtk-doc-am-1.14 - virtual/pkgconfig - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) -" -PDEPEND="virtual/notification-daemon" - -src_prepare() { - default - xdg_environment_reset -} - -multilib_src_configure() { - ECONF_SOURCE=${S} econf \ - --disable-gtk-doc \ - --disable-static \ - $(multilib_native_use_enable introspection) \ - $(use_enable test tests) - - # work-around gtk-doc out-of-source brokedness - if multilib_is_native_abi; then - ln -s "${S}"/docs/reference/html docs/reference/html || die - fi -} - -multilib_src_install() { - default - find "${ED}" -name '*.la' -delete || die - - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941 -} - -pkg_postinst() { - eselect notify-send update ifunset -} - -pkg_postrm() { - eselect notify-send update ifunset -} diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild b/x11-libs/libnotify/libnotify-0.7.8.ebuild index 1c11ad27b1e5..7f8ce624abc2 100644 --- a/x11-libs/libnotify/libnotify-0.7.8.ebuild +++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild @@ -11,20 +11,22 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="+introspection test" +IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )" RDEPEND=" app-eselect/eselect-notify-send >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.32:= ) + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) " DEPEND="${RDEPEND}" BDEPEND=" >=dev-libs/gobject-introspection-common-1.32 dev-util/glib-utils virtual/pkgconfig + gtk-doc? ( dev-util/gtk-doc + app-text/docbook-xml-dtd:4.1.2 ) test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) " PDEPEND="virtual/notification-daemon" @@ -38,7 +40,7 @@ multilib_src_configure() { local emesonargs=( -Dtests="$(usex test true false)" -Dintrospection="$(multilib_native_usex introspection enabled disabled)" - -Dgtk_doc=false + -Dgtk_doc=$(multilib_native_usex gtk-doc true false) -Ddocbook_docs=disabled ) meson_src_configure -- cgit v1.2.3