Package Details: xosview-git 20140409-1

Package Base: xosview-git
Description: Displays system stats such as cpu, memory, swap, and network usage
Upstream URL: http://www.pogo.org.uk/~mark/xosview/
Category: system
Licenses: GPL
Conflicts: xosview
Provides: xosview
Submitter: cyberic
Maintainer: cyberic
Last Packager: cyberic
Votes: 3
First Submitted: 2012-06-24 22:57
Last Updated: 2014-09-04 22:45

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by cyberic

2014-09-04 22:45

thx deepsoul.

Comment by deepsoul

2014-08-31 12:38

The manual page is in /usr/man/man1/man1/ again (or still)... The simplest fix is to remove the explicit assignment of MANDIR from the "make install" line.

Comment by cyberic

2013-10-06 07:51

Done. Thx.

Comment by deepsoul

2013-09-26 20:56

Could the manual page be installed in /usr/man/man1/ rather than /usr/man/man1/man1/ ? This looks unintentional, and man can't find it without an explicit path.

Comment by cyberic

2013-04-15 21:05

updated according to the guidelines.

Comment by laracraft93

2013-04-15 15:26

Pacman 4.1 supports git sources. Update your pkgbuild.
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines

Comment by laracraft93

2013-04-15 15:23

$startdir contains the absolute path to the directory where the PKGBUILD file is located. This variable used to be used in combination with /src or /pkg postfixes, but the use of srcdir and pkgdir variables is the modern method. $startdir/src is not guaranteed to be the same as $srcdir, and likewise for $pkgdir. Use of this variable is deprecated and strongly discouraged.

pkgdir points to the directory where makepkg bundles the installed package, which becomes the root directory of your built package.

https://wiki.archlinux.org/index.php/Creating_Packages