commit:     afdb8d60afccdb7e383982701a4a5b40a91c3ed8
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Jul 19 19:51:32 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 20:00:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afdb8d60

x11-misc/xob: Version bump 0.3.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-misc/xob/Manifest       |  1 +
 x11-misc/xob/xob-0.3.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/x11-misc/xob/Manifest b/x11-misc/xob/Manifest
index af59ad6b8..dc130f213 100644
--- a/x11-misc/xob/Manifest
+++ b/x11-misc/xob/Manifest
@@ -1 +1,2 @@
 DIST xob-0.2.tar.gz 510814 BLAKE2B 
fa2590511a8cb48d009a8e07d5d8a57aebb09a70caa80e648304a1af6ea48378db062151cacfd87efa589486c2699985c3904718bb75055968c17c57009fca8e
 SHA512 
f1981bb04172c5453428ecbdab33cc22453d1336aaac54ff613b29924179533c040cc82e640f12f3c5d1753c227af010aee3ac725ff4fb22d64ba1b07692a97e
+DIST xob-0.3.tar.gz 516433 BLAKE2B 
66dbd3e6228eec35bd3f6a71312976ae914ec67daecc12e5279a879f37742d9c3167053c43560a38c081c106e03385231c45a7ebaecb0e63e3087ff4daeabd0b
 SHA512 
b599ab37fb9eda15ecb4b6963eb4ca993905e8e34af8496a8a92de50b20724c799f222d5e37a430a9499df2b2c0ceb322f607e2d0e82db01cffba646ab9e3309

diff --git a/x11-misc/xob/xob-0.3.ebuild b/x11-misc/xob/xob-0.3.ebuild
new file mode 100644
index 000000000..889e13d6e
--- /dev/null
+++ b/x11-misc/xob/xob-0.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A lightweight overlay volume (or anything) bar for the X Window 
System"
+HOMEPAGE="https://github.com/florentc/xob";
+SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       x11-libs/libX11
+       dev-libs/libconfig
+       x11-libs/libXrender
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       tc-export CC
+       default
+}
+
+src_install() {
+       emake prefix="${EPREFIX}"/usr \
+                 sysconfdir="${EPREFIX}"/etc \
+                 DESTDIR="${D}" install
+       dodoc CHANGELOG.md README.md
+}

Reply via email to