Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: foot-1.4.2 
@ 2020-07-25 23:12 ifreund
  2020-07-26 20:53 ` [PR REVIEW] " ahesford
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ifreund @ 2020-07-25 23:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages foot
https://github.com/void-linux/void-packages/pull/23836

New package: foot-1.4.2 


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

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

From 13603b88d7b0f377b2b97a8254efb8f7291b3555 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 16:31:28 +0200
Subject: [PATCH 1/3] New package: tllist-1.0.1

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

diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template
new file mode 100644
index 00000000000..b18dd90d14d
--- /dev/null
+++ b/srcpkgs/tllist/template
@@ -0,0 +1,17 @@
+# Template file for 'tllist'
+pkgname=tllist
+version=1.0.1
+revision=1
+wrksrc=$pkgname
+build_style=meson
+short_desc="C header file only implementation of a typed linked list"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/tllist"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

From 19bd4dcf1f010fb34cdf8b3698ac63025f85dd4e Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 23:52:02 +0200
Subject: [PATCH 2/3] New package: fcft-2.2.2

Looks like the license file was missing from 2.2.2 but has since been
added to the master branch, so patch it in.
---
 common/shlibs                      |  1 +
 srcpkgs/fcft-devel                 |  1 +
 srcpkgs/fcft/patches/license.patch | 24 ++++++++++++++++++++++++
 srcpkgs/fcft/template              | 29 +++++++++++++++++++++++++++++
 4 files changed, 55 insertions(+)
 create mode 120000 srcpkgs/fcft-devel
 create mode 100644 srcpkgs/fcft/patches/license.patch
 create mode 100644 srcpkgs/fcft/template

diff --git a/common/shlibs b/common/shlibs
index 693fd9566bb..61d5531b0a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3975,3 +3975,4 @@ libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
+libfcft.so.3 fcft-2.2.2_1
diff --git a/srcpkgs/fcft-devel b/srcpkgs/fcft-devel
new file mode 120000
index 00000000000..2f40d7a55ee
--- /dev/null
+++ b/srcpkgs/fcft-devel
@@ -0,0 +1 @@
+fcft
\ No newline at end of file
diff --git a/srcpkgs/fcft/patches/license.patch b/srcpkgs/fcft/patches/license.patch
new file mode 100644
index 00000000000..d27fc057551
--- /dev/null
+++ b/srcpkgs/fcft/patches/license.patch
@@ -0,0 +1,24 @@
+--- /dev/null
++++ LICENSE
+@@ -0,0 +1,21 @@
++MIT License
++
++Copyright (c) 2019 Daniel Eklöf
++
++Permission is hereby granted, free of charge, to any person obtaining a copy
++of this software and associated documentation files (the "Software"), to deal
++in the Software without restriction, including without limitation the rights
++to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
++copies of the Software, and to permit persons to whom the Software is
++furnished to do so, subject to the following conditions:
++
++The above copyright notice and this permission notice shall be included in all
++copies or substantial portions of the Software.
++
++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
++AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
++OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
++SOFTWARE.
diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
new file mode 100644
index 00000000000..0e6f57ed73c
--- /dev/null
+++ b/srcpkgs/fcft/template
@@ -0,0 +1,29 @@
+# Template file for 'fcft'
+pkgname=fcft
+version=2.2.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+short_desc="Simple library for font loading and glyph rasterization"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/fcft"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=9bc54b5ccb637f6c8270697c886e3e86cb4ffb6042b1d4a32eaaee854fb0837d
+
+post_install() {
+	vlicense LICENSE
+}
+
+fcft-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

From f7e1287cb59c12df3caf2723959f0037dc874895 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 26 Jul 2020 00:43:33 +0200
Subject: [PATCH 3/3] New package: foot-1.4.2

---
 srcpkgs/foot-terminfo |  1 +
 srcpkgs/foot/template | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/foot-terminfo
 create mode 100644 srcpkgs/foot/template

diff --git a/srcpkgs/foot-terminfo b/srcpkgs/foot-terminfo
new file mode 120000
index 00000000000..5618e482637
--- /dev/null
+++ b/srcpkgs/foot-terminfo
@@ -0,0 +1 @@
+foot
\ No newline at end of file
diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
new file mode 100644
index 00000000000..c49d949e961
--- /dev/null
+++ b/srcpkgs/foot/template
@@ -0,0 +1,28 @@
+# Template file for 'foot'
+pkgname=foot
+version=1.4.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel "
+makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
+ wayland-protocols"
+depends="${pkgname}-terminfo>=${version}_${revision}"
+short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/foot"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5454404e916bf4509fdd5b88451c9a56e93fe967b2c874fa1592636a960f04f6
+
+post_install() {
+	vlicense LICENSE
+}
+
+foot-terminfo_package() {
+	short_desc+=" - terminfo data"
+	archs=noarch
+	pkg_install() {
+		vmove usr/share/terminfo
+	}
+}

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

* Re: [PR REVIEW] New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
@ 2020-07-26 20:53 ` ahesford
  2020-07-26 21:24 ` [PR PATCH] [Updated] " ifreund
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-07-26 20:53 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/23836#discussion_r460572163

Comment:
`distfiles+=" ${homepage}/raw/branch/master/LICENSE"`, `skip_extraction=LICENSE` and `vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE` until the next release to make sure we are grabbing the license text from upstream.

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

* Re: [PR PATCH] [Updated] New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
  2020-07-26 20:53 ` [PR REVIEW] " ahesford
