Search Criteria
Package Details: typstudio-bin 0.1.0dev.32-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/typstudio-bin.git (read-only, click to copy) |
---|---|
Package Base: | typstudio-bin |
Description: | desktop application for typst |
Upstream URL: | https://github.com/Cubxity/typstudio |
Keywords: | application desktop for typst |
Licenses: | GPL3 |
Conflicts: | typstudio |
Provides: | typstudio |
Submitter: | AsukaMinato |
Maintainer: | AronYoung (AsukaMinato) |
Last Packager: | AsukaMinato |
Votes: | 1 |
Popularity: | 0.125163 |
First Submitted: | 2023-05-21 11:07 (UTC) |
Last Updated: | 2024-01-01 22:06 (UTC) |
Dependencies (10)
- cairo (cairo-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup
- pango (pango-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
Latest Comments
AsukaMinato commented on 2023-06-02 13:01 (UTC)
namcap gives these dependencies.
alerque commented on 2023-06-02 12:24 (UTC)
Also where did you get the dependency list for this? Most of them don't seem right since the tauri application generated upstream is mostly statically linked.
alerque commented on 2023-06-02 12:21 (UTC)
This should
provide=("typstudio=$pkgver")
. Also it should notconflicts=(typstudio-git)
for two reasons: besides the fact that such a package doesn't exist, even if/when it does exist that would not be necessary because it is resolved automatically by Pacman when it sees both packages conflict with the base name one. Arch's package guidelines say to do it that way only.