Skip to content

Commit

Permalink
x11-apps/xdriinfo: Version bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 committed Mar 7, 2018
1 parent 0c7b61d commit 44ee2f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11-apps/xdriinfo/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST xdriinfo-1.0.5.tar.bz2 121276 BLAKE2B c6db6dfd5ff0f5f6106f92ad42b37e18cc148d156a5e294c497f4ac84226114bcb7d7666196b4b1e1b4471108f839c03d4a2e1dc19080af0d60c5cfb10b55463 SHA512 6b7a3641f488d305f950c494464fd4b674ab3aaed5c7159d6d8ddad4587c18d680e5854bd80666444f1dee52eb4f46b45709a6d9c333593fe045c73e738524de
DIST xdriinfo-1.0.6.tar.bz2 123636 BLAKE2B 43e15c6833ad84760c89abff272864e13b777c01796ba119fbc7fa7165ab05cf5a090cf736f618a25385b5d5a8cf2d679fbe2cd55119842fcf9e16fdb46dd549 SHA512 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f
21 changes: 21 additions & 0 deletions x11-apps/xdriinfo/xdriinfo-1.0.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit xorg-2 flag-o-matic multilib

DESCRIPTION="query configuration information of DRI drivers"

KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libX11
virtual/opengl"
DEPEND="${RDEPEND}
x11-proto/glproto"

pkg_setup() {
xorg-2_pkg_setup

append-cppflags "-I${EPREFIX}/usr/$(get_libdir)/opengl/xorg-x11/include/"
}

0 comments on commit 44ee2f5

Please sign in to comment.