Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tofi-0.7.0
@ 2022-11-25 17:01 LucasTavaresA
  2022-11-26 15:31 ` [PR PATCH] [Updated] " LucasTavaresA
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-25 17:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.7.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

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

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

From d807825063ba2bc1e4418eb4943a33cd01bb0017 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.7.0

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..3c6fce705e6e
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,19 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.7.0
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz wayland-protocols"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
@ 2022-11-26 15:31 ` LucasTavaresA
  2022-11-27  4:23 ` LucasTavaresA
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-26 15:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.7.0
Closes #40717

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

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

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

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

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

From 987021329fc6e8f69afbb9f5aff6cf7a0eaae051 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.7.0

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..e42f7ffcac65
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,25 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.7.0
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz wayland-protocols"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	depends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
  2022-11-26 15:31 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2022-11-27  4:23 ` LucasTavaresA
  2022-11-27  5:24 ` LucasTavaresA
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-27  4:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.7.0
Closes #40717

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

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

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

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

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

From 93885446e8c1b32cf52d334a3fd543bb7e69f6a0 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.7.0

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..9df57cef2e08
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,25 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.7.0
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz wayland-protocols"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-devel musl-fts-devel"
+	depends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
  2022-11-26 15:31 ` [PR PATCH] [Updated] " LucasTavaresA
  2022-11-27  4:23 ` LucasTavaresA
@ 2022-11-27  5:24 ` LucasTavaresA
  2022-11-27  8:41 ` [PR PATCH] [Updated] " LucasTavaresA
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-27  5:24 UTC (permalink / raw)
  To: ml

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

New comment by LucasTavaresA on void-packages repository

https://github.com/void-linux/void-packages/pull/40760#issuecomment-1328174675

Comment:
nope is not building on musl:

```
=> tofi-0.7.0_1: removing autodeps, please wait...
=> tofi-0.7.0_1: removing autocrossdeps, please wait...
=> ERROR: tofi-0.7.0_1: failed to install target dependencies! (error 8)
graphite-1.3.14_1: broken, unresolvable shlib `libgcc_s.so.1'
icu-libs-71.1_1: broken, unresolvable shlib `libgcc_s.so.1'
nghttp2-1.51.0_1: broken, unresolvable shlib `libgcc_s.so.1'
graphite-1.3.14_1: broken, unresolvable shlib `libstdc++.so.6'
icu-libs-71.1_1: broken, unresolvable shlib `libstdc++.so.6'
nghttp2-1.51.0_1: broken, unresolvable shlib `libstdc++.so.6'
Transaction aborted due to unresolved shlibs.
=> ERROR: Please see above for the real error, exiting...
```

i don't even know what this means

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

* Re: [PR PATCH] [Updated] New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (2 preceding siblings ...)
  2022-11-27  5:24 ` LucasTavaresA
@ 2022-11-27  8:41 ` LucasTavaresA
  2022-11-27  8:44 ` LucasTavaresA
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-27  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.7.0
Closes #40717

#### 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**

#### Local build testing
- It should build in all architectures

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

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

From d7ad7f33dafc11b9bbd252aa57835192c46688df Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.7.0

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..e42f7ffcac65
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,25 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.7.0
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz wayland-protocols"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	depends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (3 preceding siblings ...)
  2022-11-27  8:41 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2022-11-27  8:44 ` LucasTavaresA
  2022-11-27 10:36 ` [PR PATCH] [Updated] " LucasTavaresA
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-27  8:44 UTC (permalink / raw)
  To: ml

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

New comment by LucasTavaresA on void-packages repository

https://github.com/void-linux/void-packages/pull/40760#issuecomment-1328197769

Comment:
now it builds just fine
i really need to now how to properly clean my repo when changing dependencies around

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

* Re: [PR PATCH] [Updated] New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (4 preceding siblings ...)
  2022-11-27  8:44 ` LucasTavaresA
@ 2022-11-27 10:36 ` LucasTavaresA
  2022-12-02  1:11 ` LucasTavaresA
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-11-27 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.7.0
Closes #40717

#### 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**

#### Local build testing
- It should build in all architectures

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

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

From f432f157eabda5d4644e32a9f3241b778fb130d2 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.7.0

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..1775a29a0be7
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,24 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.7.0
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz-devel"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=b84680bb732434f622f66d71a2bcdf8f3ac03acaec1f856a683e13bbd78e63cd
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tofi-0.7.0
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (5 preceding siblings ...)
  2022-11-27 10:36 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2022-12-02  1:11 ` LucasTavaresA
  2022-12-11  4:40 ` [PR PATCH] [Updated] New package: tofi-0.8.1 LucasTavaresA
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-12-02  1:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.7.0
Closes #40717

#### 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**

#### Local build testing
- It should build in all architectures

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

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

From 0c62b457c7b121338ece57d83fe01b0906d7ae08 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.8.1

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..813356a0b1db
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,24 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.8.1
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz-devel"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=0a700f8b0291ef08b3544cd589157393101d52bbd1e7e6aeee8484f9d520a338
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tofi-0.8.1
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (6 preceding siblings ...)
  2022-12-02  1:11 ` LucasTavaresA
