Github messages for voidlinux
 help / color / mirror / Atom feed
From: Idesmi <Idesmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Maui
Date: Tue, 05 Apr 2022 19:14:31 +0200	[thread overview]
Message-ID: <20220405171431.oXv1T_VcbHstKl61BKc-hokvJ3cdLztDF4rh_pOATEM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36524@inbox.vuxu.org>

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

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

https://github.com/Idesmi/void-packages maui
https://github.com/void-linux/void-packages/pull/36524

Maui
WIP for the Maui collection of framework and applications

Answers request #34714

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maui-36524.patch --]
[-- Type: text/x-diff, Size: 6731 bytes --]

From 5b2a376d1874c8d0f2b290bfa34e7010851f452b Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 4 Apr 2022 10:10:31 +0200
Subject: [PATCH 1/3] New package: mauikit-2.1.1

---
 common/shlibs            |  1 +
 srcpkgs/mauikit-devel    |  1 +
 srcpkgs/mauikit/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/mauikit-devel
 create mode 100644 srcpkgs/mauikit/template

diff --git a/common/shlibs b/common/shlibs
index e7af88140d1a..f0ea493c2fdd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4146,3 +4146,4 @@ librz_search.so.0.3.4 rizin-0.3.4_1
 librz_bin.so.0.3.4 rizin-0.3.4_1
 libaravis-0.8.so.0 libaravis-0.8.21_1
 libLimeSuite.so.20.10-1 LimeSuite-20.10.0_1
+libMauiKit.so mauikit-2.1.1_1
diff --git a/srcpkgs/mauikit-devel b/srcpkgs/mauikit-devel
new file mode 120000
index 000000000000..2573980f40fd
--- /dev/null
+++ b/srcpkgs/mauikit-devel
@@ -0,0 +1 @@
+mauikit
\ No newline at end of file
diff --git a/srcpkgs/mauikit/template b/srcpkgs/mauikit/template
new file mode 100644
index 000000000000..334621e49a8f
--- /dev/null
+++ b/srcpkgs/mauikit/template
@@ -0,0 +1,23 @@
+# Template file for 'mauikit'
+pkgname=mauikit
+version=2.1.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext qt5-qmake"
+makedepends="qt5-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-svg-devel kirigami2-devel ki18n-devel kcoreaddons-devel knotifications-devel kconfig-devel kwindowsystem-devel qt5-x11extras-devel xcb-util-wm-devel"
+depends="kirigami2"
+short_desc="Convergent controls and multi-platform utilities for Maui applications"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://mauikit.org"
+distfiles="${KDE_SITE}/maui/mauikit/${version}/mauikit-${version}.tar.xz"
+checksum=4a771d0d488086391910f2e8b20307116069ba55577d18b35fdbdc4e50b9e9c5
+
+mauikit-devel_package() {
+	short_desc="Headers to build components based on the MauKit framework"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+	}
+}

From ff25be9548265c0c692e255f576ca44aca49eec2 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 4 Apr 2022 10:46:43 +0200
Subject: [PATCH 2/3] New package: mauikit-filebrowsing-2.1.1

---
 common/shlibs                         |  1 +
 srcpkgs/mauikit-filebrowsing-devel    |  1 +
 srcpkgs/mauikit-filebrowsing/template | 23 +++++++++++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 120000 srcpkgs/mauikit-filebrowsing-devel
 create mode 100644 srcpkgs/mauikit-filebrowsing/template

diff --git a/common/shlibs b/common/shlibs
index f0ea493c2fdd..6a24fa0afbf7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4147,3 +4147,4 @@ librz_bin.so.0.3.4 rizin-0.3.4_1
 libaravis-0.8.so.0 libaravis-0.8.21_1
 libLimeSuite.so.20.10-1 LimeSuite-20.10.0_1
 libMauiKit.so mauikit-2.1.1_1
+libMauiKitFileBrowsing.so.2 mauikit-filebrowsing-2.1.1_1
diff --git a/srcpkgs/mauikit-filebrowsing-devel b/srcpkgs/mauikit-filebrowsing-devel
new file mode 120000
index 000000000000..e11e27452b71
--- /dev/null
+++ b/srcpkgs/mauikit-filebrowsing-devel
@@ -0,0 +1 @@
+mauikit-filebrowsing
\ No newline at end of file
diff --git a/srcpkgs/mauikit-filebrowsing/template b/srcpkgs/mauikit-filebrowsing/template
new file mode 100644
index 000000000000..cce26ba5428a
--- /dev/null
+++ b/srcpkgs/mauikit-filebrowsing/template
@@ -0,0 +1,23 @@
+# Template file for 'mauikit-filebrowsing'
+pkgname=mauikit-filebrowsing
+version=2.1.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext qt5-qmake"
+makedepends="qt5-declarative-devel qt5-devel kio-devel kconfig-devel ki18n-devel kcoreaddons-devel mauikit-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="MauiKit Framework to work with local and remote files"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://mauikit.org"
+distfiles="${KDE_SITE}/maui/mauikit-filebrowsing/${version}/mauikit-filebrowsing-${version}.tar.xz"
+checksum=daee19e3df3f04a701c7319d9c27d2828146fd9aed3c3897c652781286e72ccc
+
+mauikit-filebrowsing-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+		vmove usr/lib/libMauiKitFileBrowsing.so
+	}
+}

