Skip to content
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

Wrong path install on PKGBUILD #203

Closed
varlesh opened this issue Nov 10, 2016 · 9 comments
Closed

Wrong path install on PKGBUILD #203

varlesh opened this issue Nov 10, 2016 · 9 comments

Comments

@varlesh
Copy link
Collaborator

varlesh commented Nov 10, 2016

@edgard
PKGBUILD now have wrong path install:

_pkgbase=hardcode-tray-fixer
....
package() {
  install -Dm755 "$srcdir/hardcode-tray-fixer.sh" "$pkgdir/usr/bin/hardcode-tray"
  install -Dm755 "$srcdir/$pkgname/script.py" "$pkgdir/opt/$_pkgbase/script.py"
  install -d "$pkgdir/opt/$_pkgbase"
  cp -r "$srcdir/$pkgname/database" "$pkgdir/opt/$_pkgbase"
}

Right path install will be /opt/Hardcode-Tray:
https://github.com/bil-elmoussaoui/Hardcode-Tray/blob/master/hardcode-tray

@bilelmoussaoui
Copy link
Owner

@edgard Can you also add me as a co-maintainer ? my username is bil-elmoussaoui. This way i can keep the AUR package updated if you're busy 👍

@edgard
Copy link
Contributor

edgard commented Nov 10, 2016

sure thing! just did! if you want we can make it the other way, you're the owner and I co-maintain. up to you. I adopted the packaged because it was unmaintained before.

@bilelmoussaoui
Copy link
Owner

I'm going to create a new aur repo, once i've done with that i will request a merge with your repo. As the name of the repo is not the name of the script...
There's also few things to change.

@bilelmoussaoui
Copy link
Owner

@varlesh I've added two new packages to AUR. hardcode-tray for the latest stable version and hardcode-tray-git for the latest development version on git.

@varlesh
Copy link
Collaborator Author

varlesh commented Nov 14, 2016

Fine, i'm already update PPA to 3.5
We are the best! 😆

@edgard
Copy link
Contributor

edgard commented Nov 14, 2016

@bil-elmoussaoui I haven't seen anywhere how to delete the package, I suppose they will sent something to me to confirm, as soon as they do, I will confirm it.

@bilelmoussaoui
Copy link
Owner

I have sent a request to remove the package. I will keep maintaining both, i can add you as co-maintainer in case I'm not available if you would like so :)

@edgard
Copy link
Contributor

edgard commented Nov 14, 2016

Sure, feel free to add me, I can definitely help if needed.

@bilelmoussaoui
Copy link
Owner

Done! You can update the PKGBUILD and your contact information in case ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants