Package Details: pnmixer-git 0.7.2.r7.gf1c050d-1

Git Clone URL: https://aur.archlinux.org/pnmixer-git.git (read-only, click to copy)
Package Base: pnmixer-git
Description: GTK volume mixer applet that runs in the system tray.
Upstream URL: https://github.com/nicklan/pnmixer
Licenses: GPL
Conflicts: pnmixer
Provides: pnmixer
Submitter: nickl
Maintainer: bidulock
Last Packager: bidulock
Votes: 22
Popularity: 0.000000
First Submitted: 2011-09-30 13:46 (UTC)
Last Updated: 2017-07-03 22:54 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

milkii commented on 2017-04-28 17:43 (UTC) (edited on 2017-04-28 17:43 (UTC) by milkii)

PKGBUILD currently out of date as the build system has changed to cmake.

SilverRainZ commented on 2015-10-25 13:04 (UTC)

Missing makedepends ‘git’ ~

bandali commented on 2015-03-14 17:40 (UTC)

Adopted and added conflicts and provides.

stevenhoneyman commented on 2014-07-08 16:45 (UTC)

Adopted; Updated :)

Diego commented on 2013-07-13 22:29 (UTC)

New PKGBUILD with new syntax and automatic pkgver function ********************************************************** _pkgname=pnmixer pkgname=pnmixer-git pkgver=0.5.15.g8d546f3 pkgrel=1 pkgdesc="GTK volume mixer applet, works with both pulseaudio and alsa, mouse wheel volume adjustment" arch=('i686' 'x86_64') license=('GPL') url="https://github.com/nicklan/pnmixer" groups=('pnmixer') depends=('gtk2' 'alsa-lib') makedepends=('git') provides=('pnmixer') conflicts=('pnmixer') source=(git://github.com/nicklan/pnmixer.git) md5sums=('SKIP') pkgver() { cd ${srcdir}/${_pkgname} echo $(git describe --always | sed 's|-|.|g' | grep -o [0-9]..*) } build() { cd ${srcdir}/${_pkgname} ./autogen.sh ./configure --prefix=/usr make } package() { cd ${srcdir}/${_pkgname} make DESTDIR="$pkgdir" install || return 1 }

nickl commented on 2013-03-06 10:10 (UTC)

Automake problems are fixed in the git repository now.