@ 2020-07-26 21:24 ` ifreund
  2020-07-26 21:24 ` [PR REVIEW] " ifreund
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-07-26 21:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages foot
https://github.com/void-linux/void-packages/pull/23836

New package: foot-1.4.2 


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

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

From 13603b88d7b0f377b2b97a8254efb8f7291b3555 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 16:31:28 +0200
Subject: [PATCH 1/3] New package: tllist-1.0.1

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

diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template
new file mode 100644
index 00000000000..b18dd90d14d
--- /dev/null
+++ b/srcpkgs/tllist/template
@@ -0,0 +1,17 @@
+# Template file for 'tllist'
+pkgname=tllist
+version=1.0.1
+revision=1
+wrksrc=$pkgname
+build_style=meson
+short_desc="C header file only implementation of a typed linked list"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/tllist"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

From d638b5b16161e090becd2c5e2cf53d6cc4a984ad Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 23:52:02 +0200
Subject: [PATCH 2/3] New package: fcft-2.2.2

Looks like the license file was missing from 2.2.2 but has since been
added to the master branch, so patch it in.
---
 common/shlibs                      |  1 +
 srcpkgs/fcft-devel                 |  1 +
 srcpkgs/fcft/patches/license.patch | 24 ++++++++++++++++++++++
 srcpkgs/fcft/template              | 32 ++++++++++++++++++++++++++++++
 4 files changed, 58 insertions(+)
 create mode 120000 srcpkgs/fcft-devel
 create mode 100644 srcpkgs/fcft/patches/license.patch
 create mode 100644 srcpkgs/fcft/template

diff --git a/common/shlibs b/common/shlibs
index 693fd9566bb..61d5531b0a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3975,3 +3975,4 @@ libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
+libfcft.so.3 fcft-2.2.2_1
diff --git a/srcpkgs/fcft-devel b/srcpkgs/fcft-devel
new file mode 120000
index 00000000000..2f40d7a55ee
--- /dev/null
+++ b/srcpkgs/fcft-devel
@@ -0,0 +1 @@
+fcft
\ No newline at end of file
diff --git a/srcpkgs/fcft/patches/license.patch b/srcpkgs/fcft/patches/license.patch
new file mode 100644
index 00000000000..d27fc057551
--- /dev/null
+++ b/srcpkgs/fcft/patches/license.patch
@@ -0,0 +1,24 @@
+--- /dev/null
++++ LICENSE
+@@ -0,0 +1,21 @@
++MIT License
++
++Copyright (c) 2019 Daniel Eklöf
++
++Permission is hereby granted, free of charge, to any person obtaining a copy
++of this software and associated documentation files (the "Software"), to deal
++in the Software without restriction, including without limitation the rights
++to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
++copies of the Software, and to permit persons to whom the Software is
++furnished to do so, subject to the following conditions:
++
++The above copyright notice and this permission notice shall be included in all
++copies or substantial portions of the Software.
++
++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
++IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
++FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
++AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
++LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
++OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
++SOFTWARE.
diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
new file mode 100644
index 00000000000..4e5f7eedf7d
--- /dev/null
+++ b/srcpkgs/fcft/template
@@ -0,0 +1,32 @@
+# Template file for 'fcft'
+pkgname=fcft
+version=2.2.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+short_desc="Simple library for font loading and glyph rasterization"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/fcft"
+distfiles="${homepage}/archive/${version}.tar.gz
+ ${homepage}/raw/branch/master/LICENSE"
+skip_extraction=LICENSE
+checksum="9bc54b5ccb637f6c8270697c886e3e86cb4ffb6042b1d4a32eaaee854fb0837d
+ d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a"
+
+post_install() {
+	vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE
+}
+
+fcft-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

