-
Notifications
You must be signed in to change notification settings - Fork 144
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
user/udiskie: new package #3458
Conversation
074ac1f
to
3dc7ac3
Compare
user/udiskie/template.py
Outdated
"python-gobject", | ||
"python-pyyaml", | ||
] | ||
checkdepends += depends |
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.
use star expansion
df2a88d
to
22f9a66
Compare
user/udiskie/template.py
Outdated
def post_install(self): | ||
self.install_license("COPYING") | ||
# has no matching command | ||
self.uninstall("usr/share/zsh/site-functions/_udiskie-canonical_paths") |
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.
use !lintcomp instead
user/udiskie/template.py
Outdated
pkgrel = 0 | ||
build_style = "python_pep517" | ||
hostmakedepends = [ | ||
"gettext-devel", |
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.
should probably be just gettext
22f9a66
to
4c4fda4
Compare
4c4fda4
to
c532a94
Compare
No description provided.