Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Hello kde branch
@ 2020-08-08 13:02 ale-saglia
  2020-08-08 13:20 ` [PR PATCH] [Updated] New package: hello-kde-1.4.0 ale-saglia
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ale-saglia @ 2020-08-08 13:02 UTC (permalink / raw)
  To: ml

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

There is a new 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

Hello kde branch
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 a little 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: 2114 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 8151f031bd688e799ae0d2ab75d217b78907adcd Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 14:59:36 +0200
Subject: [PATCH 2/2] New package: hello-kde-1.4.0

---
 srcpkgs/hello-kde/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 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..ac29d2ea490
--- /dev/null
+++ b/srcpkgs/hello-kde/template
@@ -0,0 +1,25 @@
+# Template file for 'hello-kde'
+pkgname=hello-kde
+version=1.4.0
+revision=1
+wrksrc=hello-${version}
+#archs="i686 x86_64"
+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
+xcb-util-renderutil-devel xcb-util-wm-devel kwin-devel"
+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
+}

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

* Re: [PR PATCH] [Updated] New package: hello-kde-1.4.0
  2020-08-08 13:02 [PR PATCH] Hello kde branch ale-saglia
@ 2020-08-08 13:20 ` ale-saglia
  2020-08-08 13:29 ` ale-saglia
  2021-11-06 23:50 ` [PR PATCH] [Closed]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: ale-saglia @ 2020-08-08 13:20 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: hello-kde-1.4.0
  2020-08-08 13:02 [PR PATCH] Hello kde branch ale-saglia
  2020-08-08 13:20 ` [PR PATCH] [Updated] New package: hello-kde-1.4.0 ale-saglia
@ 2020-08-08 13:29 ` ale-saglia
  2021-11-06 23:50 ` [PR PATCH] [Closed]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: ale-saglia @ 2020-08-08 13:29 UTC (permalink / raw)
  To: ml

[-- 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: 2118 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 a0cb0227200a2e98e4528410b2e934d6cf534a77 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 15:28:33 +0200
Subject: [PATCH 2/2] New package: hello-kde-1.4.0

---
 srcpkgs/hello-kde/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 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..9d83828d34a
--- /dev/null
+++ b/srcpkgs/hello-kde/template
@@ -0,0 +1,25 @@
+# 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
+qt5-qmake qt5-host-tools"
+makedepends="plasma-framework-devel libSM-devel kinit-devel kdeclarative-devel
+ki18n-devel kinit-devel xcb-util-cursor-devel xcb-util-image-devel
+xcb-util-renderutil-devel xcb-util-wm-devel kwin-devel"
+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
+}

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

* Re: [PR PATCH] [Closed]: New package: hello-kde-1.4.0
  2020-08-08 13:02 [PR PATCH] Hello kde branch ale-saglia
  2020-08-08 13:20 ` [PR PATCH] [Updated] New package: hello-kde-1.4.0 ale-saglia
  2020-08-08 13:29 ` ale-saglia
@ 2021-11-06 23:50 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2021-11-06 23:50 UTC (permalink / raw)
  To: ml

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

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

New package: hello-kde-1.4.0
https://github.com/void-linux/void-packages/pull/24141

Description:
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.

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

end of thread, other threads:[~2021-11-06 23:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 13:02 [PR PATCH] Hello kde branch ale-saglia
2020-08-08 13:20 ` [PR PATCH] [Updated] New package: hello-kde-1.4.0 ale-saglia
2020-08-08 13:29 ` ale-saglia
2021-11-06 23:50 ` [PR PATCH] [Closed]: " abenson

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