Package Details: gtkman 2.3.2-1

Git Clone URL: https://aur.archlinux.org/gtkman.git (read-only, click to copy)
Package Base: gtkman
Description: Simple GTK+3 manual page viewer
Upstream URL: https://github.com/gapan/gtkman
Licenses: GPL3
Submitter: None
Maintainer: stevendoesstuffs
Last Packager: stevendoesstuffs
Votes: 14
Popularity: 0.000000
First Submitted: 2011-03-10 23:40 (UTC)
Last Updated: 2022-11-15 06:33 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

merlock commented on 2020-02-01 20:48 (UTC) (edited on 2020-02-01 20:51 (UTC) by merlock)

This works for me. Added plus: no more python2!

Note that commit refs are local to my machine only.


diff --git a/PKGBUILD b/PKGBUILD
index fc495f8..54d167c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,18 @@
 # Contributor: Lucas Saliés Brum <sistematico@gmail.com>

 pkgname=gtkman
-pkgver=1.0
+pkgver=2.0
 pkgrel=1
-pkgdesc='Simple GTK+2 manual page viewer'
+pkgdesc='Simple GTK+3 manual page viewer'
 arch=('i686' 'x86_64')
 url='https://github.com/gapan/gtkman'
 license=('GPL')
-depends=('pygtk')
 makedepends=('txt2tags' 'intltool')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('1723d9f578b8ebaf4b375f840dd631c222c08358214e9f258cce543c67b6a397')
+sha256sums=('98cf4743680373373270c5a8be98df2a218dc593eab59eefaaacbde770a6cd05')

 prepare() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-
-       sed -i '1s|python|python2|' src/${pkgname}
 }

 build() {

<deleted-account> commented on 2016-06-18 17:00 (UTC)

When pygtk isn't installed it gives me the following error when trying to start gtkman. I think pygtk should be added in dependencies. Traceback (most recent call last): File "/usr/bin/gtkman", line 4, in <module> import gtk ImportError: No module named gtk

sistematico commented on 2015-09-21 19:05 (UTC)

Updated PKGBUILD: http://ix.io/66p

City-busz commented on 2014-12-30 16:40 (UTC)

Please replace python with python2 in dependencies.

sistematico commented on 2014-07-30 14:20 (UTC)

Please add intltool as makedepends. When compiling the following error appears: gtkman.desktop was not found. Thanks.

aaditya commented on 2014-05-06 06:54 (UTC)

Version 0.7.2 is available, I built it just by changing the pkgver in the PKGBUILD.

eworm commented on 2012-10-18 06:27 (UTC)

Can you please install manpage to /usr/share/man/ (not /usr/man/)? Thanks a lot!

eworm commented on 2012-08-14 13:40 (UTC)

Version 0.5 has been released more than a half year ago.