@ 2022-12-11  4:40 ` LucasTavaresA
  2023-01-14  1:03 ` LucasTavaresA
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2022-12-11  4:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.8.1
Closes #40717

#### 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**

#### Local build testing
- It should build in all architectures

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

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

From 3857429f212e0bb7cab64724a70194ec5cc6563a Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.8.1

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..813356a0b1db
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,24 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.8.1
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz-devel"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=0a700f8b0291ef08b3544cd589157393101d52bbd1e7e6aeee8484f9d520a338
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: tofi-0.8.1
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (7 preceding siblings ...)
  2022-12-11  4:40 ` [PR PATCH] [Updated] New package: tofi-0.8.1 LucasTavaresA
@ 2023-01-14  1:03 ` LucasTavaresA
  2023-01-14  1:12 ` [PR PATCH] [Merged]: " classabbyamp
  2023-01-14  3:49 ` CameronNemo
  10 siblings, 0 replies; 12+ messages in thread
From: LucasTavaresA @ 2023-01-14  1:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages tofi
https://github.com/void-linux/void-packages/pull/40760

New package: tofi-0.8.1
Closes #40717

#### 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**

#### Local build testing
- It should build in all architectures

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

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

From 32577a767928ed93386b4192b4b919bd88b78414 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Fri, 25 Nov 2022 13:34:53 -0300
Subject: [PATCH] New package: tofi-0.8.1

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

diff --git a/srcpkgs/tofi/template b/srcpkgs/tofi/template
new file mode 100644
index 000000000000..813356a0b1db
--- /dev/null
+++ b/srcpkgs/tofi/template
@@ -0,0 +1,24 @@
+# Template file for 'tofi'
+pkgname=tofi
+version=0.8.1
+revision=1
+build_style=meson
+hostmakedepends="scdoc pkg-config wayland-devel wayland-protocols"
+makedepends="freetype-devel cairo-devel pango-devel wayland-devel
+ libxkbcommon-devel harfbuzz-devel"
+short_desc="Tiny dynamic menu for wayland"
+maintainer="Lucas Tavares <tavares.lassuncao@gmail.com>"
+license="MIT"
+homepage="https://github.com/philj56/tofi"
+changelog="https://raw.githubusercontent.com/philj56/tofi/master/CHANGELOG.md"
+distfiles="https://github.com/philj56/tofi/archive/refs/tags/v${version}.tar.gz"
+checksum=0a700f8b0291ef08b3544cd589157393101d52bbd1e7e6aeee8484f9d520a338
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" musl-fts-devel"
+	LDFLAGS="-lfts"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: tofi-0.8.1
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (8 preceding siblings ...)
  2023-01-14  1:03 ` LucasTavaresA
@ 2023-01-14  1:12 ` classabbyamp
  2023-01-14  3:49 ` CameronNemo
  10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2023-01-14  1:12 UTC (permalink / raw)
  To: ml

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

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

New package: tofi-0.8.1
https://github.com/void-linux/void-packages/pull/40760

Description:
Closes #40717

#### 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**

#### Local build testing
- It should build in all architectures

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

* Re: New package: tofi-0.8.1
  2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
                   ` (9 preceding siblings ...)
  2023-01-14  1:12 ` [PR PATCH] [Merged]: " classabbyamp
@ 2023-01-14  3:49 ` CameronNemo
  10 siblings, 0 replies; 12+ messages in thread
From: CameronNemo @ 2023-01-14  3:49 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/40760#issuecomment-1382652537

Comment:
Installed and tested. Seems to work well. I'll probably stick with my bemenu setup, though.

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

end of thread, other threads:[~2023-01-14  3:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 17:01 [PR PATCH] New package: tofi-0.7.0 LucasTavaresA
2022-11-26 15:31 ` [PR PATCH] [Updated] " LucasTavaresA
2022-11-27  4:23 ` LucasTavaresA
2022-11-27  5:24 ` LucasTavaresA
2022-11-27  8:41 ` [PR PATCH] [Updated] " LucasTavaresA
2022-11-27  8:44 ` LucasTavaresA
2022-11-27 10:36 ` [PR PATCH] [Updated] " LucasTavaresA
2022-12-02  1:11 ` LucasTavaresA
2022-12-11  4:40 ` [PR PATCH] [Updated] New package: tofi-0.8.1 LucasTavaresA
2023-01-14  1:03 ` LucasTavaresA
2023-01-14  1:12 ` [PR PATCH] [Merged]: " classabbyamp
2023-01-14  3:49 ` CameronNemo

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).