Github messages for voidlinux
 help / color / mirror / Atom feed
From: kawaiiamber <kawaiiamber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: komorebi-2.1
Date: Thu, 14 Jan 2021 05:13:04 +0100	[thread overview]
Message-ID: <20210114041304.NX6TLldrqgnL6ToG9GFuOSZ0iT5ArFVDfW_LQmY3Vug@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27912@inbox.vuxu.org>

[-- 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

  reply	other threads:[~2021-01-14  4:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-14  3:57 [PR PATCH] " kawaiiamber
2021-01-14  4:13 ` kawaiiamber [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210114041304.NX6TLldrqgnL6ToG9GFuOSZ0iT5ArFVDfW_LQmY3Vug@z \
    --to=kawaiiamber@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).