summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-12-25 16:22:09 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-12-25 16:22:21 +0100
commit8f1a6a397a784573599d810609a64814a0b0ec0d (patch)
tree1d99a91ba5c9e744085e857663bca0a23e46e596 /x11-libs/xcb-util-xrm
parentx11-misc/xscreensaver: Old. (diff)
downloadgentoo-8f1a6a397a784573599d810609a64814a0b0ec0d.tar.gz
gentoo-8f1a6a397a784573599d810609a64814a0b0ec0d.tar.bz2
gentoo-8f1a6a397a784573599d810609a64814a0b0ec0d.zip
x11-libs/xcb-util-xrm: Bump to version 1.2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs/xcb-util-xrm')
-rw-r--r--x11-libs/xcb-util-xrm/Manifest1
-rw-r--r--x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest
index 38e8ea590934..bccf80de5b28 100644
--- a/x11-libs/xcb-util-xrm/Manifest
+++ b/x11-libs/xcb-util-xrm/Manifest
@@ -1 +1,2 @@
DIST xcb-util-xrm-1.0.tar.bz2 327196 SHA256 9400ac1ecefdb469b2f6ef6bf0460643b6c252fb8406e91377b89dd12eefbbc0 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd WHIRLPOOL d6ed2eb13730f01813792bbe2a165dcc9dc228681c7e6fb9494c8f500bd2f9f4ce20b47b1ce63cd2a5eed8853385d6667664685fcf87813d1ae5c2d4d4a3e973
+DIST xcb-util-xrm-1.2.tar.bz2 324708 SHA256 f75ec8d909cccda2f4d1460f9639338988a0946188b9d2109316c4509e82786d SHA512 c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8 WHIRLPOOL 8fb79d595bdcbb6b9ce9d3c28894e195ed5a18e98b3955e2d8d1618afc2c535e4305a19452b94e1e6cf605e9f1ac26d5565fe10f050382928be19cc9fab12c82
diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
new file mode 100644
index 000000000000..f141ce6ff082
--- /dev/null
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_BASE_INDIVIDUAL_URI=""
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="http://xcb.freedesktop.org/"
+SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+ x11-libs/xcb-util[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
+
+src_configure() {
+ xorg-2_src_configure
+}