Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bismuth-3.1.4
@ 2022-11-17 20:05 TinfoilSubmarine
  2022-11-17 20:46 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2022-11-17 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/bismuth
https://github.com/void-linux/void-packages/pull/40584

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

#### Testing the changes
- I tested the changes in this PR: **YES** (been using for several weeks now)

#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c41a28abcb2f33c8c345fcc0b7f79ac0ce264564 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 8 Nov 2022 09:46:10 -0500
Subject: [PATCH] New package: bismuth-3.1.4

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

diff --git a/srcpkgs/bismuth/template b/srcpkgs/bismuth/template
new file mode 100644
index 000000000000..62d537b98283
--- /dev/null
+++ b/srcpkgs/bismuth/template
@@ -0,0 +1,24 @@
+# Template file for 'bismuth'
+pkgname=bismuth
+version=3.1.4
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DUSE_TSC=OFF"
+hostmakedepends="cmake ninja extra-cmake-modules AppStream nodejs"
+makedepends="qt5-declarative-devel qt5-svg-devel kconfig-devel
+ kconfigwidgets-devel kcoreaddons-devel kdeclarative-devel kglobalaccel-devel
+ kcmutils-devel ki18n-devel gettext-devel kdecoration-devel"
+short_desc="Tile KDE Plasma windows automatically and manage via keyboard"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://bismuth-forge.github.io/bismuth/"
+distfiles="https://github.com/Bismuth-Forge/bismuth/archive/refs/tags/v${version}.tar.gz"
+checksum=216d8f5a6c649e4950989b2d7e100fe23832311328b970b8e32985c1ef25b0b5
+
+if [ "$XBPS_CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kpackage kconfig"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: bismuth-3.1.4
  2022-11-17 20:05 [PR PATCH] New package: bismuth-3.1.4 TinfoilSubmarine
@ 2022-11-17 20:46 ` TinfoilSubmarine
  2022-12-08 21:42 ` [PR REVIEW] " Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2022-11-17 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/bismuth
https://github.com/void-linux/void-packages/pull/40584

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

#### Testing the changes
- I tested the changes in this PR: **YES** (been using for several weeks now)

#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6c4ee5a3702091e2b6d30abb36bfa4a09069a9cf Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 8 Nov 2022 09:46:10 -0500
Subject: [PATCH] New package: bismuth-3.1.4

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

diff --git a/srcpkgs/bismuth/template b/srcpkgs/bismuth/template
new file mode 100644
index 000000000000..be625ee0a562
--- /dev/null
+++ b/srcpkgs/bismuth/template
@@ -0,0 +1,26 @@
+# Template file for 'bismuth'
+pkgname=bismuth
+version=3.1.4
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DUSE_TSC=OFF"
+hostmakedepends="cmake ninja extra-cmake-modules nodejs"
+makedepends="qt5-declarative-devel qt5-svg-devel kconfig-devel
+ kconfigwidgets-devel kcoreaddons-devel kdeclarative-devel kglobalaccel-devel
+ kcmutils-devel ki18n-devel gettext-devel kdecoration-devel"
+checkdepends="AppStream"
+short_desc="Tile KDE Plasma windows automatically and manage via keyboard"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://bismuth-forge.github.io/bismuth/"
+distfiles="https://github.com/Bismuth-Forge/bismuth/archive/refs/tags/v${version}.tar.gz"
+checksum=216d8f5a6c649e4950989b2d7e100fe23832311328b970b8e32985c1ef25b0b5
+
+if [ "$XBPS_CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kpackage kconfig"
+	configure_args+=" -DBUILD_TESTING=OFF"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: bismuth-3.1.4
  2022-11-17 20:05 [PR PATCH] New package: bismuth-3.1.4 TinfoilSubmarine
  2022-11-17 20:46 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-12-08 21:42 ` Piraty
  2022-12-09 13:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-12-11 22:52 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-12-08 21:42 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/40584#discussion_r1043852745

Comment:
i don't think setting build type is necessary. see 1af5a29d87a011232ae665d1c5f910f9b73588fd for more

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

* Re: [PR PATCH] [Updated] New package: bismuth-3.1.4
  2022-11-17 20:05 [PR PATCH] New package: bismuth-3.1.4 TinfoilSubmarine
  2022-11-17 20:46 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-12-08 21:42 ` [PR REVIEW] " Piraty
@ 2022-12-09 13:35 ` TinfoilSubmarine
  2022-12-11 22:52 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2022-12-09 13:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/bismuth
https://github.com/void-linux/void-packages/pull/40584

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

#### Testing the changes
- I tested the changes in this PR: **YES** (been using for several weeks now)

#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d9229a79271d18f224bbd2e6732eb734244e6925 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 8 Nov 2022 09:46:10 -0500
Subject: [PATCH] New package: bismuth-3.1.4

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

diff --git a/srcpkgs/bismuth/template b/srcpkgs/bismuth/template
new file mode 100644
index 000000000000..540c04bf73d0
--- /dev/null
+++ b/srcpkgs/bismuth/template
@@ -0,0 +1,26 @@
+# Template file for 'bismuth'
+pkgname=bismuth
+version=3.1.4
+revision=1
+build_style=cmake
+configure_args="-DUSE_TSC=OFF"
+hostmakedepends="cmake ninja extra-cmake-modules nodejs"
+makedepends="qt5-declarative-devel qt5-svg-devel kconfig-devel
+ kconfigwidgets-devel kcoreaddons-devel kdeclarative-devel kglobalaccel-devel
+ kcmutils-devel ki18n-devel gettext-devel kdecoration-devel"
+checkdepends="AppStream"
+short_desc="Tile KDE Plasma windows automatically and manage via keyboard"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MIT"
+homepage="https://bismuth-forge.github.io/bismuth/"
+distfiles="https://github.com/Bismuth-Forge/bismuth/archive/refs/tags/v${version}.tar.gz"
+checksum=216d8f5a6c649e4950989b2d7e100fe23832311328b970b8e32985c1ef25b0b5
+
+if [ "$XBPS_CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kpackage kconfig"
+	configure_args+=" -DBUILD_TESTING=OFF"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: bismuth-3.1.4
  2022-11-17 20:05 [PR PATCH] New package: bismuth-3.1.4 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-12-09 13:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-12-11 22:52 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-12-11 22:52 UTC (permalink / raw)
  To: ml

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

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

New package: bismuth-3.1.4
https://github.com/void-linux/void-packages/pull/40584

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

#### Testing the changes
- I tested the changes in this PR: **YES** (been using for several weeks now)

#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-11 22:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 20:05 [PR PATCH] New package: bismuth-3.1.4 TinfoilSubmarine
2022-11-17 20:46 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-08 21:42 ` [PR REVIEW] " Piraty
2022-12-09 13:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-11 22:52 ` [PR PATCH] [Merged]: " Piraty

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