Page MenuHomeFreeBSD

[new port] deskutils/gnome-shell-extension-gsconnect: KDE Connect implementation for GNOME
Needs ReviewPublic

Authored by daniel_shafer.cc on Dec 23 2018, 9:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 16 2024, 7:24 PM
Unknown Object (File)
Jan 27 2024, 11:51 AM
Unknown Object (File)
Jan 21 2024, 7:38 PM
Unknown Object (File)
Dec 20 2023, 12:40 AM
Unknown Object (File)
Dec 13 2023, 6:37 AM
Unknown Object (File)
Nov 26 2023, 12:19 PM
Unknown Object (File)
Nov 21 2023, 7:29 PM
Unknown Object (File)
Nov 11 2023, 2:51 PM
Subscribers

Details

Reviewers
kwm
Summary

This port is for the Gnome Shell extension gsconnect. After working with the developer
closely, we were able to port this to FreeBSD. Originally didn't work due to an issue
in core.js, which is patched. (Fix will be released next update).

Also note, this is dependant on the new nautilus-python port: https://reviews.freebsd.org/D18415

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 21782
Build 21056: arc lint + arc unit

Event Timeline

deskutils/gnome-shell-extension-gsconnect/Makefile
39–58

All these are badly ordered. See Chapter 15. Order of Variables in Port Makefiles.

Reordered Makefile, moved gsound and nautilus depends to USE_GNOME nautilus3 and gsound.
I'm unsure how else I could reorder this port, so if anyone wants to provide any suggestions
I am open. I've tried reading the Makefile order page in porters manual, so hopefully its
improved.

My previous updated diff was missing my updated pkg-descr, fixed that

deskutils/gnome-shell-extension-gsconnect/Makefile
48–56

these are framework variables and should go before options.

deskutils/gnome-shell-extension-gsconnect/pkg-plist
71

empty line, remove.

Updated to v19, reordered based on mat's suggestions. Updated pkg-plist for new version.
Updated pkg-message to include a release note that might be required by some users.
Regenerated distfile