From 6ac7a4365784a8f13cceaf32e6127db1d5f6705c Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 26 Jul 2020 00:43:33 +0200
Subject: [PATCH 3/3] New package: foot-1.4.2

---
 srcpkgs/foot-terminfo |  1 +
 srcpkgs/foot/template | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/foot-terminfo
 create mode 100644 srcpkgs/foot/template

diff --git a/srcpkgs/foot-terminfo b/srcpkgs/foot-terminfo
new file mode 120000
index 00000000000..5618e482637
--- /dev/null
+++ b/srcpkgs/foot-terminfo
@@ -0,0 +1 @@
+foot
\ No newline at end of file
diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
new file mode 100644
index 00000000000..c49d949e961
--- /dev/null
+++ b/srcpkgs/foot/template
@@ -0,0 +1,28 @@
+# Template file for 'foot'
+pkgname=foot
+version=1.4.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel "
+makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
+ wayland-protocols"
+depends="${pkgname}-terminfo>=${version}_${revision}"
+short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/foot"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5454404e916bf4509fdd5b88451c9a56e93fe967b2c874fa1592636a960f04f6
+
+post_install() {
+	vlicense LICENSE
+}
+
+foot-terminfo_package() {
+	short_desc+=" - terminfo data"
+	archs=noarch
+	pkg_install() {
+		vmove usr/share/terminfo
+	}
+}

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

* Re: [PR REVIEW] New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
  2020-07-26 20:53 ` [PR REVIEW] " ahesford
  2020-07-26 21:24 ` [PR PATCH] [Updated] " ifreund
@ 2020-07-26 21:24 ` ifreund
  2020-07-26 21:25 ` [PR PATCH] [Updated] " ifreund
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-07-26 21:24 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/23836#discussion_r460575258

Comment:
Good call, done.

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

* Re: [PR PATCH] [Updated] New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
                   ` (2 preceding siblings ...)
  2020-07-26 21:24 ` [PR REVIEW] " ifreund
@ 2020-07-26 21:25 ` ifreund
  2020-07-26 21:27 ` ifreund
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-07-26 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages foot
https://github.com/void-linux/void-packages/pull/23836

New package: foot-1.4.2 


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

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

From 13603b88d7b0f377b2b97a8254efb8f7291b3555 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 16:31:28 +0200
Subject: [PATCH 1/3] New package: tllist-1.0.1

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

diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template
new file mode 100644
index 00000000000..b18dd90d14d
--- /dev/null
+++ b/srcpkgs/tllist/template
@@ -0,0 +1,17 @@
+# Template file for 'tllist'
+pkgname=tllist
+version=1.0.1
+revision=1
+wrksrc=$pkgname
+build_style=meson
+short_desc="C header file only implementation of a typed linked list"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/tllist"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

From 91c7e11883c00ad2a0a7c53c60b96e4c8af61cdb Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 23:52:02 +0200
Subject: [PATCH 2/3] New package: fcft-2.2.2

Looks like the license file was missing from 2.2.2 but has since been
added to the master branch, so patch it in.
---
 common/shlibs         |  1 +
 srcpkgs/fcft-devel    |  1 +
 srcpkgs/fcft/template | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/fcft-devel
 create mode 100644 srcpkgs/fcft/template

