Search Criteria
Package Details: vte-notification-common 0.62.3-1
Git Clone URL: | https://aur.archlinux.org/vte3-notification.git (read-only, click to copy) |
---|---|
Package Base: | vte3-notification |
Description: | Common files used by vte and vte3 |
Upstream URL: | https://wiki.gnome.org/Apps/Terminal/VTE |
Keywords: | gnome |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | BerelTarMaciltur |
Maintainer: | mydongistiny |
Last Packager: | mydongistiny |
Votes: | 36 |
Popularity: | 1.70 |
First Submitted: | 2015-03-29 22:27 |
Last Updated: | 2021-02-19 03:54 |
Dependencies (10)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash)
- git (git-git) (make)
- glade (glade-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- gperf (gperf-git) (make)
- gtk-doc (gtk-doc-git) (make)
- intltool (make)
- meson (meson-git) (make)
- pango (pango-ubuntu, pango-minimal-git, pango-git) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Required by (12)
- guake-git (requires vte-common)
- terminate (requires vte-common)
- termite-bepo (requires vte-common)
- termite-nocsd (requires vte-common)
- vte-legacy (requires vte-common)
- vte290 (requires vte-common)
- vte3-git (requires vte-common)
- vte3-ng (requires vte-common)
- vte3-ng-emoji-terminix-zsh-notify (requires vte-common)
- vte3-ng-fullwidth-emoji (requires vte-common)
- vte3-nohang (requires vte-common)
- vte3-notification
Latest Comments
1 2 3 4 5 6 Next › Last »
yochananmarqos commented on 2021-02-05 00:51
@robson: Neither Fedora nor Arch patched it, why is it necessary here?
robson commented on 2021-02-05 00:35
In that case, could you add a patch to fix it?
mydongistiny commented on 2021-02-05 00:19
@robson I updated the packaged because Fedora updated it and that's what this is based on.
robson commented on 2021-02-05 00:10
Why did you update this package? It is bugged https://gitlab.gnome.org/GNOME/vte/-/issues/323 Wouldn't it be better to wait until the correct version comes out.
yochananmarqos commented on 2020-09-26 03:01
FYI, there's been some changes to dependencies and Arch has a fancy way of splitting the package: https://github.com/archlinux/svntogit-packages/blob/packages/vte3/trunk/PKGBUILD
remspoor commented on 2020-06-14 14:30
@mydongistiny, Thanks!
I made a request to change
aur/libquotient
mydongistiny commented on 2020-06-12 16:03
@remspoor sounds like maybe the person who packaged libquotient did it incorrectly. Those headers should be going in with the rest of the qt files and not just in /usr/include. I also see they are using cmake with defines instead of using qmake like the rest of the qt packages in Arch use.
Try this PKGBUILD I edited for libquotient until the other one is fixed: https://pastebin.com/dZ0mP8Zm It moves the includes so QtCore/QLatin1String will be properly picked up.
remspoor commented on 2020-06-12 12:54
Just to note: When
aur/libquotient
is installed the build fails with:It looks like it detects
/usr/include/util.h
I'm not sure if that
util.h
was meant to be the right one though.aaronrancsik commented on 2020-05-08 17:47
@mydongistiny Oh, nice! OK, thanks!
mydongistiny commented on 2020-05-06 19:05
@aaronrancsik It's already been changed to that in the package.
Edit: Also, if you're using yay or another aur helper to build, make sure you are doing clean builds as the packages have changed.