Search Criteria
Package Details: vtex2-bin 0.3.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vtex2-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | vtex2-bin |
| Description: | A VTF conversion and creation tool |
| Upstream URL: | https://github.com/StrataSource/vtex2 |
| Licenses: | MIT |
| Conflicts: | vtex2 |
| Provides: | vtex2 |
| Submitter: | doclic |
| Maintainer: | doclic |
| Last Packager: | doclic |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-04-03 11:40 (UTC) |
| Last Updated: | 2024-12-10 13:15 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libglvnd (libglvnd-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- patchelf (patchelf-gitAUR) (make)
Latest Comments
doclic commented on 2024-12-10 13:19 (UTC)
Thanks for the patch, it's been merged. Also my original PKGBUILD was garbage, I think your comment was warranted.
HurricanePootis commented on 2024-12-10 04:38 (UTC)
@doclic new patch. I first wanna apologize for my previous behavior, it was totally uncalled for me. I should have not been so harsh in my tone whenever talking to you.
Also, I have a new patch :0
This does the following: 1. Updates to 0.3.1 2. Adds
patchelfas amakedepends()in order to remove insecure RUNPATH's from the binaries 3. Instead of downloading a git repo, just download the current archive for the version to get the LICENSE 4. Patch the binaries with a simple bash scriptdoclic commented on 2024-01-11 23:41 (UTC)
Thanks for the patches, they're merged now. I wrote these packages before I really knew how PKGBUILDs were written which is why they're so messy.
HurricanePootis commented on 2024-01-11 21:34 (UTC)
I don't even know where to being with this PKGBUILD. Using curl and trying to scrape the pkgver in the PKGVER of a
-binpackage is such a lazy and messy way to do things, not to mention wholly inappropriate. I have cleaned up this mess of a package with the following patch.