Package Details: guake-git 3.9.0.25.g2e5e309e-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://github.com/Guake/guake
Licenses: GPL
Conflicts: guake, guake-gtk2-git
Provides: guake
Submitter: Skatox
Maintainer: Skatox
Last Packager: Skatox
Votes: 48
Popularity: 0.000024
First Submitted: 2008-03-07 02:12 (UTC)
Last Updated: 2022-12-12 04:30 (UTC)

Latest Comments

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

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.)

Skatox commented on 2022-04-11 15:53 (UTC)

Fixed. Updated URLS.

dano5 commented on 2022-04-07 09:12 (UTC)

no longer works, needs to switch source to:

git+https://github.com/Guake/guake.git

carlosal1015 commented on 2022-03-15 16:36 (UTC)

https://www.reddit.com/r/archlinux/comments/teql3v/github_no_longer_supports_git_some_pkgbuilds/

warp4ever commented on 2021-12-16 12:11 (UTC) (edited on 2021-12-16 12:15 (UTC) by warp4ever)

pkgname=guake-git / pkgver=3.8.1.20.g32301994 crash:

Traceback (most recent call last): File "/usr/bin/guake", line 10, in <module> sys.exit(exec_main()) File "/usr/lib/python3.10/site-packages/guake/main.py", line 621, in exec_main if not main(): File "/usr/lib/python3.10/site-packages/guake/main.py", line 442, in main import dbus File "/usr/lib/python3.10/site-packages/dbus/init.py", line 72, in <module> import dbus.exceptions as exceptions ModuleNotFoundError: No module named 'dbus.exceptions'

aurelr commented on 2020-09-08 02:42 (UTC) (edited on 2020-09-08 02:42 (UTC) by aurelr)

@longbrow thanks for your fix, it worked for me! maybe the maintainer of this AUR should update the PKGBUILD file?

longbrow commented on 2020-03-02 19:41 (UTC) (edited on 2020-03-02 19:47 (UTC) by longbrow)

I could not get this package to build on Manjaro 19.0.1 using yay. I kept getting this error.

After some playing around, I was able to get it to work but I had to make a small change to the PKGBUILD file.

Skatox commented on 2019-12-28 19:21 (UTC)

I've added commands to copy missing files. Can you confirm that now works?