@mydongistiny: FYI, I updated both vte-notification
and gnome-terminal
to the current Arch versions with no issues with the same patches.
Search Criteria
Package Details: gnome-terminal-fedora 3.52.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-terminal-fedora.git (read-only, click to copy) |
---|---|
Package Base: | gnome-terminal-fedora |
Description: | The GNOME Terminal Emulator with Fedora patches |
Upstream URL: | https://wiki.gnome.org/Apps/Terminal |
Keywords: | dark gnome notifications notify patched terminal transparency transparent |
Licenses: | GPL |
Groups: | gnome |
Conflicts: | gnome-terminal |
Provides: | gnome-terminal |
Submitter: | BerelTarMaciltur |
Maintainer: | mydongistiny |
Last Packager: | mydongistiny |
Votes: | 63 |
Popularity: | 0.000005 |
First Submitted: | 2015-03-29 22:28 (UTC) |
Last Updated: | 2024-07-26 00:24 (UTC) |
Dependencies (17)
- dconf
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gsettings-desktop-schemas (gsettings-desktop-schemas-gitAUR, gsettings-desktop-schemas-nofontAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libhandy (libhandy-gitAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- vte3-notificationAUR
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR) (make)
- gnome-shell (gnome-shell-mobile-gitAUR, gnome-shell-screencast-vaapiAUR, gnome-shell-mobileAUR, gnome-shell-beta-performanceAUR, gnome-shell-performance-unstableAUR, gnome-shell-performanceAUR, gnome-shell-gitAUR) (make)
- libnautilus-extension (libnautilus-extension-gitAUR, libnautilus-extension-typeaheadAUR) (make)
- meson (meson-gitAUR) (make)
- python-packaging (make)
- yelp-tools (make)
- libnautilus-extension (libnautilus-extension-gitAUR, libnautilus-extension-typeaheadAUR) (optional) – Nautilus integration
Required by (13)
- gnome-extra-meta (requires gnome-terminal)
- gnome-rdp (requires gnome-terminal) (optional)
- gnome-shell-extension-arch-update-security-news-git (requires gnome-terminal) (optional)
- nautilus-admin-gtk4 (requires gnome-terminal) (optional)
- neovim-gnome-terminal-wrapper (requires gnome-terminal)
- pop-shell-plugin-system76-power-git (requires gnome-terminal)
- project-monalisa (requires gnome-terminal)
- project-monalisa (requires gnome-terminal) (make)
- project-monalisa (requires gnome-terminal) (check)
- update-notifier (requires gnome-terminal) (optional)
- vpacman (requires gnome-terminal) (optional)
- xmltv-druid (requires gnome-terminal)
- xwm-git (requires gnome-terminal) (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
yochananmarqos commented on 2021-12-11 01:33 (UTC)
mydongistiny commented on 2021-12-11 01:24 (UTC)
@fl4co please don't mark the package out of date if it isn't. This is based on the Fedora source. Not just upstream. It's not out of date if it's the same version as Fedora.
mydongistiny commented on 2021-11-15 19:58 (UTC)
@yochananmarqos Okay...well then the file is there. Either way I cleaned up the PKGBUILD and pushed the changes.
yochananmarqos commented on 2021-11-15 19:53 (UTC)
@mydogdynasty: Yes, I'm aware they're symlinks and why they're there. If source files were not symlinked there, every package would fail to build.
mydongistiny commented on 2021-11-15 19:49 (UTC)
@yochananmarqos It's grabbing it from the root path where the PKGBUILD and source is downloaded. Do ls -al gnome-terminal-fedora/src and see where org.gnome.Terminal.gschema.override-6ce4c343f37e66397e42a4c1bfded7e083fd1bea actually is. Every file in srcdir is a symlink.
yochananmarqos commented on 2021-11-15 19:34 (UTC) (edited on 2021-11-15 19:36 (UTC) by yochananmarqos)
@mydogdestiny: I'm not using an AUR helper, I built it clean.
The package() function never leaves the root SRCDEST
, there's no directory to go back to.
❯ ls gnome-terminal-fedora/src
build
gnome-terminal
gnome-terminal-cntr-ntfy-autottl-ts.patch-6ce4c343f37e66397e42a4c1bfded7e083fd1bea
org.gnome.Terminal.gschema.override-6ce4c343f37e66397e42a4c1bfded7e083fd1bea
mydongistiny commented on 2021-11-15 19:29 (UTC)
@yochananmarqos That's not a typo. It's ../ because it needs to go back a path to get the file. I just did a clean build and it built fine. Remove your yay cache or reset the repo you are building in.
yochananmarqos commented on 2021-11-15 19:23 (UTC) (edited on 2021-12-11 03:05 (UTC) by yochananmarqos)
@mydogdynasty: There's a typo:
install: cannot stat '../org.gnome.Terminal.gschema.override-6ce4c343f37e66397e42a4c1bfded7e083fd1bea': No such file or directory
- install -Dm644 "../${_fgsoverridefile}-${_fcommit}" \
+ install -Dm644 "${_fgsoverridefile}-${_fcommit}" \
"${pkgdir}/usr/share/glib-2.0/schemas/${_fgsoverridefile}"
mydongistiny commented on 2021-06-21 12:32 (UTC)
@Cryen The new update to 3.40.2 fixes the error and I updated the PKGBUILD to make sure it grabs the correct version of the file from now on.
Pinned Comments