Github messages for voidlinux
 help / color / mirror / Atom feed
From: phossil <phossil@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New packages: libadwaita-qt adwaita-qt-devel
Date: Sat, 10 Apr 2021 07:13:12 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30117@inbox.vuxu.org> (raw)

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

There is a new pull request by phossil against master on the void-packages repository

https://github.com/phossil/void-packages adwaita-qt
https://github.com/void-linux/void-packages/pull/30117

New packages: libadwaita-qt adwaita-qt-devel
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
- See [Package Request](https://github.com/void-linux/void-packages/issues/30099) for details.

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
  - [x] aarch64

#### changes made
- subpackages were added to `adwaita-qt`
- two libraries were added to `common/shlibs`

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

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

From 0c5b6e90b39e11eeadb11f7c737d339829f32b65 Mon Sep 17 00:00:00 2001
From: Phosu Parsons <38191182+phossil@users.noreply.github.com>
Date: Fri, 9 Apr 2021 15:49:55 -0500
Subject: [PATCH] New packages: libadwaita-qt adwaita-qt-devel

---
 common/shlibs               |  2 ++
 srcpkgs/adwaita-qt-devel    |  1 +
 srcpkgs/adwaita-qt/template | 22 +++++++++++++++++++++-
 srcpkgs/libadwaita-qt       |  1 +
 4 files changed, 25 insertions(+), 1 deletion(-)
 create mode 120000 srcpkgs/adwaita-qt-devel
 create mode 120000 srcpkgs/libadwaita-qt

diff --git a/common/shlibs b/common/shlibs
index 296b93e5f22b..958e475a0ce8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3967,3 +3967,5 @@ libmd.so.0 libmd-1.0.3_1
 libldacBT_abr.so.2 ldacBT-2.0.2.3_1
 libldacBT_enc.so.2 ldacBT-2.0.2.3_1
 libgumbo.so.1 gumbo-parser-0.10.1_2
+libadwaitaqt.so.1 libadwaita-qt-1.2.1_2
+libadwaitaqtpriv.so.1 libadwaita-qt-1.2.1_2
diff --git a/srcpkgs/adwaita-qt-devel b/srcpkgs/adwaita-qt-devel
new file mode 120000
index 000000000000..b3dd98903e7a
--- /dev/null
+++ b/srcpkgs/adwaita-qt-devel
@@ -0,0 +1 @@
+adwaita-qt
\ No newline at end of file
diff --git a/srcpkgs/adwaita-qt/template b/srcpkgs/adwaita-qt/template
index 08752a9a660c..3bc1c0c28a68 100644
--- a/srcpkgs/adwaita-qt/template
+++ b/srcpkgs/adwaita-qt/template
@@ -1,13 +1,33 @@
 # Template file for 'adwaita-qt'
 pkgname=adwaita-qt
 version=1.2.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake"
 makedepends="qt5-devel qt5-x11extras-devel"
+depends="libadwaita-qt"
 short_desc="Style to bend Qt applications to look like they belong into GNOME Shell"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/FedoraQt/adwaita-qt"
 distfiles="https://github.com/FedoraQt/adwaita-qt/archive/${version}.tar.gz"
 checksum=0673586fe37469eb826be821b3f2c12f055e99a6ca0a8377cfa06b123543ae56
+
+libadwaita-qt_package() {
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+adwaita-qt-devel_package() {
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove usr/lib/cmake
+		vmove usr/lib/pkgconfig
+	}
+}
diff --git a/srcpkgs/libadwaita-qt b/srcpkgs/libadwaita-qt
new file mode 120000
index 000000000000..b3dd98903e7a
--- /dev/null
+++ b/srcpkgs/libadwaita-qt
@@ -0,0 +1 @@
+adwaita-qt
\ No newline at end of file

             reply	other threads:[~2021-04-10  5:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-10  5:13 phossil [this message]
2021-04-10 10:17 ` Chocimier
2021-04-10 11:35 ` paper42
2021-04-10 11:51 ` Chocimier
2021-04-10 12:34 ` paper42
2021-04-10 19:44 ` [PR PATCH] [Updated] adwaita-qt: split libadwaita-qt and adwaita-qt-devel phossil
2021-04-12 15:41 ` Chocimier
2022-05-17  2:15 ` github-actions
2022-06-01  2:14 ` [PR PATCH] [Closed]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30117@inbox.vuxu.org \
    --to=phossil@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).