diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-02 05:16:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-02 05:16:35 +0100 |
commit | 6882d8d1110ef4feeec532196a1f0a25420d0fd1 (patch) | |
tree | c8a3d28a31e6c077d6b9097ff36b1232d2ce04b7 /x11-libs/libnotify | |
parent | 85a2a2153ef8027c2ba1be45143cd91914be0ad0 (diff) |
gentoo auto-resync : 02:04:2023 - 05:16:35
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.8.1.ebuild | 63 |
2 files changed, 0 insertions, 65 deletions
diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest index 57fca63c9bea..c4eb89373af5 100644 --- a/x11-libs/libnotify/Manifest +++ b/x11-libs/libnotify/Manifest @@ -1,5 +1,3 @@ -DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4 SHA512 464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320 DIST libnotify-0.8.2.tar.xz 105912 BLAKE2B d014d01e624a072a1a4e60d8606833e790fc9b47a93229486a7c7860d3d90eaae6bcf3f4f78599db8b2c0ed3d35569a1b20d8a8deb08c8fa5be98330b1205f60 SHA512 c9eb0630520382228237ae914654e27ba973efe29a27d040c2462016bd3e0704889aabc5d04d51906951cd404d7edd64262860b7636afd03dd76dedcf1f77cae -EBUILD libnotify-0.8.1.ebuild 1493 BLAKE2B 3b7db9d6bca4853a249fdde959f5f590902f6cb26a867dc32c3ffc88e3488b8bec477aad1c03e3f71e0e077b7b415fa7fcca8ee027710e5a5bd8f36bbd74903d SHA512 10d74808045e92755dbc4fb7c633f0c0036c5cfe3ddd3aa95b116eb1b3c99dc8c884574eced9c69518641cb4295c086439bd80b043d2200e1854288d70480c44 EBUILD libnotify-0.8.2.ebuild 1667 BLAKE2B 04a3d16a66961ed32a708022a797f48993a5ed6c1679038991c9f1fda6b680c9f5d8d3a8c1c90e321df0d2f456f7232e3c2396256b36a6a0ca5e53bda2109cfa SHA512 9b5a48452ef61dc207d4dc56ba096a3489c7df053354577f16159242ab203955316191bc2275c06806649af36b1ec82195330e2167274ab6707d6b2371743d05 MISC metadata.xml 487 BLAKE2B 9ca610c8e5775a9daf61254bdf6364bf8e2df0646c48c78e1178b5232faa1711c7a2cc85943dc8078b92c59b3d4d2a65525d4adc60d2fc323048c264b9495996 SHA512 7f1d6337756480c08fb487ec9115fe2ed7b7cae248fdb751fb3cb49c301807deb02b879e3ec8c275bef87d33c8eb853d6f9a16d72e6fcafb47446d8f634b2fa9 diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild b/x11-libs/libnotify/libnotify-0.8.1.ebuild deleted file mode 100644 index e39dfe71b638..000000000000 --- a/x11-libs/libnotify/libnotify-0.8.1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org meson-multilib 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 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="gtk-doc +introspection test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}] - x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}] - introspection? ( >=dev-libs/gobject-introspection-1.54:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-libs/gobject-introspection-common-1.32 - dev-util/glib-utils - virtual/pkgconfig - app-text/docbook-xsl-ns-stylesheets - dev-libs/libxslt - gtk-doc? ( dev-util/gtk-doc - app-text/docbook-xml-dtd:4.1.2 ) - test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) -" -IDEPEND="app-eselect/eselect-notify-send" -PDEPEND="virtual/notification-daemon" - -src_prepare() { - default - xdg_environment_reset -} - -multilib_src_configure() { - local emesonargs=( - $(meson_use test tests) - $(meson_native_use_feature introspection) - $(meson_native_use_bool gtk-doc gtk_doc) - -Ddocbook_docs=disabled - ) - meson_src_configure -} - -multilib_src_install() { - meson_src_install - - mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941 -} - -pkg_postinst() { - eselect notify-send update ifunset -} - -pkg_postrm() { - eselect notify-send update ifunset -} |