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

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