@postblue thank you for your work
Search Criteria
Package Details: gnome-shell-extension-gsconnect 2:58-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-shell-extension-gsconnect.git (read-only, click to copy) |
---|---|
Package Base: | gnome-shell-extension-gsconnect |
Description: | KDE Connect implementation with GNOME Shell integration |
Upstream URL: | https://github.com/GSConnect/gnome-shell-extension-gsconnect |
Licenses: | GPL-2.0-or-later OR MPL-2.0 |
Submitter: | postblue |
Maintainer: | postblue |
Last Packager: | postblue |
Votes: | 69 |
Popularity: | 0.25 |
First Submitted: | 2017-12-09 11:39 (UTC) |
Last Updated: | 2024-10-25 12:09 (UTC) |
Dependencies (11)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR)
- appstream (make)
- eslint (make)
- flake8 (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-black (python-black-gitAUR) (make)
- evolution-data-server (evolution-data-server-gitAUR) (optional) – Contacts integration (Evolution)
- gsound (optional) – Themed sound effects
- libgdata (optional) – Contacts integration (GNOME Online Accounts)
- python-nautilus (nautilus-python) (optional) – Nautilus integration
Required by (1)
Sources (1)
esistgut commented on 2021-11-10 19:48 (UTC)
postblue commented on 2021-11-10 18:14 (UTC)
@esistgut Now that 41(.1) is out, the controversy is not relevant anymore. As mentionned, the v47 PKGBUILD was still available through git versioning, and the package could have been ignored with proprer configuration of the package manager / AUR helper. For the future, I will pay close attention to the release of the packages in the repositories, as I wrongly assumed it would have been done promptly.
esistgut commented on 2021-11-07 01:35 (UTC)
What is the point of having a version not compatible with the version of gnome-shell provided in Arch?
laichiaheng commented on 2021-10-06 12:45 (UTC)
@JuliaRhea @postblue So it only supports 1 version of Gnome?
postblue commented on 2021-10-06 11:30 (UTC)
@laichiaheng Flagging a package out-of-date is not a way of reporting a bug. More over, there's no packaging issue, rather an upstream incompatibily with the latest package available in the repositories. You can either rebuild the package with the v47 version https://aur.archlinux.org/cgit/aur.git/commit/?h=gnome-shell-extension-gsconnect&id=a9bff95d2395dc1fa5b72cd84a5d84b336f4b504 or wait for the release of GNOME 41
Sonequa commented on 2021-10-06 11:14 (UTC)
gnome-shell 41.0 is not yet in the repos. It's the same issue with most recent releases of other extensions. But I hope it's just a matter of days still. The first 41.0 packages have already arrived.
laichiaheng commented on 2021-10-06 10:11 (UTC) (edited on 2021-10-06 10:12 (UTC) by laichiaheng)
@j.r https://github.com/GSConnect/gnome-shell-extension-gsconnect/issues/1182
It says that it is not compatable with the Gnome version, but it is the latest Gnome on Arch Linux.
j.r commented on 2021-10-06 09:18 (UTC) (edited on 2021-10-06 09:19 (UTC) by j.r)
@laichiaheng some more information would be helpful
laichiaheng commented on 2021-10-06 07:59 (UTC)
Unable to run on Arch Linux.
alex.shpilkin commented on 2021-03-30 14:30 (UTC)
@Cryen: The current v45 doesn’t work for me at all on a fully updated Arch system using the testing repos. The logs appear to point to upstream bug #1073, fixed in the newly released v46 as indicated in my out-of-date notice. Just bumping the version in the PKGBUILD seems to work fine (I’ve set pkgrel=0 so that when the maintainer releases the proper version with pkgrel=1 it’ll override mine):
diff --git a/PKGBUILD b/PKGBUILD
index 81df3d1..aa09644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=45
-pkgrel=1
+pkgver=46
+pkgrel=0
pkgdesc="KDE Connect implementation with GNOME Shell integration"
arch=('any')
url="https://github.com/andyholmes/gnome-shell-extension-gsconnect"
@@ -16,7 +16,7 @@ optdepends=(
'python-nautilus: Nautilus integration'
)
source=(https://github.com/andyholmes/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('db4d2e6644172916b5db23f080a358816dee9979850b5bc8116af03518b10619')
+sha256sums=('c9d7947b128856f0dff138b98aca252b1036804749efbc976a8e30092d54ba9f')
_uuid='gsconnect@andyholmes.github.io'
build() {
Pinned Comments
postblue commented on 2023-10-11 09:42 (UTC)
To whom it may concern: please do not flag the package out-of-date because it's not working with the latest GNOME release. If the extension is not working, it doesn't mean it's out-of-date. The [latest version released[(https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases/latest) is sometimes lagging behind so this PKGBUILD is strictly up-to-date even if the result is not working. As of GNOME 45, all of the extensions have been broken, please allow the developers time to update their project you like to use in your environment.