diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-09-11 22:11:45 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-09-11 22:11:45 +0000 |
commit | db7b03862768f0ed2d04deed3169e6155915588e (patch) | |
tree | c55dc6bbc80baa0adafb07dd714a6ab5844757ae /x11-apps | |
parent | x11-drivers/xf86-video-intel: Add USE=xvmc, patch by Nikoli, see bug #434720 (diff) | |
download | gentoo-2-db7b03862768f0ed2d04deed3169e6155915588e.tar.gz gentoo-2-db7b03862768f0ed2d04deed3169e6155915588e.tar.bz2 gentoo-2-db7b03862768f0ed2d04deed3169e6155915588e.zip |
Version bump. 1.2.0 uses XCB instead of Xlib.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xbacklight/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-apps/xbacklight/ChangeLog b/x11-apps/xbacklight/ChangeLog index dd576bb60ea2..5e6a0983073e 100644 --- a/x11-apps/xbacklight/ChangeLog +++ b/x11-apps/xbacklight/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xbacklight # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.37 2012/05/15 14:12:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.38 2012/09/11 22:11:45 mattst88 Exp $ + +*xbacklight-1.2.0 (11 Sep 2012) + + 11 Sep 2012; Matt Turner <mattst88@gentoo.org> +xbacklight-1.2.0.ebuild: + Version bump. 1.2.0 uses XCB instead of Xlib. 15 May 2012; Alexis Ballier <aballier@gentoo.org> xbacklight-1.1.2.ebuild: keyword ~amd64-fbsd diff --git a/x11-apps/xbacklight/xbacklight-1.2.0.ebuild b/x11-apps/xbacklight/xbacklight-1.2.0.ebuild new file mode 100644 index 000000000000..a69c2ae1812d --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.2.0.ebuild,v 1.1 2012/09/11 22:11:45 mattst88 Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libxcb + x11-libs/xcb-util" +DEPEND="${RDEPEND}" |