Search Criteria
Package Details: insight-git 14.0.50.20230506_git.r646.f988690-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/insight-git.git (read-only, click to copy) |
|---|---|
| Package Base: | insight-git |
| Description: | Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk. |
| Upstream URL: | https://sourceware.org/git/?p=insight.git |
| Licenses: | GPL3 |
| Conflicts: | insight |
| Provides: | insight |
| Submitter: | Geballin |
| Maintainer: | Geballin |
| Last Packager: | Geballin |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-11-07 19:20 (UTC) |
| Last Updated: | 2024-01-03 03:15 (UTC) |
Latest Comments
dreieck commented on 2023-04-12 16:16 (UTC)
$pkgverstarts withbundled.tcl. This does not seem reasonable.There is a real version, since
insight --versionshows14.0.50.20230407-git.Can you please use the real version? Then you also can add
=${pkgver}to theprovidesentry.Here is a
pkgver()that accomplishes this:Regards!
dreieck commented on 2023-04-12 16:03 (UTC) (edited on 2023-04-12 16:17 (UTC) by dreieck)
Conflicts with
binutils-- maybe you should make sure that those files do not get built or installed (or removing them afterwards, e.g. withrm -rf lib/gprofng) -- anyway, why does this buildgprofngat all?:Also, it installs
/usr/etc/gprofng.rc-- that should also not happen I think.A fixed
package()function:Regards!
dreieck commented on 2023-04-12 14:26 (UTC)
Can you add the
--progressoption to thegit [...] submodule updatecommand?It takes really long time (lots of data to download), so a progress would be really helpful.
Regards!
dreieck commented on 2023-04-12 13:55 (UTC) (edited on 2023-04-12 13:55 (UTC) by dreieck)
Ahoj,
provides=("insight"),conflicts=('insight').Thanks for maintaining!
FabioLolix commented on 2021-11-07 20:11 (UTC)
Hello,