From 320b9384dda2b1e385eb55160c9ca04501e47b6d Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Mon, 4 Apr 2022 22:57:46 +0200
Subject: [PATCH 3/3] New package: maui-shell-0.5.0

---
 srcpkgs/maui-shell-devel    |  1 +
 srcpkgs/maui-shell/template | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 120000 srcpkgs/maui-shell-devel
 create mode 100644 srcpkgs/maui-shell/template

diff --git a/srcpkgs/maui-shell-devel b/srcpkgs/maui-shell-devel
new file mode 120000
index 000000000000..9b0e84432313
--- /dev/null
+++ b/srcpkgs/maui-shell-devel
@@ -0,0 +1 @@
+maui-shell
\ No newline at end of file
diff --git a/srcpkgs/maui-shell/template b/srcpkgs/maui-shell/template
new file mode 100644
index 000000000000..64e29f43347d
--- /dev/null
+++ b/srcpkgs/maui-shell/template
@@ -0,0 +1,31 @@
+# Template file for 'maui-shell'
+pkgname=maui-shell
+version=0.5.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules gettext pkg-config"
+makedepends="qt5-declarative-devel qt5-devel qt5-svg-devel
+qt5-quickcontrols2-devel qt5-wayland-devel ki18n-devel kconfig-devel
+kservice-devel mauikit-devel mauikit-filebrowsing-devel krunner-devel
+knotifications-devel knotifyconfig-devel kdesu-devel kwallet-devel
+kidletime-devel kdeclarative-devel kglobalaccel-devel kwayland-devel
+kpeople-devel kactivities5-stats-devel kactivities5-devel kio-devel prison-devel
+kpackage-devel kiconthemes-devel kunitconversion-devel kitemmodels-devel
+kinit-devel ktexteditor-devel kdoctools-devel kcrash-devel kdbusaddons-devel
+kcoreaddons-devel karchive-devel fontconfig-devel phonon-qt5-devel kded-devel"
+depends="bluedevil kirigami2 plasma-nm plasma-pa plasma-framework"
+short_desc="Convergent shell for desktops, tablets, and phones"
+maintainer="Enrico Belleri <idesmi@protonmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://nxos.org"
+distfiles="https://github.com/Nitrux/${pkgname}/archive/refs/tags/v${version}.tar.gz"
+checksum=a1ce89a3f94d80b6f0a7fe392458803968369ae7ff954d46bafba0b603e0bf4d
+
+maui-shell-devel_package() {
+	short_desc="Development files for mauikit-shell"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/cmake
+	}
+}

  parent reply	other threads:[~2022-04-05 17:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 21:18 [PR PATCH] Maui Idesmi
2022-04-04 21:19 ` [PR PATCH] [Updated] Maui Idesmi
2022-04-05  8:49 ` Maui paper42
2022-04-05  8:52 ` [PR REVIEW] Maui paper42
2022-04-05  8:52 ` paper42
2022-04-05 12:05 ` Maui Idesmi
2022-04-05 14:44 ` Maui paper42
2022-04-05 16:28 ` [PR PATCH] [Updated] Maui Idesmi
2022-04-05 16:31 ` Idesmi
2022-04-05 16:50 ` Idesmi
2022-04-05 17:14 ` Idesmi [this message]
2022-04-05 21:31 ` Idesmi
2022-04-05 21:53 ` Idesmi
2022-04-06  9:16 ` Idesmi
2022-04-06 20:13 ` Idesmi
2022-04-09 14:15 ` Maui Idesmi
2022-04-09 14:30 ` Maui Idesmi
2022-04-24 17:33 ` Maui Idesmi
2022-04-24 17:34 ` [PR PATCH] [Updated] Maui Idesmi
2022-04-24 18:42 ` Idesmi
2022-05-17 20:33 ` Idesmi
2022-05-17 20:47 ` Idesmi
2022-05-17 21:18 ` Idesmi
2022-05-18  9:23 ` Idesmi
2022-05-18 10:14 ` Idesmi
2022-06-30 15:29 ` Idesmi
2022-09-29  2:14 ` Maui github-actions
2022-10-13  2:15 ` [PR PATCH] [Closed]: Maui github-actions

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=20220405171431.oXv1T_VcbHstKl61BKc-hokvJ3cdLztDF4rh_pOATEM@z \
    --to=idesmi@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).