From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- x11-libs/libnotify/Manifest | 2 +- x11-libs/libnotify/libnotify-0.7.7-r1.ebuild | 62 ++++++++++++++++++++++++++++ x11-libs/libnotify/libnotify-0.7.7.ebuild | 62 ---------------------------- 3 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 x11-libs/libnotify/libnotify-0.7.7-r1.ebuild delete mode 100644 x11-libs/libnotify/libnotify-0.7.7.ebuild (limited to 'x11-libs/libnotify') diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest index 9bda6d76788f..914cfb8d82dc 100644 --- a/x11-libs/libnotify/Manifest +++ b/x11-libs/libnotify/Manifest @@ -1,5 +1,5 @@ DIST libnotify-0.7.6.tar.xz 280388 BLAKE2B 89b5853f940be94884f6e50b1114bbc3428a5ee1645fc0b72cbfd2ca0f0bb574353ca0b379f0ded077022a478713419654598fdc603652f00c2d772a58666a40 SHA512 5d656ee7ee5caeb95aec4adb973795dc72fc620cd36b9fe3d4f910951945bd5df70ee1c422cd6aca9c38a9ba2760562e479fc8fb9269449924a5b24d762d03df DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b SHA512 133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954 EBUILD libnotify-0.7.6-r3.ebuild 1604 BLAKE2B f32ab469583abf5e62f6ee4cda0fa93397d7da8d4f050d014db0ec401b7370b5a1abecf3a4812bad09b128b185afd33e89630fce013c64aeeb9fbab32062c863 SHA512 7fee9407a9e5aae59ea94cc58c797d888992f754b3e17090de2b59b047a70aa7c962aa55788640d23d89d92efbf90a4c7cf82dd08842f0a845c69fca6494e339 -EBUILD libnotify-0.7.7.ebuild 1490 BLAKE2B 24679e740e217b1d79ff2e116eb1d270ca817875914f32f3d21f86fc5304dd5fe042c380fd55a2c2db7f5dabca426a4e0c21553e8e9f6511ff6c6f3107b7afbb SHA512 75911e883870aa6c9f41bd98e922e35cc18480f9e7f5fd6562e3ff69962622af54a4cd679ea13889962d6b3db9f36342da69c2eb68091bbe7930fbcec0849cb5 +EBUILD libnotify-0.7.7-r1.ebuild 1511 BLAKE2B e4a659b54a85c76b1e05e3417330763618845e2afd4f19451a294c6722bb4625ff9449b975ba7c4446ae0f7effa71df5a99a65b6e54f963d3f7fdbc4a1fff645 SHA512 8b320e306cddcd594d5683fd2c39311f6ac67566b7c4ffab6bf02755290a8fc4da2691646bf5ea1772b739314c80e4734bdc333ec7131ada1deef04616ca1c85 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 new file mode 100644 index 000000000000..684fa67f7764 --- /dev/null +++ b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2018 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://git.gnome.org/browse/libnotify" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="+introspection 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.7.ebuild b/x11-libs/libnotify/libnotify-0.7.7.ebuild deleted file mode 100644 index b281671c8f6a..000000000000 --- a/x11-libs/libnotify/libnotify-0.7.7.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 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://git.gnome.org/browse/libnotify" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="+introspection 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 - prune_libtool_files - - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941 -} - -pkg_postinst() { - eselect notify-send update ifunset -} - -pkg_postrm() { - eselect notify-send update ifunset -} -- cgit v1.2.3