-
-
Notifications
You must be signed in to change notification settings - Fork 125
arch: break out qubes-vm-nautilus from qubes-vm-core #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
archlinux/PKGBUILD.in
Outdated
| package_qubes-vm-nautilus() { | ||
| pkgdesc="Qubes OS Nautilus addons for inter-VM file copy/move/open" | ||
| arch=("any") | ||
| conflicts=('qubes-vm-core<4.3.20') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The conflicts here is due to overlapping with older versions of qubes-vm-core and I guess exact version to put depends on at what point this would get merged and released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is being adjusted in #591
ad7e22a to
fe2d642
Compare
|
CI says it fails to build... |
4c62fbb to
2c5e70a
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #586 +/- ##
=======================================
Coverage 71.10% 71.10%
=======================================
Files 3 3
Lines 481 481
=======================================
Hits 342 342
Misses 139 139 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
marmarek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks okay, set to non-draft when you think it's ready for re-review/merge
Ty! Just rebased on master and bumped the |
2c5e70a to
dd194c3
Compare
dd194c3 to
3a6b3f2
Compare
Refactor archlinux package by breaking out
qubes-vm-nautilusfromqubes-vm-core.This matches existing Debian and Fedora packaging.
Related:
The same could also be done for
-thunarand-caja. With a tentative approval here I could address those as well, in this PR or separately.