Package Details: pnmixer 0.7.2-1

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

WorMzy commented on 2015-10-28 16:04 (UTC)

Please add intltool to the makedepends, build fails without it: ==> Starting build()... **Error**: You must have `intltool' installed. You can get it from: ftp://ftp.gnome.org/pub/GNOME/ ==> ERROR: A failure occurred in build(). Aborting...

bidulock commented on 2015-10-26 11:56 (UTC)

Would you consider merging this package into pnmixer package on AUR. We could have one package base that compiles two packages: pnmixer-gtk2 and pnmixer-gtk3.

bidulock commented on 2015-10-26 11:54 (UTC)

Hmmm. This package was always compiled for GTK2. pnmixer-gtk2 is new on the scene. Maybe should just merge them into one package base that compiles two packages: pnmixer-gtk2 and pnmixer-gtk3. I'll try it with pnmixer-git.

SilverRainZ commented on 2015-10-26 11:30 (UTC)

why use gtk2? here is a packeage named pnmxier-gtk2 now~ https://aur.archlinux.org/packages/pnmixer-gtk2

<deleted-account> commented on 2015-01-26 20:22 (UTC)

I am new to Arch but I patched the PKGBUILD and was able to install pnmixer. From 4eacc4d2d785869944f4fb17275c077058fc80b2 Mon Sep 17 00:00:00 2001 From: Jeff Horn <jeff@everlook.net> Date: Mon, 26 Jan 2015 12:11:31 -0800 Subject: [PATCH] Add package function Signed-off-by: Jeff Horn <jeff@everlook.net> --- PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index a7a9e75..422be91 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,5 +20,12 @@ build() { ./autogen.sh || return 1 ./configure --prefix=/usr || return 1 make || return 1 - make DESTDIR="$pkgdir" install || return 1 + +} + +package() +{ + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="$pkgdir" install || return 1 + } -- 2.2.2

agent0 commented on 2015-01-16 16:57 (UTC)

Missing package() function. Unable to build.

Hamish commented on 2013-03-15 00:08 (UTC)

Grabbed it now. Thanks. :)

nickl commented on 2013-03-06 09:57 (UTC)

Again, sorry about the delay, and thanks for the patch, it's applied and builds now. The configure script will be fixed in the next version of pnmixer.

Hamish commented on 2013-03-03 20:19 (UTC)

Not trying to be a jerk, but that delay just got longer. Just saying.