diff --git a/common/shlibs b/common/shlibs
index 693fd9566bb..61d5531b0a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3975,3 +3975,4 @@ libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
+libfcft.so.3 fcft-2.2.2_1
diff --git a/srcpkgs/fcft-devel b/srcpkgs/fcft-devel
new file mode 120000
index 00000000000..2f40d7a55ee
--- /dev/null
+++ b/srcpkgs/fcft-devel
@@ -0,0 +1 @@
+fcft
\ No newline at end of file
diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
new file mode 100644
index 00000000000..4e5f7eedf7d
--- /dev/null
+++ b/srcpkgs/fcft/template
@@ -0,0 +1,32 @@
+# Template file for 'fcft'
+pkgname=fcft
+version=2.2.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+short_desc="Simple library for font loading and glyph rasterization"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/fcft"
+distfiles="${homepage}/archive/${version}.tar.gz
+ ${homepage}/raw/branch/master/LICENSE"
+skip_extraction=LICENSE
+checksum="9bc54b5ccb637f6c8270697c886e3e86cb4ffb6042b1d4a32eaaee854fb0837d
+ d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a"
+
+post_install() {
+	vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE
+}
+
+fcft-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

From 8b992a7b54534fd72b5e18373b5668c0a0202037 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 26 Jul 2020 00:43:33 +0200
Subject: [PATCH 3/3] New package: foot-1.4.2

---
 srcpkgs/foot-terminfo |  1 +
 srcpkgs/foot/template | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/foot-terminfo
 create mode 100644 srcpkgs/foot/template

