public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/berry/
@ 2022-10-04 22:20 Ross Millen
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Millen @ 2022-10-04 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9e162f66befc5f200a854dbb00bfdc332662f8ab
Author:     Ross Millen <rossmillen <AT> protonmail <DOT> com>
AuthorDate: Tue Oct  4 22:16:55 2022 +0000
Commit:     Ross Millen <rossmillen <AT> protonmail <DOT> com>
CommitDate: Tue Oct  4 22:16:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e162f66

x11-wm/berry: new package, add 0.1.11

Signed-off-by: Ross Millen <rossmillen <AT> protonmail.com>

 x11-wm/berry/Manifest            |  1 +
 x11-wm/berry/berry-0.1.11.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/x11-wm/berry/Manifest b/x11-wm/berry/Manifest
new file mode 100644
index 000000000..d7c2e2650
--- /dev/null
+++ b/x11-wm/berry/Manifest
@@ -0,0 +1 @@
+DIST berry-0.1.11.tar.gz 29068 BLAKE2B 2df9f0003eaea6e3a94e4a4fee3161d8e6abbe6959b7774a370b08a20e6f341dd48045479b42c15cacf1faf06c0145b9d21158cd2aa1caf67e326a7b6fdb282e SHA512 6486c072f189017147d6996a44e0e3f58288fe12e42e794b625825135b4382177e884c86560b6f942d219cfa1106d86f44ab7cdab16f51a75971825e8b139129

diff --git a/x11-wm/berry/berry-0.1.11.ebuild b/x11-wm/berry/berry-0.1.11.ebuild
new file mode 100644
index 000000000..f7eda9253
--- /dev/null
+++ b/x11-wm/berry/berry-0.1.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs
+
+DESCRIPTION="A byte-sized window manager written in C"
+HOMEPAGE="https://berrywm.org"
+SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+	x11-libs/libxcb
+	x11-libs/xcb-util
+	x11-libs/xcb-util-wm
+	x11-libs/libXinerama
+	x11-libs/libX11
+	x11-libs/libXft
+"
+RDEPEND="${DEPEND}
+	x11-misc/sxhkd
+"
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
+
+	insinto /etc/xdg/sxhkd
+	doins examples/sxhkdrc
+
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}
+	fi
+
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/berry/
@ 2022-10-27 20:42 Ross Millen
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Millen @ 2022-10-27 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c16a4d352d18a053156085e1ad570b9783520339
Author:     Ross Millen <rossmillen <AT> protonmail <DOT> com>
AuthorDate: Mon Oct 24 10:05:11 2022 +0000
Commit:     Ross Millen <rossmillen <AT> protonmail <DOT> com>
CommitDate: Thu Oct 27 20:37:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c16a4d35

x11-wm/berry: new package, add 0.1.12

Signed-off-by: Ross Millen <rossmillen <AT> protonmail.com>

 x11-wm/berry/Manifest            |  2 +-
 x11-wm/berry/berry-0.1.12.ebuild | 43 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/x11-wm/berry/Manifest b/x11-wm/berry/Manifest
index d7c2e2650..69915e356 100644
--- a/x11-wm/berry/Manifest
+++ b/x11-wm/berry/Manifest
@@ -1 +1 @@
-DIST berry-0.1.11.tar.gz 29068 BLAKE2B 2df9f0003eaea6e3a94e4a4fee3161d8e6abbe6959b7774a370b08a20e6f341dd48045479b42c15cacf1faf06c0145b9d21158cd2aa1caf67e326a7b6fdb282e SHA512 6486c072f189017147d6996a44e0e3f58288fe12e42e794b625825135b4382177e884c86560b6f942d219cfa1106d86f44ab7cdab16f51a75971825e8b139129
+DIST berry-0.1.12.tar.gz 29340 BLAKE2B 597518ee632ddc57bd84507cec58d6671ac67691e7a0ceca0f77214e9afe86269d57dc6dbafba7c7283952a225a09edf3ac3795c170a2004da65ba98f8ffbbee SHA512 a186c125f9f1a7b359dedeadb4b627ffb7f9b641db35ef6cdbaf550095de12a9fc419539a00068eee32e46b9c8f5f65077aa4a74eb79c4b1d905d3822423c379

