Search Criteria
Package Details: gtksu-git 0.1.6.r3.ga8528e7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtksu-git.git (read-only, click to copy) |
---|---|
Package Base: | gtksu-git |
Description: | A Qt5-based replacement for gksu |
Upstream URL: | https://github.com/KeithDHedger/GtkSu |
Licenses: | GPL |
Conflicts: | gksu |
Provides: | gksu |
Submitter: | dominikfuchs |
Maintainer: | ami_ba |
Last Packager: | ami_ba |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-27 09:41 (UTC) |
Last Updated: | 2021-09-27 06:48 (UTC) |
Dependencies (3)
- qt5-base (qt5-base-git, qt5-base-headless)
- automake-1.15 (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Required by (53)
- arch-plymouthize (requires gksu)
- caja-gksu (requires gksu)
- cernvm-webapi (requires gksu)
- dgrp (requires gksu) (optional)
- easy-boot-creator (requires gksu)
- ewsgateway (requires gksu) (optional)
- fcronq (requires gksu) (optional)
- fern-wifi-cracker-git (requires gksu)
- flaketill-says (requires gksu) (optional)
- gadmin-bind (requires gksu) (optional)
- gadmin-openvpn-server (requires gksu)
- gadmin-rsync (requires gksu) (optional)
- hoststool (requires gksu)
- isousb (requires gksu)
- iwscanner (requires gksu) (optional)
- libreelec-creator-bin (requires gksu)
- live-usb-install (requires gksu)
- lxmed (requires gksu)
- multisystem (requires gksu)
- nslink (requires gksu) (optional)
Latest Comments
D3SOX commented on 2020-11-21 22:09 (UTC)
@yochananmarqos The package is orphaned. You can adopt it if you are willing to maintain it.
yochananmarqos commented on 2020-11-21 20:15 (UTC)
Working PKGBUILD
D3SOX commented on 2020-04-15 12:26 (UTC)
==> ERROR: provides contains invalid characters: ' '
ekardnam commented on 2020-03-17 09:15 (UTC) (edited on 2020-03-17 09:15 (UTC) by ekardnam)
It doesn't build anymore for me I get this:
configure.ac:8: error: version mismatch. This is Automake 1.15.1,
configure.ac:8: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:8: comes from Automake 1.15. You should recreate
configure.ac:8: aclocal.m4 with aclocal and run automake again.
Actually I used to get a different error but then I installed automake-1.15 (https://aur.archlinux.org/packages/automake-1.15/) but it still does not build and gives the above error.
I'm not sure you may want to list the proper version of automake in the makedepends after we found a fix for this. Will look more into it soon
gcurse commented on 2019-02-28 09:19 (UTC) (edited on 2019-02-28 09:19 (UTC) by gcurse)
This doesn't compile. Please change build function to:
build() {
cd $pkgname
./autogen.sh --enable-gt5 --prefix=/usr
make || return 1
}