Github messages for voidlinux
 help / color / mirror / Atom feed
From: ale-saglia <ale-saglia@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: hello-kde-1.4.0
Date: Sat, 08 Aug 2020 15:20:56 +0200	[thread overview]
Message-ID: <20200808132056.tIzz8pZDZThcAtY5FsGDb1NncKuf6ZOoLLxfHnIRdhY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24141@inbox.vuxu.org>

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

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

https://github.com/ale-saglia/void-packages hello-kde-branch
https://github.com/void-linux/void-packages/pull/24141

New package: hello-kde-1.4.0
Hello, I create a template for hello, the KDE theme (https://github.com/n4n0GH/hello).
Actually I'm not sure if the name is correct since differs from the repo name but IMHO naming just hello would be a little generic, so I follow the AUR naming to make it  more clear.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hello-kde-branch-24141.patch --]
[-- Type: text/x-diff, Size: 2116 bytes --]

From 9bc2d7da378a0d4bdff39fc109de7473d1a0bfc6 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 14:14:54 +0200
Subject: [PATCH 1/2] common/shlibs: add missing kwin libs

---
 common/shlibs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/shlibs b/common/shlibs
index b10eae70847..fc4c677309d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3981,3 +3981,5 @@ libcglm.so.0 cglm-0.7.6_1
 libfcft.so.3 fcft-2.2.2_1
 libaml.so.0 aml-0.1.0_1
 libneatvnc.so.0 neatvnc-0.2.0_1
+libkwineffects.so.12 kwin-5.19.4_1 
+libkwinglutils.so.12 kwin-5.19.4_1

From 6d24604241b5b7b171535f077e80d7798efb104a Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 15:16:20 +0200
Subject: [PATCH 2/2] New package: hello-kde-1.4.0

---
 srcpkgs/hello-kde/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/hello-kde/template

diff --git a/srcpkgs/hello-kde/template b/srcpkgs/hello-kde/template
new file mode 100644
index 00000000000..cebfa93a14d
--- /dev/null
+++ b/srcpkgs/hello-kde/template
@@ -0,0 +1,24 @@
+# Template file for 'hello-kde'
+pkgname=hello-kde
+version=1.4.0
+revision=1
+wrksrc=hello-${version}
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext plasma-framework pkg-config"
+makedepends="plasma-framework-devel libSM-devel kinit-devel kdeclarative-devel
+ki18n-devel kinit-devel xcb-util-cursor-devel xcb-util-image-devel qt5-qmake
+xcb-util-renderutil-devel xcb-util-wm-devel kwin-devel qt5-host-tools"
+depends="kwin"
+short_desc="Hello, the complete KDE theme"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://https://github.com/n4n0GH/hello"
+distfiles="https://github.com/n4n0GH/hello/archive/v${version}.tar.gz"
+checksum=9a1799725f221c89fa7bffda77053a5957c870c18414c4d998e4aa40f6ade0ae
+
+post_install() {
+	mkdir --parents ${DESTDIR}/usr/lib/qt5/plugins/kwin/effects
+	mv ${DESTDIR}/kwin/effects/  ${DESTDIR}/usr/lib/qt5/plugins/kwin/effects
+
+	mv ${DESTDIR}/kwin ${DESTDIR}/usr/share/kwin
+}

  reply	other threads:[~2020-08-08 13:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-08 13:02 [PR PATCH] Hello kde branch ale-saglia
2020-08-08 13:20 ` ale-saglia [this message]
2020-08-08 13:29 ` [PR PATCH] [Updated] New package: hello-kde-1.4.0 ale-saglia
2021-11-06 23:50 ` [PR PATCH] [Closed]: " abenson

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=20200808132056.tIzz8pZDZThcAtY5FsGDb1NncKuf6ZOoLLxfHnIRdhY@z \
    --to=ale-saglia@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).