From a8fd17674d7b5b599ff45a749f6825fb650eb35f Mon Sep 17 00:00:00 2001 From: KawaiiAmber 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 " +license="GPL-3.0-or-later" +homepage="https://github.com/cheesecakeufo/komorebi" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=66ee2fe21e16c3f9c18b824fa88a8b726812b1fdd81217cb53f7dad8d6dbae0f