[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/

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

gui-apps/somebar: add 1.0.3

Signed-off-by: Efe İzbudak  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 0..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
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/

2022-09-16 Thread Efe İzbudak
commit: 261448a90186c48672fa0eb54448424343b91ddb
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Fri Sep 16 22:36:17 2022 +
Commit: Efe İzbudak  metu  edu  tr>
CommitDate: Fri Sep 16 22:38:15 2022 +
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  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



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/

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

gui-apps/somebar: add 1.0.0

Signed-off-by: Efe İzbudak  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 0..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 0..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
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/somebar/, app-office/sc-im/, dev-libs/libxlsxwriter/, net-p2p/monero/, ...

2022-08-27 Thread Efe İzbudak
commit: 39f09e88c43bae59c4f1d5afaafe005670491d7a
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Sat Aug 27 11:51:27 2022 +
Commit: Efe İzbudak  metu  edu  tr>
CommitDate: Sat Aug 27 12:09:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39f09e88

*/*: maintainer name / address change

Signed-off-by: Efe İzbudak  metu.edu.tr>

 app-misc/lf/metadata.xml| 4 ++--
 app-office/sc-im/metadata.xml   | 4 ++--
 dev-libs/libxlsxwriter/metadata.xml | 4 ++--
 gui-apps/somebar/metadata.xml   | 4 ++--
 gui-apps/someblocks/metadata.xml| 4 ++--
 gui-wm/dwl/metadata.xml | 4 ++--
 net-p2p/monero/metadata.xml | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/app-misc/lf/metadata.xml b/app-misc/lf/metadata.xml
index bde8ab74f..6266ea874 100644
--- a/app-misc/lf/metadata.xml
+++ b/app-misc/lf/metadata.xml
@@ -6,7 +6,7 @@
 Simon van der Maas
 
 
-cantcuckt...@danwin1210.de
-Dex Conner
+efe.izbu...@metu.edu.tr
+Efe İzbudak
 
 

diff --git a/app-office/sc-im/metadata.xml b/app-office/sc-im/metadata.xml
index 5b29a497a..9119e904f 100644
--- a/app-office/sc-im/metadata.xml
+++ b/app-office/sc-im/metadata.xml
@@ -2,8 +2,8 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 

-   cantcuckt...@danwin1210.de
-   Dex Conner
+   efe.izbu...@metu.edu.tr
+   Efe İzbudak


Add sci-visualization/gnuplot for 
plotting support

diff --git a/dev-libs/libxlsxwriter/metadata.xml 
b/dev-libs/libxlsxwriter/metadata.xml
index 4fe787afb..2f4856fcc 100644
--- a/dev-libs/libxlsxwriter/metadata.xml
+++ b/dev-libs/libxlsxwriter/metadata.xml
@@ -2,8 +2,8 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 

-   cantcuckt...@danwin1210.de
-   Dex Conner
+   efe.izbu...@metu.edu.tr
+   Efe İzbudak


Use dev-libs/openssl for MD5 
digest

diff --git a/gui-apps/somebar/metadata.xml b/gui-apps/somebar/metadata.xml
index 2ad19f02c..5b936b2e1 100644
--- a/gui-apps/somebar/metadata.xml
+++ b/gui-apps/somebar/metadata.xml
@@ -2,7 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 

-   cantcuckt...@danwin1210.de
-   Dex Conner
+   efe.izbu...@metu.edu.tr
+   Efe İzbudak

 

diff --git a/gui-apps/someblocks/metadata.xml b/gui-apps/someblocks/metadata.xml
index 2ad19f02c..5b936b2e1 100644
--- a/gui-apps/someblocks/metadata.xml
+++ b/gui-apps/someblocks/metadata.xml
@@ -2,7 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd";>
 

-   cantcuckt...@danwin1210.de
-   Dex Conner
+   efe.izbu...@metu.edu.tr
+   Efe İzbudak

 

diff --git a/gui-wm/dwl/metadata.xml b/gui-wm/dwl/metadata.xml
index 48174678f..af4feda68 100644
--- a/gui-wm/dwl/metadata.xml
+++ b/gui-wm/dwl/metadata.xml
@@ -10,7 +10,7 @@
 Simon van der Maas
 
 
-cantcuckt...@danwin1210.de
-Dex Conner
+efe.izbu...@metu.edu.tr
+Efe İzbudak
 
 

diff --git a/net-p2p/monero/metadata.xml b/net-p2p/monero/metadata.xml
index 45b9047d2..156abdcb7 100644
--- a/net-p2p/monero/metadata.xml
+++ b/net-p2p/monero/metadata.xml
@@ -6,8 +6,8 @@
 James Beddek
   
   
-cantcuckt...@danwin1210.de
-Dex Conner
+efe.izbu...@metu.edu.tr
+Efe İzbudak
   
   
 Monero is a private, secure, untraceable, decentralised digital