diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-04-18 15:45:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-04-18 16:17:31 +0200 |
commit | d74de9e33a05323341554ac0ea0675faf99ace1e (patch) | |
tree | ea106f2712ada0e74a4f40ea0f3be39215c19981 /gnome-extra/gnome-shell-extension-bluetooth-quick-connect | |
parent | gnome-extra/gnome-shell-extension-bluetooth-quick-connect: stabilize 33 for A... (diff) | |
download | gentoo-d74de9e33a05323341554ac0ea0675faf99ace1e.tar.gz gentoo-d74de9e33a05323341554ac0ea0675faf99ace1e.tar.bz2 gentoo-d74de9e33a05323341554ac0ea0675faf99ace1e.zip |
gnome-extra/gnome-shell-extension-bluetooth-quick-connect: drop 30
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-shell-extension-bluetooth-quick-connect')
2 files changed, 0 insertions, 51 deletions
diff --git a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest index b9f7822394e1..19f1178532ac 100644 --- a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest +++ b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest @@ -1,2 +1 @@ -DIST gnome-shell-extension-bluetooth-quick-connect-30.tar.gz 23135 BLAKE2B e75d71980951e9e41512b83ce3ba86f91572e0c346b69bf79bbcb783bef75dbc8a76ae0a86307328bfbd5cf0f05bd98ac9272d06e38a54a591c277ae6e12e586 SHA512 15bfdc26535f997f82a428d46c808c04e619ae0f04aeaaf260c88a238e51f250ec4e66723fa58ed30992cd9a24304e056a88c3d4af3e8effee5700aa83edde98 DIST gnome-shell-extension-bluetooth-quick-connect-33.tar.gz 26460 BLAKE2B fac17c01c0498420f6b3f35d770c5272112577be8001174b4781640e7e2e91c71e14373cb662a4c92539ebb724dda0986b96bb1fc78d4c5770a458f5898afcb2 SHA512 3642c09c9975f38b11dd8605cfce2030bb8aa5921c6cd55957cc8061cf670ff94af2f650745a891bdb491cfc768fe93da948518dc99c07d531e27e29adcece87 diff --git a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-30.ebuild b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-30.ebuild deleted file mode 100644 index e19b94a25c9c..000000000000 --- a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-30.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit gnome2-utils - -DESCRIPTION="Allow to connect bluetooth paired devices from gnome control panel" -HOMEPAGE="https://github.com/bjarosze/gnome-bluetooth-quick-connect" -SRC_URI="https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="" - -RDEPEND=" - net-wireless/bluez - app-eselect/eselect-gnome-shell-extensions - >=gnome-base/gnome-shell-40 -" -DEPEND="${COMMON_DEPEND}" -BDEPEND="" - -S="${WORKDIR}/${P/shell-extension-}" -extension_uuid="bluetooth-quick-connect@bjarosze.gmail.com" - -src_install() { - einstalldocs - insinto /usr/share/glib-2.0/schemas - doins schemas/*.xml - rm -rf README.md LICENSE Makefile schemas || die - insinto /usr/share/gnome-shell/extensions/"${extension_uuid}" - doins -r * - dosym ../../../../../usr/share/glib-2.0/schemas /usr/share/gnome-shell/extensions/"${extension_uuid}"/schemas -} - -pkg_preinst() { - gnome2_schemas_savelist -} - -pkg_postinst() { - gnome2_schemas_update - ebegin "Updating list of installed extensions" - eselect gnome-shell-extensions update - eend $? -} - -pkg_postrm() { - gnome2_schemas_update -} |