Package Details: guake-git 3.9.0.28.g172a9c01-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.000000
First Submitted: 2008-03-07 02:12 (UTC)
Last Updated: 2023-09-17 20:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

aichingm commented on 2018-04-30 19:06 (UTC)

@Skatox We changed some parts of the Makefile to simplify the build process for non debian/ubuntu systems, now one need only to run "make build && make install ...".

I updated my PKGBUILD: https://gist.github.com/aichingm/ed35ba3b136be4424b1ac947207dbca3 which builds just fine.

Skatox commented on 2018-04-27 01:23 (UTC) (edited on 2018-04-27 01:24 (UTC) by Skatox)

I'm having problems to compile this version, according to the author, some manual intervetion will be fixed on version 3.1. I'm waiting for that to update the package.

dano5 commented on 2018-04-26 14:10 (UTC)

anyone else manage to install successfully?

dano5 commented on 2018-04-13 11:29 (UTC) (edited on 2018-04-13 11:29 (UTC) by dano5)

tried to install it today:

install -Dm644 "guake/data/guake.desktop" "//usr/local/share/applications/guake.desktop"
install: cannot create regular file '//usr/local/share/applications/guake.desktop': Permission denied
make: *** [Makefile:106: install-schemas] Error 1
==> ERROR: A failure occurred in package().
    Aborting...
:: Unable to build guake-git - makepkg exited with code: 2

bmbaker commented on 2018-02-14 13:22 (UTC) (edited on 2018-02-14 13:22 (UTC) by bmbaker)

its failing to build for me too

Ignoring typing: markers 'python_version < "3.5"' don't match your environment Collecting pbr (from -r requirements.txt (line 13)) Using cached pbr-3.1.1-py2.py3-none-any.whl Installing collected packages: pbr Exception: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/usr/lib/python3.6/site-packages/pip/commands/install.py", line 342, in run prefix=options.prefix_path, File "/usr/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install **kwargs File "/usr/lib/python3.6/site-packages/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "/usr/lib/python3.6/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "/usr/lib/python3.6/site-packages/pip/wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "/usr/lib/python3.6/site-packages/pip/wheel.py", line 316, in clobber ensure_dir(destdir) File "/usr/lib/python3.6/site-packages/pip/utils/init.py", line 83, in ensure_dir os.makedirs(path) File "/usr/lib/python3.6/os.py", line 220, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.6/site-packages/pbr-3.1.1.dist-info'

aichingm commented on 2018-01-27 10:25 (UTC)

Getting an error: Error opening directory “/home/mario/.cache/pacaur/guake-git/pkg/guake-git/usr/local/lib/python3.6/site-packages/guake/data/”: No such file or directory

"...usr/local/lib..." should be "...usr/lib..."

sed is not needed just use 'make install-system INSTALL_ROOT="$pkgdir/" PREFIX="$pkgdir/usr/"' this also fixes the build error.

Also guake is now full python3 so python2-* deps should be dropped.

BIG THANKS for including me as contributor! just one little thing there is an "a" missing in my email (aichingm@g...)

FallenSnow commented on 2018-01-25 18:24 (UTC) (edited on 2018-01-25 18:24 (UTC) by FallenSnow)

Can't seem to get it to compile.

Virtualenv location: /home/ayrton/.local/share/virtualenvs/guake-QV8XPunb
Warning: Your Pipfile requires python_version 3, but you are using None (/home/ayrton/.local/share/v/g/bin/python).
  $ pipenv check will surely fail.
Creating a virtualenv for this project…
⠙Warning: Your Pipfile requires python_version 3, but you are using None (/home/ayrton/.local/share/v/g/bin/python).
  $ pipenv check will surely fail.
Warning: There was an unexpected error while activating your virtualenv. Continuing anyway…
Error: the command pipenv_to_requirements could not be found within PATH.
make: *** [Makefile:173: requirements] Error 1

Skatox commented on 2018-01-15 00:18 (UTC)

Updated PKG to support new schema installation process

ivoshm commented on 2018-01-14 11:28 (UTC)

After upstream update to 3.0 compilation hangs on:

... pipenv install --dev Warning: Python 3.5 was not found on your system… You can specify specific versions of Python with: $ pipenv --python path/to/python ...

Skatox commented on 2018-01-08 04:32 (UTC)

Updated to add compatibility with 3.x version.