Search Criteria
Package Details: guake-git 3.10.16.gdf9fbbee-1
Package Actions
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) |
Dependencies (13)
- libkeybinder3
- libnotify (libnotify-gitAUR)
- libutempter (libutempter-gitAUR)
- libwnck3
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- python-pbr
- python-yaml (python-yaml-gitAUR)
- vte3 (vte3-notificationAUR, vte3-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- python-pip (make)
Required by (1)
- guake-colors-solarized-git (requires guake)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
thrakcattak commented on 2018-05-01 21:01 (UTC) (edited on 2018-05-01 21:02 (UTC) by thrakcattak)
you should change
- make install DESTDIR="$pkgdir/" PREFIX="$pkgdir/usr/" COMPILE_SCHEMA=0
to
+ make install DESTDIR="$pkgdir/" prefix="/usr" COMPILE_SCHEMA=0
Skatox commented on 2018-05-01 03:17 (UTC)
Updated PKGBUILD with aichingm's help. His credits were updated.
BTW, I've maintaining this PKGBUILD for 10 years!! :D
Skatox commented on 2018-05-01 03:16 (UTC)
Updated PKGBUILD with aichingm's help. His credits were updated.
BTW, I've maintaining this PKGBUILD for 10 years!! :D
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:
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.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »