Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: komorebi-2.1
@ 2021-01-14  3:57 kawaiiamber
  2021-01-14  4:13 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  3:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From ff9d734c8b78e930ff9ef3b26bf37ba3cb347a72 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.1

---
 srcpkgs/komorebi/patches/CMakeLists.patch | 26 +++++++++++++++++++++++
 srcpkgs/komorebi/template                 | 13 ++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/komorebi/patches/CMakeLists.patch
 create mode 100644 srcpkgs/komorebi/template

diff --git a/srcpkgs/komorebi/patches/CMakeLists.patch b/srcpkgs/komorebi/patches/CMakeLists.patch
new file mode 100644
index 00000000000..d8e9571d2e2
--- /dev/null
+++ b/srcpkgs/komorebi/patches/CMakeLists.patch
@@ -0,0 +1,26 @@
+--- CMakeLists.txt.orig	2018-07-29 13:10:55.000000000 -0600
++++ CMakeLists.txt	2021-01-13 20:29:31.046154368 -0700
+@@ -81,19 +81,19 @@
+ target_link_libraries(komorebi ${DEPS_LIBRARIES} -lm)
+ target_link_libraries(komorebi-wallpaper-creator ${DEPS_LIBRARIES} -lm)
+ 
+-install(TARGETS komorebi RUNTIME DESTINATION /System/Applications/)
+-install(TARGETS komorebi-wallpaper-creator RUNTIME DESTINATION /System/Applications/)
++install(TARGETS komorebi RUNTIME DESTINATION /usr/bin/)
++install(TARGETS komorebi-wallpaper-creator RUNTIME DESTINATION /usr/bin/)
+ 
+ 
+ ######### Wallpapers ############
+-install(DIRECTORY data/Wallpapers/ DESTINATION /System/Resources/Komorebi)
++install(DIRECTORY data/Wallpapers/ DESTINATION /usr/share/komorebi)
+ 
+ 
+ ######### Fonts ############
+ install(DIRECTORY data/Fonts/ DESTINATION /usr/share/fonts)
+ 
+ ######### Icons ############
+-install(DIRECTORY data/Icons/ DESTINATION /System/Resources/Komorebi)
++install(DIRECTORY data/Icons/ DESTINATION /usr/share/komorebi)
+ 
+ ######### Other ############
+ install(FILES data/Other/komorebi.desktop DESTINATION /usr/share/applications/)
diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 00000000000..f70f8c8230a
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,13 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="vala-devel gtk+3-devel libgee-devel clutter-gtk-devel clutter-devel webkit2gtk-devel clutter-gst3-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/cheesecakeufo/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=66ee2fe21e16c3f9c18b824fa88a8b726812b1fdd81217cb53f7dad8d6dbae0f

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

* Re: [PR PATCH] [Updated] New package: komorebi-2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
@ 2021-01-14  4:13 ` kawaiiamber
  2021-01-14  4:49 ` FollieHiyuki
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  4:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From a8fd17674d7b5b599ff45a749f6825fb650eb35f Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.1

---
 srcpkgs/komorebi/patches/CMakeLists.patch | 26 +++++++++++++++++++++++
 srcpkgs/komorebi/template                 | 13 ++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/komorebi/patches/CMakeLists.patch
 create mode 100644 srcpkgs/komorebi/template

diff --git a/srcpkgs/komorebi/patches/CMakeLists.patch b/srcpkgs/komorebi/patches/CMakeLists.patch
new file mode 100644
index 00000000000..d8e9571d2e2
--- /dev/null
+++ b/srcpkgs/komorebi/patches/CMakeLists.patch
@@ -0,0 +1,26 @@
+--- CMakeLists.txt.orig	2018-07-29 13:10:55.000000000 -0600
++++ CMakeLists.txt	2021-01-13 20:29:31.046154368 -0700
+@@ -81,19 +81,19 @@
+ target_link_libraries(komorebi ${DEPS_LIBRARIES} -lm)
+ target_link_libraries(komorebi-wallpaper-creator ${DEPS_LIBRARIES} -lm)
+ 
+-install(TARGETS komorebi RUNTIME DESTINATION /System/Applications/)
+-install(TARGETS komorebi-wallpaper-creator RUNTIME DESTINATION /System/Applications/)
++install(TARGETS komorebi RUNTIME DESTINATION /usr/bin/)
++install(TARGETS komorebi-wallpaper-creator RUNTIME DESTINATION /usr/bin/)
+ 
+ 
+ ######### Wallpapers ############
+-install(DIRECTORY data/Wallpapers/ DESTINATION /System/Resources/Komorebi)
++install(DIRECTORY data/Wallpapers/ DESTINATION /usr/share/komorebi)
+ 
+ 
+ ######### Fonts ############
+ install(DIRECTORY data/Fonts/ DESTINATION /usr/share/fonts)
+ 
+ ######### Icons ############
+-install(DIRECTORY data/Icons/ DESTINATION /System/Resources/Komorebi)
++install(DIRECTORY data/Icons/ DESTINATION /usr/share/komorebi)
+ 
+ ######### Other ############
+ install(FILES data/Other/komorebi.desktop DESTINATION /usr/share/applications/)
diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 00000000000..ed6687696d7
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,13 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.1
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="vala-devel gtk+3-devel libgee08-devel clutter-gtk-devel clutter-devel webkit2gtk-devel clutter-gst3-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/cheesecakeufo/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=66ee2fe21e16c3f9c18b824fa88a8b726812b1fdd81217cb53f7dad8d6dbae0f

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

* Re: New package: komorebi-2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
  2021-01-14  4:13 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-14  4:49 ` FollieHiyuki
  2021-01-14  5:25 ` kawaiiamber
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: FollieHiyuki @ 2021-01-14  4:49 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#issuecomment-759923596

Comment:
The original repo doesn't get developed anymore.
Maybe switch to this fork: https://github.com/Komorebi-Fork/komorebi

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

* Re: New package: komorebi-2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
  2021-01-14  4:13 ` [PR PATCH] [Updated] " kawaiiamber
  2021-01-14  4:49 ` FollieHiyuki
@ 2021-01-14  5:25 ` kawaiiamber
  2021-01-14  5:53 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  5:25 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#issuecomment-759934556

Comment:
Does void generally allow forks? Also, this app might be considered "complete" in the sense that no more updating is needed to do what it's purpose is. That fork uses `meson`, not gonna lie, I've never heard of meson. I might try patching this template, but this fork idea seems interesting. What do you think? (Thanks for the idea, too :) )

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

* Re: [PR PATCH] [Updated] New package: komorebi-2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (2 preceding siblings ...)
  2021-01-14  5:25 ` kawaiiamber
@ 2021-01-14  5:53 ` kawaiiamber
  2021-01-14  5:54 ` kawaiiamber
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  5:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From 75c8752b9e835f6b564ebcee342754c4d7d0161e Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.2.1

---
 log.txt                   | 51 +++++++++++++++++++++++++++++++++++++++
 srcpkgs/komorebi/template | 13 ++++++++++
 2 files changed, 64 insertions(+)
 create mode 100644 log.txt
 create mode 100644 srcpkgs/komorebi/template

diff --git a/log.txt b/log.txt
new file mode 100644
index 00000000000..50142c0aa8b
--- /dev/null
+++ b/log.txt
@@ -0,0 +1,51 @@
+=> xbps-src: updating repositories for host (x86_64-musl)...
+[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
+[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
+[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
+=> xbps-src: updating repositories for target (aarch64-musl)...
+[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/aarch64-musl-repodata' ...
+[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/nonfree/aarch64-musl-repodata' ...
+[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/aarch64/debug/aarch64-musl-repodata' ...
+=> xbps-src: updating software in / masterdir...
+=> xbps-src: cleaning up / masterdir...
+=> komorebi-2.1_1: removing autodeps, please wait...
+=> komorebi-2.1_1: removing autocrossdeps, please wait...
+=> komorebi-2.1_1: building [cmake] for aarch64-musl...
+   [host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current/musl)
+   [host] cmake-3.19.2_1: found (https://alpha.de.repo.voidlinux.org/current/musl)
+   [target] vala-devel-0.50.0_2: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+   [target] gtk+3-devel-3.24.24_1: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+   [target] libgee08-devel-0.20.3_1: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+   [target] clutter-gtk-devel-1.8.4_4: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+   [target] clutter-devel-1.26.4_1: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+   [target] webkit2gtk-devel-2.30.4_2: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+   [target] clutter-gst3-devel-3.0.27_2: found (https://alpha.de.repo.voidlinux.org/current/aarch64)
+=> komorebi-2.1_1: installing host dependencies: pkg-config-0.29.2_2 cmake-3.19.2_1 ...
+=> komorebi-2.1_1: installing target dependencies: vala-devel-0.50.0_2 gtk+3-devel-3.24.24_1 libgee08-devel-0.20.3_1 clutter-gtk-devel-1.8.4_4 clutter-devel-1.26.4_1 webkit2gtk-devel-2.30.4_2 clutter-gst3-devel-3.0.27_2 ...
+=> komorebi-2.1_1: running pre-configure hook: 00-gnu-configure-asneeded ...
+=> komorebi-2.1_1: running pre-configure hook: 01-override-config ...
+=> komorebi-2.1_1: running pre-configure hook: 02-script-wrapper ...
+=> komorebi-2.1_1: running do_configure ...
+CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
+  Compatibility with CMake < 2.8.12 will be removed from a future version of
+  CMake.
+
+  Update the VERSION argument <min> value or use a ...<max> suffix to tell
+  CMake that the project does not need compatibility with older versions.
+
+
+-- checking for a minimum Vala version of 0.16
+CMake Error at cmake/ValaVersion.cmake:82 (if):
+  if given arguments:
+
+    "VERSION_GREATER" "0.16" "OR" "VERSION_EQUAL" "0.16"
+
+  Unknown arguments specified
+Call Stack (most recent call first):
+  CMakeLists.txt:26 (ensure_vala_version)
+
+
+-- Configuring incomplete, errors occurred!
+See also "/builddir/komorebi-2.1/build/CMakeFiles/CMakeOutput.log".
+=> ERROR: komorebi-2.1_1: do_configure: 'CFLAGS="${CFLAGS/ -pipe / }" CXXFLAGS="${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} $(echo ${cmake_builddir}|sed 			-e 's|[^/]$|/|' -e 's|[^/]*||g' -e 's|/|../|g')' exited with 1
+=> ERROR:   in do_configure() at common/build-style/cmake.sh:66
diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 00000000000..bf1826d5ddc
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,13 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.2.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="vala-devel gtk+3-devel libgee08-devel clutter-gtk-devel clutter-devel webkit2gtk-devel clutter-gst3-devel glib-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Komorebi-Fork/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4074751825cf031cca63c647372494446dab2492e8311ff439785527b3518c5b

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

* Re: New package: komorebi-2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (3 preceding siblings ...)
  2021-01-14  5:53 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-14  5:54 ` kawaiiamber
  2021-01-14  5:55 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  5:54 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#issuecomment-759943946

Comment:
Thanks @FollieHiyuki for the fork link! I think this one will be easier to maintain. I also noticed this is the one that the AUR uses.

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

* Re: [PR PATCH] [Updated] New package: komorebi-2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (4 preceding siblings ...)
  2021-01-14  5:54 ` kawaiiamber
@ 2021-01-14  5:55 ` kawaiiamber
  2021-01-14  6:06 ` [PR PATCH] [Updated] New package: komorebi-2.2.1 kawaiiamber
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From 788755bef9f31dbbfd763617a9ddc197304caac6 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.2.1

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

diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 00000000000..bf1826d5ddc
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,13 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.2.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="vala-devel gtk+3-devel libgee08-devel clutter-gtk-devel clutter-devel webkit2gtk-devel clutter-gst3-devel glib-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Komorebi-Fork/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4074751825cf031cca63c647372494446dab2492e8311ff439785527b3518c5b

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

* Re: [PR PATCH] [Updated] New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (5 preceding siblings ...)
  2021-01-14  5:55 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-14  6:06 ` kawaiiamber
  2021-01-19  8:52 ` kawaiiamber
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-14  6:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From 466b2859941446344d9eca3adbaa739d20814080 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.2.1

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

diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 00000000000..26640d117f7
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,14 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.2.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="vala-devel gtk+3-devel libgee08-devel clutter-gtk-devel clutter-devel webkit2gtk-devel clutter-gst3-devel glib-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Komorebi-Fork/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4074751825cf031cca63c647372494446dab2492e8311ff439785527b3518c5b
+nocross="valac command not available on cross arch"

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

* Re: [PR PATCH] [Updated] New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (6 preceding siblings ...)
  2021-01-14  6:06 ` [PR PATCH] [Updated] New package: komorebi-2.2.1 kawaiiamber
@ 2021-01-19  8:52 ` kawaiiamber
  2021-03-12 23:09 ` kawaiiamber
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-01-19  8:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From a1646ee59e569a02cedc0f7a68a78f6c4c766f49 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.2.1

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

diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 00000000000..4726d190a7b
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,17 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.2.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="vala-devel gtk+3-devel libgee08-devel clutter-gtk-devel clutter-devel webkit2gtk-devel clutter-gst3-devel glib-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Komorebi-Fork/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4074751825cf031cca63c647372494446dab2492e8311ff439785527b3518c5b
+
+if [ "${CROSS_BUILD}" ]; then
+	hostmakedepends+=" vala glib-devel"
+fi

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

* Re: [PR PATCH] [Updated] New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (7 preceding siblings ...)
  2021-01-19  8:52 ` kawaiiamber
@ 2021-03-12 23:09 ` kawaiiamber
  2021-03-12 23:10 ` [PR REVIEW] " kawaiiamber
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-03-12 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages komorebi
https://github.com/void-linux/void-packages/pull/27912

New package: komorebi-2.2.1
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

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

From 9bcbb030484ae4072f944d0e87f51d0c5b046162 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Wed, 13 Jan 2021 20:55:06 -0700
Subject: [PATCH] New package: komorebi-2.2.1

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

diff --git a/srcpkgs/komorebi/template b/srcpkgs/komorebi/template
new file mode 100644
index 000000000000..e7a2b2273731
--- /dev/null
+++ b/srcpkgs/komorebi/template
@@ -0,0 +1,14 @@
+# Template file for 'komorebi'
+pkgname=komorebi
+version=2.2.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="vala-devel gtk+3-devel libgee08-devel clutter-gtk-devel
+clutter-devel webkit2gtk-devel clutter-gst3-devel glib-devel"
+short_desc="Beautiful and customizable wallpapers manager for Linux"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Komorebi-Fork/komorebi"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=4074751825cf031cca63c647372494446dab2492e8311ff439785527b3518c5b

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

* Re: [PR REVIEW] New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (8 preceding siblings ...)
  2021-03-12 23:09 ` kawaiiamber
@ 2021-03-12 23:10 ` kawaiiamber
  2021-03-12 23:10 ` kawaiiamber
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-03-12 23:10 UTC (permalink / raw)
  To: ml

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

New review comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#discussion_r593500244

Comment:
Ah, I see. Thanks for the heads up! Added to `hostmakedepends` unconditionally!

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

* Re: [PR REVIEW] New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (9 preceding siblings ...)
  2021-03-12 23:10 ` [PR REVIEW] " kawaiiamber
@ 2021-03-12 23:10 ` kawaiiamber
  2021-03-12 23:13 ` kawaiiamber
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-03-12 23:10 UTC (permalink / raw)
  To: ml

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

New review comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#discussion_r593500348

Comment:
Ah, ok - done

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

* Re: New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (10 preceding siblings ...)
  2021-03-12 23:10 ` kawaiiamber
@ 2021-03-12 23:13 ` kawaiiamber
  2022-05-02  2:16 ` github-actions
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2021-03-12 23:13 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#issuecomment-797807707

Comment:
The package works well. Doing some further testing - videos do not work. However, this is not the fault of this package, the `webkit2gtk` (and most likely `gstreamer1`) package is broken: see [here](https://github.com/void-linux/void-packages/issues/25852).

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

* Re: New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (11 preceding siblings ...)
  2021-03-12 23:13 ` kawaiiamber
@ 2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  2022-05-17  9:07 ` kawaiiamber
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-05-02  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#issuecomment-1114433266

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (12 preceding siblings ...)
  2022-05-02  2:16 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  2022-05-17  9:07 ` kawaiiamber
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: komorebi-2.2.1
https://github.com/void-linux/void-packages/pull/27912

Description:
Upstream says they haven't had time to fix CMakeLists.txt, so I added a patch. I'll make PR upstream as well later to fix it.

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

* Re: New package: komorebi-2.2.1
  2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
                   ` (13 preceding siblings ...)
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
@ 2022-05-17  9:07 ` kawaiiamber
  14 siblings, 0 replies; 16+ messages in thread
From: kawaiiamber @ 2022-05-17  9:07 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27912#issuecomment-1128615059

Comment:
bump

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

end of thread, other threads:[~2022-05-17  9:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14  3:57 [PR PATCH] New package: komorebi-2.1 kawaiiamber
2021-01-14  4:13 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-14  4:49 ` FollieHiyuki
2021-01-14  5:25 ` kawaiiamber
2021-01-14  5:53 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-14  5:54 ` kawaiiamber
2021-01-14  5:55 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-14  6:06 ` [PR PATCH] [Updated] New package: komorebi-2.2.1 kawaiiamber
2021-01-19  8:52 ` kawaiiamber
2021-03-12 23:09 ` kawaiiamber
2021-03-12 23:10 ` [PR REVIEW] " kawaiiamber
2021-03-12 23:10 ` kawaiiamber
2021-03-12 23:13 ` kawaiiamber
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
2022-05-17  9:07 ` kawaiiamber

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