diff --git a/srcpkgs/foot-terminfo b/srcpkgs/foot-terminfo
new file mode 120000
index 00000000000..5618e482637
--- /dev/null
+++ b/srcpkgs/foot-terminfo
@@ -0,0 +1 @@
+foot
\ No newline at end of file
diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
new file mode 100644
index 00000000000..c49d949e961
--- /dev/null
+++ b/srcpkgs/foot/template
@@ -0,0 +1,28 @@
+# Template file for 'foot'
+pkgname=foot
+version=1.4.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel "
+makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
+ wayland-protocols"
+depends="${pkgname}-terminfo>=${version}_${revision}"
+short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/foot"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5454404e916bf4509fdd5b88451c9a56e93fe967b2c874fa1592636a960f04f6
+
+post_install() {
+	vlicense LICENSE
+}
+
+foot-terminfo_package() {
+	short_desc+=" - terminfo data"
+	archs=noarch
+	pkg_install() {
+		vmove usr/share/terminfo
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
                   ` (3 preceding siblings ...)
  2020-07-26 21:25 ` [PR PATCH] [Updated] " ifreund
@ 2020-07-26 21:27 ` ifreund
  2020-07-26 21:28 ` ifreund
  2020-07-27  0:07 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-07-26 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages foot
https://github.com/void-linux/void-packages/pull/23836

New package: foot-1.4.2 


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

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

From 13603b88d7b0f377b2b97a8254efb8f7291b3555 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 16:31:28 +0200
Subject: [PATCH 1/3] New package: tllist-1.0.1

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

diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template
new file mode 100644
index 00000000000..b18dd90d14d
--- /dev/null
+++ b/srcpkgs/tllist/template
@@ -0,0 +1,17 @@
+# Template file for 'tllist'
+pkgname=tllist
+version=1.0.1
+revision=1
+wrksrc=$pkgname
+build_style=meson
+short_desc="C header file only implementation of a typed linked list"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/tllist"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

From ab254ed6e40194eaa168a0eef95f1d1a54eef3c7 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 23:52:02 +0200
Subject: [PATCH 2/3] New package: fcft-2.2.2

Looks like the license file was missing from 2.2.2 but has since been
added to the master branch, so pull it from there.
---
 common/shlibs         |  1 +
 srcpkgs/fcft-devel    |  1 +
 srcpkgs/fcft/template | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/fcft-devel
 create mode 100644 srcpkgs/fcft/template

diff --git a/common/shlibs b/common/shlibs
index 693fd9566bb..61d5531b0a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3975,3 +3975,4 @@ libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
+libfcft.so.3 fcft-2.2.2_1
diff --git a/srcpkgs/fcft-devel b/srcpkgs/fcft-devel
new file mode 120000
index 00000000000..2f40d7a55ee
--- /dev/null
+++ b/srcpkgs/fcft-devel
@@ -0,0 +1 @@
+fcft
\ No newline at end of file
diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
new file mode 100644
index 00000000000..4e5f7eedf7d
--- /dev/null
+++ b/srcpkgs/fcft/template
@@ -0,0 +1,32 @@
+# Template file for 'fcft'
+pkgname=fcft
+version=2.2.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+short_desc="Simple library for font loading and glyph rasterization"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/fcft"
+distfiles="${homepage}/archive/${version}.tar.gz
+ ${homepage}/raw/branch/master/LICENSE"
+skip_extraction=LICENSE
+checksum="9bc54b5ccb637f6c8270697c886e3e86cb4ffb6042b1d4a32eaaee854fb0837d
+ d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a"
+
+post_install() {
+	vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE
+}
+
+fcft-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

From d6ddd27e106c6c141674bd70455419cc032d6a7c Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 26 Jul 2020 00:43:33 +0200
Subject: [PATCH 3/3] New package: foot-1.4.2

---
 srcpkgs/foot-terminfo |  1 +
 srcpkgs/foot/template | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/foot-terminfo
 create mode 100644 srcpkgs/foot/template

diff --git a/srcpkgs/foot-terminfo b/srcpkgs/foot-terminfo
new file mode 120000
index 00000000000..5618e482637
--- /dev/null
+++ b/srcpkgs/foot-terminfo
@@ -0,0 +1 @@
+foot
\ No newline at end of file
diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
new file mode 100644
index 00000000000..c49d949e961
--- /dev/null
+++ b/srcpkgs/foot/template
@@ -0,0 +1,28 @@
+# Template file for 'foot'
+pkgname=foot
+version=1.4.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel "
+makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
+ wayland-protocols"
+depends="${pkgname}-terminfo>=${version}_${revision}"
+short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/foot"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5454404e916bf4509fdd5b88451c9a56e93fe967b2c874fa1592636a960f04f6
+
+post_install() {
+	vlicense LICENSE
+}
+
+foot-terminfo_package() {
+	short_desc+=" - terminfo data"
+	archs=noarch
+	pkg_install() {
+		vmove usr/share/terminfo
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
                   ` (4 preceding siblings ...)
  2020-07-26 21:27 ` ifreund
@ 2020-07-26 21:28 ` ifreund
  2020-07-27  0:07 ` [PR PATCH] [Merged]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ifreund @ 2020-07-26 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages foot
https://github.com/void-linux/void-packages/pull/23836

New package: foot-1.4.2 


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

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

From 13603b88d7b0f377b2b97a8254efb8f7291b3555 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 16:31:28 +0200
Subject: [PATCH 1/3] New package: tllist-1.0.1

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

diff --git a/srcpkgs/tllist/template b/srcpkgs/tllist/template
new file mode 100644
index 00000000000..b18dd90d14d
--- /dev/null
+++ b/srcpkgs/tllist/template
@@ -0,0 +1,17 @@
+# Template file for 'tllist'
+pkgname=tllist
+version=1.0.1
+revision=1
+wrksrc=$pkgname
+build_style=meson
+short_desc="C header file only implementation of a typed linked list"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/tllist"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=baa94259ee6a8cc9114cf59cf58395a7f6537d36909e8bed036f0da7457b6a0e
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

From 6c135951a81b662b676d40d3f08184f03bb1e3ca Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sat, 25 Jul 2020 23:52:02 +0200
Subject: [PATCH 2/3] New package: fcft-2.2.2

Looks like the license file was missing from 2.2.2 but has since been
added to the master branch, so pull it from there.
---
 common/shlibs         |  1 +
 srcpkgs/fcft-devel    |  1 +
 srcpkgs/fcft/template | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/fcft-devel
 create mode 100644 srcpkgs/fcft/template

diff --git a/common/shlibs b/common/shlibs
index 693fd9566bb..61d5531b0a2 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3975,3 +3975,4 @@ libtexlua53.so.5 texlive-LuaTeX-20200406_1
 libptexenc.so.1 texlive-20200406_1
 libdolphinvcs.so.5 dolphin-20.04.3_1
 libcglm.so.0 cglm-0.7.6_1
+libfcft.so.3 fcft-2.2.2_1
diff --git a/srcpkgs/fcft-devel b/srcpkgs/fcft-devel
new file mode 120000
index 00000000000..2f40d7a55ee
--- /dev/null
+++ b/srcpkgs/fcft-devel
@@ -0,0 +1 @@
+fcft
\ No newline at end of file
diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
new file mode 100644
index 00000000000..2cb74392aec
--- /dev/null
+++ b/srcpkgs/fcft/template
@@ -0,0 +1,32 @@
+# Template file for 'fcft'
+pkgname=fcft
+version=2.2.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+short_desc="Simple library for font loading and glyph rasterization"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/fcft"
+distfiles="${homepage}/archive/${version}.tar.gz
+ ${homepage}/raw/branch/master/LICENSE"
+checksum="9bc54b5ccb637f6c8270697c886e3e86cb4ffb6042b1d4a32eaaee854fb0837d
+ d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a"
+skip_extraction=LICENSE
+
+post_install() {
+	vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE
+}
+
+fcft-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+		vmove usr/share/man/man3
+	}
+}

From a9061633662477fa676bfdda102f66389ad6172f Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Sun, 26 Jul 2020 00:43:33 +0200
Subject: [PATCH 3/3] New package: foot-1.4.2

---
 srcpkgs/foot-terminfo |  1 +
 srcpkgs/foot/template | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/foot-terminfo
 create mode 100644 srcpkgs/foot/template

diff --git a/srcpkgs/foot-terminfo b/srcpkgs/foot-terminfo
new file mode 120000
index 00000000000..5618e482637
--- /dev/null
+++ b/srcpkgs/foot-terminfo
@@ -0,0 +1 @@
+foot
\ No newline at end of file
diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
new file mode 100644
index 00000000000..c49d949e961
--- /dev/null
+++ b/srcpkgs/foot/template
@@ -0,0 +1,28 @@
+# Template file for 'foot'
+pkgname=foot
+version=1.4.2
+revision=1
+wrksrc=$pkgname
+build_style=meson
+hostmakedepends="pkg-config scdoc wayland-devel "
+makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
+ wayland-protocols"
+depends="${pkgname}-terminfo>=${version}_${revision}"
+short_desc="Fast, lightweight and minimalistic Wayland terminal emulator"
+maintainer="Isaac Freund <ifreund@ifreund.xyz>"
+license="MIT"
+homepage="https://codeberg.org/dnkl/foot"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=5454404e916bf4509fdd5b88451c9a56e93fe967b2c874fa1592636a960f04f6
+
+post_install() {
+	vlicense LICENSE
+}
+
+foot-terminfo_package() {
+	short_desc+=" - terminfo data"
+	archs=noarch
+	pkg_install() {
+		vmove usr/share/terminfo
+	}
+}

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

* Re: [PR PATCH] [Merged]: New package: foot-1.4.2 
  2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
                   ` (5 preceding siblings ...)
  2020-07-26 21:28 ` ifreund
@ 2020-07-27  0:07 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-07-27  0:07 UTC (permalink / raw)
  To: ml

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

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

New package: foot-1.4.2 
https://github.com/void-linux/void-packages/pull/23836

Description:


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

end of thread, other threads:[~2020-07-27  0:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25 23:12 [PR PATCH] New package: foot-1.4.2 ifreund
2020-07-26 20:53 ` [PR REVIEW] " ahesford
2020-07-26 21:24 ` [PR PATCH] [Updated] " ifreund
2020-07-26 21:24 ` [PR REVIEW] " ifreund
2020-07-26 21:25 ` [PR PATCH] [Updated] " ifreund
2020-07-26 21:27 ` ifreund
2020-07-26 21:28 ` ifreund
2020-07-27  0:07 ` [PR PATCH] [Merged]: " ahesford

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