Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3
@ 2021-04-02  7:32 Justinizer
  2021-04-02  9:06 ` [PR REVIEW] " krkk
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Justinizer @ 2021-04-02  7:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages neochat
https://github.com/void-linux/void-packages/pull/29947

New package: neochat-1.1.1, kquickimageeditor-0.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29947.patch is attached

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

From c62c2b44839655b12d2f0f77855d2fd08372a3a7 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Fri, 2 Apr 2021 09:30:20 +0200
Subject: [PATCH 1/2] New package: kquickimageeditor-0.1.3.

---
 srcpkgs/kquickimageeditor-devel    |  1 +
 srcpkgs/kquickimageeditor/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/kquickimageeditor-devel
 create mode 100644 srcpkgs/kquickimageeditor/template

diff --git a/srcpkgs/kquickimageeditor-devel b/srcpkgs/kquickimageeditor-devel
new file mode 120000
index 000000000000..acc5eacd1d75
--- /dev/null
+++ b/srcpkgs/kquickimageeditor-devel
@@ -0,0 +1 @@
+kquickimageeditor
\ No newline at end of file
diff --git a/srcpkgs/kquickimageeditor/template b/srcpkgs/kquickimageeditor/template
new file mode 100644
index 000000000000..2073799689de
--- /dev/null
+++ b/srcpkgs/kquickimageeditor/template
@@ -0,0 +1,26 @@
+# Template file for 'kquickimageeditor'
+pkgname=kquickimageeditor
+version=0.1.3
+revision=1
+build_style=cmake
+hostmakedepends="cmake extra-cmake-modules qt5-qmake qt5-host-tools"
+makedepends="qt5-declarative-devel"
+short_desc="QML image editing components"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="LGPL-2.1-or-later, BSD-2-Clause, CC0-1.0"
+homepage="https://invent.kde.org/libraries/kquickimageeditor"
+distfiles="${KDE_SITE}/kquickimageeditor/${version%.*}/$pkgname-$version.tar.xz"
+checksum=5b13f8e53bc7ea960b24064948f3d28bfb39f47529d5fa63a2090a047465c1ea
+
+post_install() {
+	vlicense LICENSES/BSD-2-Clause.txt
+}
+
+kquickimageeditor-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/cmake
+		vmove usr/lib/qt5/mkspecs
+	}
+}

From 56b37d7b3a30ea6f4b0493cc63ec73c7af36be78 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Fri, 2 Apr 2021 09:31:13 +0200
Subject: [PATCH 2/2] New package: neochat-1.1.1.

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

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
new file mode 100644
index 000000000000..7d5cf0427425
--- /dev/null
+++ b/srcpkgs/neochat/template
@@ -0,0 +1,22 @@
+# Template file for 'neochat'
+pkgname=neochat
+version=1.1.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext pkg-config qt5-qmake
+ qt5-host-tools kcoreaddons kconfig AppStream"
+makedepends="kdbusaddons-devel kquickimageeditor-devel libQuotient-devel
+ qtkeychain-qt5-devel qt5-quickcontrols2-devel qt5-declarative-devel
+ qt5-multimedia-devel qt5-svg-devel kirigami2-devel ki18n-devel cmark-devel
+ knotifications-devel kconfig-devel kcoreaddons-devel"
+depends="kquickimageeditor"
+short_desc="Client for matrix from KDE"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-3.0-only, GPL-3.0-or-later, GPL-2.0-or-later, BSD-2-Clause"
+homepage="https://apps.kde.org/en/neochat"
+distfiles="${KDE_SITE}/neochat/$version/neochat-$version.tar.xz"
+checksum=dcaecf35fadffe298d849955b39f5d193161df6d6388ce402b4207a24b06757b
+
+post_install() {
+	vlicense LICENSES/BSD-2-Clause.txt
+}

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

* Re: [PR REVIEW] New package: neochat-1.1.1, kquickimageeditor-0.1.3
  2021-04-02  7:32 [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3 Justinizer
@ 2021-04-02  9:06 ` krkk
  2021-04-02 10:34 ` [PR PATCH] [Updated] " Justinizer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: krkk @ 2021-04-02  9:06 UTC (permalink / raw)
  To: ml

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

New review comment by krkk on void-packages repository

https://github.com/void-linux/void-packages/pull/29947#discussion_r606148960

Comment:
```suggestion
depends="kquickimageeditor kitemmodels"
```

neochat won't run without it.
```shell
$ neochat
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:153:20: Type RoomDrawer unavailable
qrc:/imports/NeoChat/Panel/RoomDrawer.qml:13:1: module "org.kde.kitemmodels" is not installed
```

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

* Re: [PR PATCH] [Updated] New package: neochat-1.1.1, kquickimageeditor-0.1.3
  2021-04-02  7:32 [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3 Justinizer
  2021-04-02  9:06 ` [PR REVIEW] " krkk
@ 2021-04-02 10:34 ` Justinizer
  2021-04-02 10:37 ` [PR REVIEW] " Justinizer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Justinizer @ 2021-04-02 10:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages neochat
https://github.com/void-linux/void-packages/pull/29947

New package: neochat-1.1.1, kquickimageeditor-0.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29947.patch is attached

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

From c62c2b44839655b12d2f0f77855d2fd08372a3a7 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Fri, 2 Apr 2021 09:30:20 +0200
Subject: [PATCH 1/2] New package: kquickimageeditor-0.1.3.

---
 srcpkgs/kquickimageeditor-devel    |  1 +
 srcpkgs/kquickimageeditor/template | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/kquickimageeditor-devel
 create mode 100644 srcpkgs/kquickimageeditor/template

diff --git a/srcpkgs/kquickimageeditor-devel b/srcpkgs/kquickimageeditor-devel
new file mode 120000
index 000000000000..acc5eacd1d75
--- /dev/null
+++ b/srcpkgs/kquickimageeditor-devel
@@ -0,0 +1 @@
+kquickimageeditor
\ No newline at end of file
diff --git a/srcpkgs/kquickimageeditor/template b/srcpkgs/kquickimageeditor/template
new file mode 100644
index 000000000000..2073799689de
--- /dev/null
+++ b/srcpkgs/kquickimageeditor/template
@@ -0,0 +1,26 @@
+# Template file for 'kquickimageeditor'
+pkgname=kquickimageeditor
+version=0.1.3
+revision=1
+build_style=cmake
+hostmakedepends="cmake extra-cmake-modules qt5-qmake qt5-host-tools"
+makedepends="qt5-declarative-devel"
+short_desc="QML image editing components"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="LGPL-2.1-or-later, BSD-2-Clause, CC0-1.0"
+homepage="https://invent.kde.org/libraries/kquickimageeditor"
+distfiles="${KDE_SITE}/kquickimageeditor/${version%.*}/$pkgname-$version.tar.xz"
+checksum=5b13f8e53bc7ea960b24064948f3d28bfb39f47529d5fa63a2090a047465c1ea
+
+post_install() {
+	vlicense LICENSES/BSD-2-Clause.txt
+}
+
+kquickimageeditor-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/lib/cmake
+		vmove usr/lib/qt5/mkspecs
+	}
+}

From 86d38978f50b1d4804826a955f9c66068f8c0daa Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Fri, 2 Apr 2021 09:31:13 +0200
Subject: [PATCH 2/2] New package: neochat-1.1.1.

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

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
new file mode 100644
index 000000000000..d057c3e9e9f2
--- /dev/null
+++ b/srcpkgs/neochat/template
@@ -0,0 +1,22 @@
+# Template file for 'neochat'
+pkgname=neochat
+version=1.1.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext pkg-config qt5-qmake
+ qt5-host-tools kcoreaddons kconfig AppStream"
+makedepends="kdbusaddons-devel kquickimageeditor-devel libQuotient-devel
+ qtkeychain-qt5-devel qt5-quickcontrols2-devel qt5-declarative-devel
+ qt5-multimedia-devel qt5-svg-devel kirigami2-devel ki18n-devel cmark-devel
+ knotifications-devel kconfig-devel kcoreaddons-devel"
+depends="kquickimageeditor kitemmodels"
+short_desc="Client for matrix from KDE"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-3.0-only, GPL-3.0-or-later, GPL-2.0-or-later, BSD-2-Clause"
+homepage="https://apps.kde.org/en/neochat"
+distfiles="${KDE_SITE}/neochat/$version/neochat-$version.tar.xz"
+checksum=dcaecf35fadffe298d849955b39f5d193161df6d6388ce402b4207a24b06757b
+
+post_install() {
+	vlicense LICENSES/BSD-2-Clause.txt
+}

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

* Re: [PR REVIEW] New package: neochat-1.1.1, kquickimageeditor-0.1.3
  2021-04-02  7:32 [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3 Justinizer
  2021-04-02  9:06 ` [PR REVIEW] " krkk
  2021-04-02 10:34 ` [PR PATCH] [Updated] " Justinizer
@ 2021-04-02 10:37 ` Justinizer
  2021-04-12 23:24 ` [PR PATCH] [Updated] " Veganizer
  2021-04-12 23:24 ` [PR PATCH] [Closed]: " Veganizer
  4 siblings, 0 replies; 6+ messages in thread
From: Justinizer @ 2021-04-02 10:37 UTC (permalink / raw)
  To: ml

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

New review comment by Justinizer on void-packages repository

https://github.com/void-linux/void-packages/pull/29947#discussion_r606181126

Comment:
Thank you for testing it! :-)

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

* Re: [PR PATCH] [Closed]: New package: neochat-1.1.1, kquickimageeditor-0.1.3
  2021-04-02  7:32 [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3 Justinizer
                   ` (3 preceding siblings ...)
  2021-04-12 23:24 ` [PR PATCH] [Updated] " Veganizer
@ 2021-04-12 23:24 ` Veganizer
  4 siblings, 0 replies; 6+ messages in thread
From: Veganizer @ 2021-04-12 23:24 UTC (permalink / raw)
  To: ml

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

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

New package: neochat-1.1.1, kquickimageeditor-0.1.3
https://github.com/void-linux/void-packages/pull/29947

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

* Re: [PR PATCH] [Updated] New package: neochat-1.1.1, kquickimageeditor-0.1.3
  2021-04-02  7:32 [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3 Justinizer
                   ` (2 preceding siblings ...)
  2021-04-02 10:37 ` [PR REVIEW] " Justinizer
@ 2021-04-12 23:24 ` Veganizer
  2021-04-12 23:24 ` [PR PATCH] [Closed]: " Veganizer
  4 siblings, 0 replies; 6+ messages in thread
From: Veganizer @ 2021-04-12 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Veganizer/void-packages neochat
https://github.com/void-linux/void-packages/pull/29947

New package: neochat-1.1.1, kquickimageeditor-0.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] 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/29947.patch is attached

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



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

end of thread, other threads:[~2021-04-12 23:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  7:32 [PR PATCH] New package: neochat-1.1.1, kquickimageeditor-0.1.3 Justinizer
2021-04-02  9:06 ` [PR REVIEW] " krkk
2021-04-02 10:34 ` [PR PATCH] [Updated] " Justinizer
2021-04-02 10:37 ` [PR REVIEW] " Justinizer
2021-04-12 23:24 ` [PR PATCH] [Updated] " Veganizer
2021-04-12 23:24 ` [PR PATCH] [Closed]: " Veganizer

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