diff --git a/x11-wm/berry/berry-0.1.12.ebuild b/x11-wm/berry/berry-0.1.12.ebuild
new file mode 100644
index 000000000..d17302340
--- /dev/null
+++ b/x11-wm/berry/berry-0.1.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit toolchain-funcs
+
+DESCRIPTION="A byte-sized window manager written in C"
+HOMEPAGE="https://berrywm.org"
+SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+	x11-libs/libxcb
+	x11-libs/xcb-util
+	x11-libs/xcb-util-wm
+	x11-libs/libXinerama
+	x11-libs/libX11
+	x11-libs/libXft
+"
+RDEPEND="${DEPEND}
+	x11-misc/sxhkd
+"
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
+
+	insinto /etc/xdg/sxhkd
+	doins examples/sxhkdrc
+
+	if use examples ; then
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}
+	fi
+
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/berry/
@ 2022-10-27 20:42 Ross Millen
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Millen @ 2022-10-27 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ce3c9d783f02e26413066f2847240465df915da1
Author:     Ross Millen <rossmillen <AT> protonmail <DOT> com>
AuthorDate: Thu Oct 27 20:41:19 2022 +0000
Commit:     Ross Millen <rossmillen <AT> protonmail <DOT> com>
CommitDate: Thu Oct 27 20:41:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce3c9d78

x11-wm/berry: update Manifest

Signed-off-by: Ross Millen <rossmillen <AT> protonmail.com>

 x11-wm/berry/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-wm/berry/Manifest b/x11-wm/berry/Manifest
index 69915e356..50579c027 100644
--- a/x11-wm/berry/Manifest
+++ b/x11-wm/berry/Manifest
@@ -1 +1,2 @@
+DIST berry-0.1.11.tar.gz 29068 BLAKE2B 2df9f0003eaea6e3a94e4a4fee3161d8e6abbe6959b7774a370b08a20e6f341dd48045479b42c15cacf1faf06c0145b9d21158cd2aa1caf67e326a7b6fdb282e SHA512 6486c072f189017147d6996a44e0e3f58288fe12e42e794b625825135b4382177e884c86560b6f942d219cfa1106d86f44ab7cdab16f51a75971825e8b139129
 DIST berry-0.1.12.tar.gz 29340 BLAKE2B 597518ee632ddc57bd84507cec58d6671ac67691e7a0ceca0f77214e9afe86269d57dc6dbafba7c7283952a225a09edf3ac3795c170a2004da65ba98f8ffbbee SHA512 a186c125f9f1a7b359dedeadb4b627ffb7f9b641db35ef6cdbaf550095de12a9fc419539a00068eee32e46b9c8f5f65077aa4a74eb79c4b1d905d3822423c379


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/berry/
@ 2023-05-12  9:32 Matt Jolly
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Jolly @ 2023-05-12  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5b9e1789c03a488cc1cf9e1271dab7f65b78bd87
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri May 12 09:14:36 2023 +0000
Commit:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
CommitDate: Fri May 12 09:19:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b9e1789

x11-wm/berry: destablise ~amd64

https://wiki.gentoo.org/wiki/Project:GURU#The_regulations

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>

 x11-wm/berry/berry-0.1.11.ebuild | 2 +-
 x11-wm/berry/berry-0.1.12.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/berry/berry-0.1.11.ebuild b/x11-wm/berry/berry-0.1.11.ebuild
index f7eda9253..68e51f097 100644
--- a/x11-wm/berry/berry-0.1.11.ebuild
+++ b/x11-wm/berry/berry-0.1.11.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
 DEPEND="

diff --git a/x11-wm/berry/berry-0.1.12.ebuild b/x11-wm/berry/berry-0.1.12.ebuild
index d17302340..8bc6cc126 100644
--- a/x11-wm/berry/berry-0.1.12.ebuild
+++ b/x11-wm/berry/berry-0.1.12.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/JLErvin/berry/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-12  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 22:20 [gentoo-commits] repo/proj/guru:dev commit in: x11-wm/berry/ Ross Millen
  -- strict thread matches above, loose matches on Subject: below --
2022-10-27 20:42 Ross Millen
2022-10-27 20:42 Ross Millen
2023-05-12  9:32 Matt Jolly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox