Package Details: guake-git 3.10.16.gdf9fbbee-1

Git Clone URL: https://aur.archlinux.org/guake-git.git (read-only, click to copy)
Package Base: guake-git
Description: Top-down terminal for Gnome using gtk3 and vte3
Upstream URL: https://guake.github.io/
Licenses: GPL-2.0-or-later
Conflicts: guake
Provides: guake
Submitter: Skatox
Maintainer: Skatox
Last Packager: Skatox
Votes: 48
Popularity: 0.000000
First Submitted: 2008-03-07 02:12 (UTC)
Last Updated: 2024-10-20 17:17 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

rafnov commented on 2024-10-20 17:37 (UTC)

@Skatox, thank you. It installed now fine. I needed to try it as normal Guake can't handle links properly as only one app on my system - it opens always new window instead of a new tab. But seems git version is even worse: does not open link at all :(

Skatox commented on 2024-10-20 17:18 (UTC)

@rafnov problem fixed.

rafnov commented on 2024-10-20 11:46 (UTC)

There are file conflicts trying to install this. https://bpa.st/R4BB2

Skatox commented on 2023-09-17 20:59 (UTC)

@xiota thanks for the suggestion, updated.

Skatox commented on 2023-04-18 00:33 (UTC)

@grueneerle I don't know. It just compiled for me.

grueneerle commented on 2023-04-12 09:08 (UTC)

Build fails for me on Manjaro, during compilation of schemas:

Error opening directory “/home/myuser/.cache/yay/guake-git/pkg/guake-git/usr/share/glib-2.0/schemas”: No such file or directory
make: *** [Makefile:147: compile-shemas] Error 1

Full log: https://pastebin.com/hqzA5FnT

Skatox commented on 2022-12-12 04:31 (UTC)

Adding python-yaml as a dependency. Now it's a requirements.

dreieck commented on 2022-11-15 15:41 (UTC) (edited on 2022-11-15 15:43 (UTC) by dreieck)

... Using the recipes from community/guake makes install work, but it then misses /usr/bin/guake ...

build() {
  cd "${srcdir}/${pkgname%-git}"
  make
}

package() {
  cd "${srcdir}/${pkgname%-git}"
  sed -i '/-m pip install -r requirements.txt/d' Makefile
  make DESTDIR="$pkgdir" PREFIX='/usr' COMPILE_SCHEMA=0 install
}

Regards!

dreieck commented on 2022-11-15 15:29 (UTC)

Fails to package() for me:

[...]
Successfully installed guake-3.9.1.dev24
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Error in file "/usr/share/applications/imdb.desktop": "application/xspf/xml" is an invalid MIME type ("application/xspf/xml" contains an invalid character in the subtype)
Error in file "/usr/share/applications/imdb.desktop": "video/x-ogm/ogg" is an invalid MIME type ("video/x-ogm/ogg" contains an invalid character in the subtype)
Error in file "/usr/share/applications/mattermost-desktop.desktop": "" is an invalid MIME type ("" does not contain a subtype)
Could not parse file "/usr/share/applications/gqrx.desktop": Key file does not start with a group
Error in file "/usr/share/applications/tea.desktop": "" is an invalid MIME type ("" does not contain a subtype)
The databases in [/usr/local/share/applications, /usr/share/applications] could not be updated.
Could not run update-desktop-database, are you root?
[...]

(I am not root, I use makepkg, which internally calls fakeroot. This should be normal, supported installation procedure.)