public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2022-04-10  9:05 Dex Conner
  0 siblings, 0 replies; 7+ messages in thread
From: Dex Conner @ 2022-04-10  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2ef527588352d9e95b72da03cfc5cd4ec5922fd0
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Sun Apr 10 09:04:08 2022 +0000
Commit:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
CommitDate: Sun Apr 10 09:04:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ef52758

gui-apps/somebar: initial import

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 gui-apps/somebar/metadata.xml        |  8 ++++++++
 gui-apps/somebar/somebar-9999.ebuild | 38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/gui-apps/somebar/metadata.xml b/gui-apps/somebar/metadata.xml
new file mode 100644
index 000000000..2ad19f02c
--- /dev/null
+++ b/gui-apps/somebar/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cantcuckthis@danwin1210.de</email>
+		<name>Dex Conner</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild
new file mode 100644
index 000000000..1ec94a368
--- /dev/null
+++ b/gui-apps/somebar/somebar-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig git-r3 meson
+
+DESCRIPTION="dwm-like bar for dwl"
+HOMEPAGE="https://git.sr.ht/~raphi/somebar"
+EGIT_REPO_URI="https://git.sr.ht/~raphi/somebar"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+	dev-libs/wayland
+	x11-libs/cairo
+	x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	dev-util/meson
+	dev-util/ninja
+"
+
+src_prepare() {
+	default
+	use savedconfig && restore_config src/config.hpp
+	[ -f src/config.hpp ] || cp src/config.def.hpp src/config.hpp
+}
+
+src_install() {
+	meson_install
+	save_config src/config.hpp
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2022-04-14 10:50 Dex Conner
  0 siblings, 0 replies; 7+ messages in thread
From: Dex Conner @ 2022-04-14 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     bfcb64b34c184d307e100a25adb59be18ba90adc
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Thu Apr 14 10:49:09 2022 +0000
Commit:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
CommitDate: Thu Apr 14 10:49:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfcb64b3

gui-apps/somebar: remove redundant bdeps

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 gui-apps/somebar/somebar-9999.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild
index 1ec94a368..7e52edb62 100644
--- a/gui-apps/somebar/somebar-9999.ebuild
+++ b/gui-apps/somebar/somebar-9999.ebuild
@@ -22,8 +22,6 @@ RDEPEND="${DEPEND}"
 BDEPEND="
 	dev-libs/wayland-protocols
 	dev-util/wayland-scanner
-	dev-util/meson
-	dev-util/ninja
 "
 
 src_prepare() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2022-04-14 10:53 Dex Conner
  0 siblings, 0 replies; 7+ messages in thread
From: Dex Conner @ 2022-04-14 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c0053f082947bb6ae779a5a94af960dea58eb9e1
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Thu Apr 14 10:52:17 2022 +0000
Commit:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
CommitDate: Thu Apr 14 10:52:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0053f08

gui-apps/somebar: use correct meson install fn

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 gui-apps/somebar/somebar-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild
index 7e52edb62..9ddcc25da 100644
--- a/gui-apps/somebar/somebar-9999.ebuild
+++ b/gui-apps/somebar/somebar-9999.ebuild
@@ -31,6 +31,6 @@ src_prepare() {
 }
 
 src_install() {
-	meson_install
+	meson_src_install
 	save_config src/config.hpp
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2022-04-15  5:27 Dex Conner
  0 siblings, 0 replies; 7+ messages in thread
From: Dex Conner @ 2022-04-15  5:27 UTC (permalink / raw
  To: gentoo-commits

commit:     4b9d234baaee653fceff7c3a7fa85cc704b101ef
Author:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
AuthorDate: Fri Apr 15 05:25:52 2022 +0000
Commit:     Dex Conner <cantcuckthis <AT> danwin1210 <DOT> de>
CommitDate: Fri Apr 15 05:27:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b9d234b

gui-apps/somebar: use double brackets not single

Signed-off-by: Dex Conner <cantcuckthis <AT> danwin1210.de>

 gui-apps/somebar/somebar-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/somebar/somebar-9999.ebuild b/gui-apps/somebar/somebar-9999.ebuild
index 9ddcc25da..9cbda0620 100644
--- a/gui-apps/somebar/somebar-9999.ebuild
+++ b/gui-apps/somebar/somebar-9999.ebuild
@@ -27,7 +27,7 @@ BDEPEND="
 src_prepare() {
 	default
 	use savedconfig && restore_config src/config.hpp
-	[ -f src/config.hpp ] || cp src/config.def.hpp src/config.hpp
+	[[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
 }
 
 src_install() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2022-09-11 15:55 Efe İzbudak
  0 siblings, 0 replies; 7+ messages in thread
From: Efe İzbudak @ 2022-09-11 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     12d3b02e4abf1598ff8eb497d4a9071e632b71ed
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Sun Sep 11 15:54:59 2022 +0000
Commit:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
CommitDate: Sun Sep 11 15:55:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12d3b02e

gui-apps/somebar: add 1.0.0

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/somebar/Manifest             |  1 +
 gui-apps/somebar/somebar-1.0.0.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-apps/somebar/Manifest b/gui-apps/somebar/Manifest
new file mode 100644
index 000000000..44052eb3f
--- /dev/null
+++ b/gui-apps/somebar/Manifest
@@ -0,0 +1 @@
+DIST somebar-1.0.0.tar.gz 31294 BLAKE2B 1006fa9fcf6a081ea0dbbeb98fd2f45ade0e7a3e8e51b76b070f9ad5fa1d352735ceca4000eea8722326dfc19fcd8a317c143316b755bb9e88e9a0cce6dd6099 SHA512 a2f1a4f05ff8297ef6675e0feaaed71308c0ab512f2bd0f961c2e28de8c716b3ea2150dfd1c4dbbfb29e5de410a03a38359f2f173e396bb5059a46d4db4b4515

diff --git a/gui-apps/somebar/somebar-1.0.0.ebuild b/gui-apps/somebar/somebar-1.0.0.ebuild
new file mode 100644
index 000000000..8231cb396
--- /dev/null
+++ b/gui-apps/somebar/somebar-1.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig meson
+
+DESCRIPTION="dwm-like bar for dwl"
+HOMEPAGE="https://git.sr.ht/~raphi/somebar"
+SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+	dev-libs/wayland
+	x11-libs/cairo
+	x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+"
+
+src_prepare() {
+	default
+	use savedconfig && restore_config src/config.hpp
+	[[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
+}
+
+src_install() {
+	meson_src_install
+	save_config src/config.hpp
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2022-09-16 22:38 Efe İzbudak
  0 siblings, 0 replies; 7+ messages in thread
From: Efe İzbudak @ 2022-09-16 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     261448a90186c48672fa0eb54448424343b91ddb
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Fri Sep 16 22:36:17 2022 +0000
Commit:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
CommitDate: Fri Sep 16 22:38:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=261448a9

gui-apps/somebar: keyword 1.0.0 for ~amd64

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/somebar/somebar-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/somebar/somebar-1.0.0.ebuild b/gui-apps/somebar/somebar-1.0.0.ebuild
index 8231cb396..845bb7abf 100644
--- a/gui-apps/somebar/somebar-1.0.0.ebuild
+++ b/gui-apps/somebar/somebar-1.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/wayland


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

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/
@ 2023-02-16 18:04 Efe İzbudak
  0 siblings, 0 replies; 7+ messages in thread
From: Efe İzbudak @ 2023-02-16 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     990ab5e40afb62b83f6a54a27eeb72fc02d7c553
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Feb 16 18:04:17 2023 +0000
Commit:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
CommitDate: Thu Feb 16 18:04:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=990ab5e4

gui-apps/somebar: add 1.0.3

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>

 gui-apps/somebar/Manifest             |  1 +
 gui-apps/somebar/somebar-1.0.3.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/gui-apps/somebar/Manifest b/gui-apps/somebar/Manifest
index 44052eb3f..c2c52a80a 100644
--- a/gui-apps/somebar/Manifest
+++ b/gui-apps/somebar/Manifest
@@ -1 +1,2 @@
 DIST somebar-1.0.0.tar.gz 31294 BLAKE2B 1006fa9fcf6a081ea0dbbeb98fd2f45ade0e7a3e8e51b76b070f9ad5fa1d352735ceca4000eea8722326dfc19fcd8a317c143316b755bb9e88e9a0cce6dd6099 SHA512 a2f1a4f05ff8297ef6675e0feaaed71308c0ab512f2bd0f961c2e28de8c716b3ea2150dfd1c4dbbfb29e5de410a03a38359f2f173e396bb5059a46d4db4b4515
+DIST somebar-1.0.3.tar.gz 34555 BLAKE2B b6f4cbd4222c44eb072c58ef4a90eba93c60fae03e6ff70e4d36a3019473b3e0b2a673a1f35f72a4a3c09738edae0debb09226e351b9caea8454b23da1d0f651 SHA512 6294aaf3e9bc20b6fbc2221038f044ca505096e78b96981a234d0b0858d4a57bd1ffd5d1b53930b820e97b1fddf9a5149eaa1cb22e300629f92d197e3d5d7e5d

diff --git a/gui-apps/somebar/somebar-1.0.3.ebuild b/gui-apps/somebar/somebar-1.0.3.ebuild
new file mode 100644
index 000000000..845bb7abf
--- /dev/null
+++ b/gui-apps/somebar/somebar-1.0.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit savedconfig meson
+
+DESCRIPTION="dwm-like bar for dwl"
+HOMEPAGE="https://git.sr.ht/~raphi/somebar"
+SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-libs/wayland
+	x11-libs/cairo
+	x11-libs/pango
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+"
+
+src_prepare() {
+	default
+	use savedconfig && restore_config src/config.hpp
+	[[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
+}
+
+src_install() {
+	meson_src_install
+	save_config src/config.hpp
+}


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

end of thread, other threads:[~2023-02-16 18:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-16 22:38 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/ Efe İzbudak
  -- strict thread matches above, loose matches on Subject: below --
2023-02-16 18:04 Efe İzbudak
2022-09-11 15:55 Efe İzbudak
2022-04-15  5:27 Dex Conner
2022-04-14 10:53 Dex Conner
2022-04-14 10:50 Dex Conner
2022-04-10  9:05 Dex Conner

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