Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: somebar-1.0.3
@ 2023-02-11  5:40 lz-coder
  2023-02-11  6:06 ` [PR PATCH] [Updated] " lz-coder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lz-coder @ 2023-02-11  5:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1084 bytes --]

There is a new pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages somebar
https://github.com/void-linux/void-packages/pull/42209

New package: somebar-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

A patch file from https://github.com/void-linux/void-packages/pull/42209.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-somebar-42209.patch --]
[-- Type: text/x-diff, Size: 1418 bytes --]

From 94659c94fef6b61b1a1610a30b3c836e61ea7625 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sat, 11 Feb 2023 02:37:54 -0300
Subject: [PATCH] New package: somebar-1.0.3

---
 srcpkgs/somebar/template | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/somebar/template

diff --git a/srcpkgs/somebar/template b/srcpkgs/somebar/template
new file mode 100644
index 000000000000..902676d6d8f9
--- /dev/null
+++ b/srcpkgs/somebar/template
@@ -0,0 +1,34 @@
+# Template file for 'somebar'
+pkgname=somebar
+version=1.0.3
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config cmake wayland-protocols wayland-devel"
+makedepends="cairo-devel pango-devel"
+#depends=""
+short_desc="Dwm-like bar for dwl"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://git.sr.ht/~raphi/somebar"
+#changelog=""
+distfiles="https://git.sr.ht/~raphi/${pkgname}/archive/${version}.tar.gz"
+checksum=54c958aff5112c469958b85203ec0b8cea43620f687efad7b961adc28ea1059f
+
+pre_build() {
+	if [ -e ${FILESDIR} ]; then
+		[ -e ${FILESDIR}/config.hpp ] && cp ${FILESDIR}/config.hpp src/config.hpp
+	else
+		cp src/config.def.hpp src/config.hpp
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: somebar-1.0.3
  2023-02-11  5:40 [PR PATCH] New package: somebar-1.0.3 lz-coder
@ 2023-02-11  6:06 ` lz-coder
  2023-02-17  4:47 ` lz-coder
  2023-05-04 18:10 ` [PR PATCH] [Closed]: " lz-coder
  2 siblings, 0 replies; 4+ messages in thread
From: lz-coder @ 2023-02-11  6:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages somebar
https://github.com/void-linux/void-packages/pull/42209

New package: somebar-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

A patch file from https://github.com/void-linux/void-packages/pull/42209.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-somebar-42209.patch --]
[-- Type: text/x-diff, Size: 1418 bytes --]

From b65c8f613c410c66e1371978a61e4a87702480fe Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Sat, 11 Feb 2023 02:37:54 -0300
Subject: [PATCH] New package: somebar-1.0.3

---
 srcpkgs/somebar/template | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/somebar/template

diff --git a/srcpkgs/somebar/template b/srcpkgs/somebar/template
new file mode 100644
index 000000000000..56bf64a7789d
--- /dev/null
+++ b/srcpkgs/somebar/template
@@ -0,0 +1,34 @@
+# Template file for 'somebar'
+pkgname=somebar
+version=1.0.3
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config cmake wayland-protocols"
+makedepends="cairo-devel pango-devel wayland-devel"
+#depends=""
+short_desc="Dwm-like bar for dwl"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://git.sr.ht/~raphi/somebar"
+#changelog=""
+distfiles="https://git.sr.ht/~raphi/${pkgname}/archive/${version}.tar.gz"
+checksum=54c958aff5112c469958b85203ec0b8cea43620f687efad7b961adc28ea1059f
+
+pre_build() {
+	if [ -e ${FILESDIR} ]; then
+		[ -e ${FILESDIR}/config.hpp ] && cp ${FILESDIR}/config.hpp src/config.hpp
+	else
+		cp src/config.def.hpp src/config.hpp
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: somebar-1.0.3
  2023-02-11  5:40 [PR PATCH] New package: somebar-1.0.3 lz-coder
  2023-02-11  6:06 ` [PR PATCH] [Updated] " lz-coder
@ 2023-02-17  4:47 ` lz-coder
  2023-05-04 18:10 ` [PR PATCH] [Closed]: " lz-coder
  2 siblings, 0 replies; 4+ messages in thread
From: lz-coder @ 2023-02-17  4:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

There is an updated pull request by lz-coder against master on the void-packages repository

https://github.com/lz-coder/void-packages somebar
https://github.com/void-linux/void-packages/pull/42209

New package: somebar-1.0.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

A patch file from https://github.com/void-linux/void-packages/pull/42209.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-somebar-42209.patch --]
[-- Type: text/x-diff, Size: 1420 bytes --]

From 3f1cb89607958de4121fc00f8270e959f366589d Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Fri, 17 Feb 2023 01:36:53 -0300
Subject: [PATCH] New package: somebar-1.0.3

---
 srcpkgs/somebar/template | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/somebar/template

diff --git a/srcpkgs/somebar/template b/srcpkgs/somebar/template
new file mode 100644
index 0000000000000..902676d6d8f95
--- /dev/null
+++ b/srcpkgs/somebar/template
@@ -0,0 +1,34 @@
+# Template file for 'somebar'
+pkgname=somebar
+version=1.0.3
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config cmake wayland-protocols wayland-devel"
+makedepends="cairo-devel pango-devel"
+#depends=""
+short_desc="Dwm-like bar for dwl"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="MIT"
+homepage="https://git.sr.ht/~raphi/somebar"
+#changelog=""
+distfiles="https://git.sr.ht/~raphi/${pkgname}/archive/${version}.tar.gz"
+checksum=54c958aff5112c469958b85203ec0b8cea43620f687efad7b961adc28ea1059f
+
+pre_build() {
+	if [ -e ${FILESDIR} ]; then
+		[ -e ${FILESDIR}/config.hpp ] && cp ${FILESDIR}/config.hpp src/config.hpp
+	else
+		cp src/config.def.hpp src/config.hpp
+	fi
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: somebar-1.0.3
  2023-02-11  5:40 [PR PATCH] New package: somebar-1.0.3 lz-coder
  2023-02-11  6:06 ` [PR PATCH] [Updated] " lz-coder
  2023-02-17  4:47 ` lz-coder
@ 2023-05-04 18:10 ` lz-coder
  2 siblings, 0 replies; 4+ messages in thread
From: lz-coder @ 2023-05-04 18:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

There's a closed pull request on the void-packages repository

New package: somebar-1.0.3
https://github.com/void-linux/void-packages/pull/42209

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11  5:40 [PR PATCH] New package: somebar-1.0.3 lz-coder
2023-02-11  6:06 ` [PR PATCH] [Updated] " lz-coder
2023-02-17  4:47 ` lz-coder
2023-05-04 18:10 ` [PR PATCH] [Closed]: " lz-coder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).