mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gnome-extra/gnome-shell-extension-bluetooth-quick-connect: treeclean
Closes: https://bugs.gentoo.org/974452 (pkgremoved) Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST gnome-shell-extension-bluetooth-quick-connect-45.tar.gz 25061 BLAKE2B e298dfdbc7253a34c9713c599443a35a3814c079c0b911c59664a3fedc69c330d6a5e9233bf1ca7e6150eb999ea6e6cd34a43abd5d64c47d92fbe093e88f9374 SHA512 a7c2f775ae04428d36969f59598e4f583e24ee1ed9fa35bfd339409421bbca92e0ab9cf8a9b7d29a680a4fc18aa871a393f1de0415cefceb61de6dfffc16bdda
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2024 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/Extensions-Valhalla/gnome-bluetooth-quick-connect"
|
||||
SRC_URI="https://github.com/Extensions-Valhalla/gnome-bluetooth-quick-connect/archive/refs/tags/gnome-${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-45
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/gnome-bluetooth-quick-connect-gnome-${PV}"
|
||||
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
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pacho@gentoo.org</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">bjarosze/gnome-bluetooth-quick-connect</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -171,17 +171,6 @@ dev-python/flask-nav
|
||||
# Removal on 2026-06-10. Bug #953050.
|
||||
dev-python/chump
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (2026-05-09)
|
||||
# Obsolete version not compatible with current gnome-shell versions.
|
||||
# Upstream changed completely the way to package it. If still interested,
|
||||
# feel free to take it and update it. Removal in one month. Bug #974452
|
||||
gnome-extra/gnome-shell-extension-bluetooth-quick-connect
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (2026-05-09)
|
||||
# No longer developed by upstream, does not work with current gnome-shell
|
||||
# versions. Removal in one month. Bug #974453
|
||||
gnome-extra/gnome-shell-extension-bluetooth-quick-connect
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2026-05-09)
|
||||
# The buildbot packages aren't actively maintained in ::gentoo. They
|
||||
# are stuck on Python 3.12 and obsolete dependencies. Bug reports
|
||||
|
||||
Reference in New Issue
Block a user