Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
volumeicon: fix deps, add ~x86
Browse files Browse the repository at this point in the history
  • Loading branch information
11mariom committed Aug 15, 2011
1 parent 30a83b7 commit 0812872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion media-sound/volumeicon/Manifest
@@ -1,2 +1,2 @@
DIST volumeicon-0.4.3.tar.gz 134202 RMD160 83859c02c55bfad973fe477cad967400b2b77b9b SHA1 5563e60704c568f4aed96257d1732301390eb814 SHA256 94dad7d8799a9d64230158bfc48a15a4b55d74c86a5cd42d27ffccd3b70e5735
EBUILD volumeicon-0.4.3.ebuild 572 RMD160 ff39e6a91db6c4b0a3b5ce01a9e6963b8265326f SHA1 95f67ece48256cbfc79446d47d59d82fc516b551 SHA256 93933d4fffbf65a6ac456cc0a6d221307dadda309c8af8d3752bc8805378bd00
EBUILD volumeicon-0.4.3.ebuild 571 RMD160 02adbeed95404f6d47d0a03e317b14656e33d2c1 SHA1 91374a72725591d5f49da35e62c4db99d7636436 SHA256 9d08005d9f047b1621c5935aa6d0ad12d9abfabf19048a2c5fb01e7aac89636e
6 changes: 3 additions & 3 deletions media-sound/volumeicon/volumeicon-0.4.3.ebuild
Expand Up @@ -10,12 +10,12 @@ SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/alsa-lib
>=x11-libs/gtk+-2.16
x11-terms/xterm"
>=x11-libs/gtk+-2.16
x11-libs/libX11"
DEPEND="${RDEPEND}"

src_install() {
Expand Down

4 comments on commit 0812872

@barul
Copy link

@barul barul commented on 0812872 Aug 15, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because it could need a terminal emulator, isn't it a good idea to let the default in the dependencies?

@11mariom
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not everybody uses xterm.

@barthalion
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is "External mixer" input box in Preferences, which allow to set command (and terminal).

@barul
Copy link

@barul barul commented on 0812872 Aug 15, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes I know everybody don't use xterm, nevermind what I said, I thought it could be a good idea to have one. have a nice day :)

Please sign in to comment.