1. 1.4 seems to be online
2. There is no reason for the PKGBUILD file to be executable
3. Is there a sudo option?
Search Criteria
Package Details: gtksu 0.1.1-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-03-12)
| Package Base: | gtksu |
|---|---|
| Description: | Simple replacement for gksu/ktsuss etc that allows you to run a program with different privileges (root etc). |
| Upstream URL: | http://keithhedger.hostingsiteforfree.com/pages/gtksu/gtksu.html |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | archtux |
| Maintainer: | None |
| Last Packager: | tomkwok |
| Votes: | 5 |
| First Submitted: | 2013-08-08 16:27 |
| Last Updated: | 2014-09-27 06:48 |
Required by (0)
Sources
Latest Comments
Comment by hollunder
Comment by tomkwok
Fixed
Comment by mst
@ayr0: same error
Comment by fluxboxer
"gtk2" dependency should be optional as it can be compiled as a qt5 app, the only such utility.
Comment by fluxboxer
Comment by ayr0
Update fails to compile on my system.
test -f 'suwrap.cpp' || echo './'`suwrap.cpp
sudo chown root:root gtksuwrap
chown: cannot access ‘gtksuwrap’: No such file or directory
Makefile:597: recipe for target 'all-local' failed
make[2]: *** [all-local] Error 1
make[2]: *** Waiting for unfinished jobs....
suwrap.cpp: In function ‘int main(int, char**)’:
suwrap.cpp:66:35: warning: ignoring return value of ‘int setresuid(__uid_t, __uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
setresuid(theuid,theuid,theuid);
^
suwrap.cpp:67:20: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result [-Wunused-result]
system(str->str);
^
mv -f .deps/gtksuwrap-suwrap.Tpo .deps/gtksuwrap-suwrap.Po
make[2]: Leaving directory '/build/gtksu/src/GtkSu-0.0.8/GtkSu/MakeSuWrap'
Makefile:352: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/gtksu/src/GtkSu-0.0.8'
Makefile:292: recipe for target 'all' failed
make: *** [all] Error 2