It seems that makepkg has changed it's git behaviour.
I uploaded a new version, let me know if that fixes it for you.
Search Criteria
Package Base Details: pasystray-git
Git Clone URL: | https://aur.archlinux.org/pasystray-git.git (read-only, click to copy) |
---|---|
Submitter: | christoph.gysin |
Maintainer: | christoph.gysin |
Last Packager: | christoph.gysin |
Votes: | 138 |
Popularity: | 0.000000 |
First Submitted: | 2011-10-18 17:42 |
Last Updated: | 2016-07-26 04:44 |
Packages (2)
christoph.gysin commented on 2015-01-23 07:37
CompletelyGalen commented on 2015-01-22 15:17
==> Connecting to GIT server....
You asked to pull from the remote 'origin', but did not specify
a branch. Because this is not the default configured remote
for your current branch, you must specify a branch on the command line.
==> ERROR: A failure occurred in build().
Aborting...
Jeffus commented on 2014-12-29 15:20
Great little app, thanks!
christoph.gysin commented on 2014-12-02 09:34
This was added a while ago:
https://github.com/christophgysin/pasystray/commit/21a6f642bea2737c5caa044510edaecf92d3d258
But apparently I never pushed the latest change to AUR. Sorry about that, and thanks for the heads up!
martincanaval commented on 2014-12-02 09:23
Had to add --sysconfdir=/etc to the pgkbuild file after
./configure --prefix=/usr
to get the autostart working out of the box. Maybe it should be fixed?
justin8 commented on 2014-01-19 06:49
Please fix the version number of your package according to https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git
Specifically: If tag contains a prefix, like v or project name then it should be cut off
justin8 commented on 2013-12-31 03:26
Please remove the replaces section of this pkgbuild, otherwise you cannot have both the git and non-git versions of pasystray in a repo without it causing pacman to have a whinge every update. See here: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Guidelines
and also section 6 here:
https://wiki.archlinux.org/index.php/Arch_Packaging_Standards#Submitting_packages_to_the_AUR
christoph.gysin commented on 2013-11-02 15:27
The icons come from gnome-icon-theme. Since you use KDE, you might use a different icon theme for GTK. Does your icon theme have icons for stock_volume-{mute,min,med,max} ?
macxcool commented on 2013-11-02 00:36
I have a blank icon showing up in KDE with version 0.4.0 packages. I have the same with with the pasystray package. Any idea why? Before the version change it was OK.
The app works fine other than that ;-)
justin8 commented on 2013-10-31 10:51
Sorry! :)
FYI: great project; not sure how I would live without it.
Pinned Comments
christoph.gysin commented on 2016-08-02 13:41
PLEASE NOTE!
This package builds two packages: pasystray-git and pasystray-gtk2-git. You can't install them both, you'll need to pick which one to use. pasystray-git is the recommended one, which uses gtk3. pasystray-gtk2-git which is built against gtk2 is provided if you don't want to install gtk3.
To build the package, run:
$ makepkg -s
To install, run either:
$ sudo pacman -U pasystray-git-<version>.pkg.tar.xz
or
$ sudo pacman -U pasystray-gtk2-git-<version>.pkg.tar.xz
Please note that "makepkg -i" will try to install both packages, and fail with a conflict. The same happens with yaourt.