diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-10 13:42:54 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-10 13:43:34 -0700 |
commit | 8c2e157a55cf3d535d95cfe11a8fe20a99ee8c50 (patch) | |
tree | ba1808d17e2ca540bad440e659663c1d449466ba /x11-apps | |
parent | x11-apps/xfd: Version bump to 1.1.3 (diff) | |
download | gentoo-8c2e157a55cf3d535d95cfe11a8fe20a99ee8c50.tar.gz gentoo-8c2e157a55cf3d535d95cfe11a8fe20a99ee8c50.tar.bz2 gentoo-8c2e157a55cf3d535d95cfe11a8fe20a99ee8c50.zip |
x11-apps/xprop: Version bump to 1.2.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xprop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.2.4.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest index e346bc8f97a5..a9d131bc3ae7 100644 --- a/x11-apps/xprop/Manifest +++ b/x11-apps/xprop/Manifest @@ -1,2 +1,3 @@ DIST xprop-1.2.2.tar.bz2 145556 BLAKE2B f1560f7688b4c9a5c2cc55a29aa15181f09d65883f44f63a3761988cc1b905c768a1cfebe9303b3f5e12d0c84e0e6a0ced79d69e49e2d5ab99087c16157d4c41 SHA512 934a46423d4904e57a3f5fc4ffed469f85a9bb6a3544cd2d2f80cf7ac1e6ebe1de8b3631c99a4d32c0f02992fcc940e2938832751182f0996ba3a95017794572 DIST xprop-1.2.3.tar.bz2 149202 BLAKE2B 57c6459b873ecb91adb2bd01c350918abf95b8eb33ad1de05ded1f49350bbf3be2c46f597d9f559d473c9dd41dab2b327ca2c3e8a0fe742498e5a2c94ca1ca22 SHA512 ad7987fec11ae19b7adc3b0f683fc393e95155f3b6c753d1d8744aedcfb360452eee5735a4c380152b286905931515f3e1a28676b5531001eb8dd93b7249916a +DIST xprop-1.2.4.tar.bz2 149930 BLAKE2B 93bd20c7c91d6abd9e2fdeca7864b9885ae7248c7ee3ef80a5efa1706bfef2220244b1443764fdbc042f66be8d589b111fd942c732922f05f4143e1c893da183 SHA512 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7 diff --git a/x11-apps/xprop/xprop-1.2.4.ebuild b/x11-apps/xprop/xprop-1.2.4.ebuild new file mode 100644 index 000000000000..744d68586825 --- /dev/null +++ b/x11-apps/xprop/xprop-1.2.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="property displayer for X" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |