Github messages for voidlinux
 help / color / mirror / Atom feed
From: phossil <phossil@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package Request: libadwaita-qt and adwaita-qt-devel
Date: Fri, 09 Apr 2021 04:27:31 +0200	[thread overview]
Message-ID: <20210409022731.jSI3dwUTiN-0GsjslUGIbWXDLhergMc2uDT6rZewNI8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-30099@inbox.vuxu.org>

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

New comment by phossil on void-packages repository

https://github.com/void-linux/void-packages/issues/30099#issuecomment-816356156

Comment:
I'm basing the changes for adwaita-qt from the [Fedora spec file](https://src.fedoraproject.org/rpms/adwaita-qt/raw/f33/f/adwaita-qt.spec).
```bash
# Template file for 'QGnomePlatform'
pkgname=QGnomePlatform
version=0.7.1
revision=1
build_style=qmake
makedepends="gtk+3-devel qt5-wayland-devel adwaita-qt-devel"
short_desc="QTPlatformTheme for better GNOME integration"
maintainer="Phosu Parsons <founderofjp@gmail.com>"
license="LGPL-2.1-or-later"
homepage="https://github.com/FedoraQt/QGnomePlatform"
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
checksum=f479ea5ca28108bc6b66e6790c35831d0e359b709db93f49d1b7015d25335eb9
```
```bash
# Template file for 'adwaita-qt'
pkgname=adwaita-qt
version=1.2.1
revision=2
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="qt5-devel qt5-x11extras-devel"
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"
	shlib_provides="libadwaitaqt.so.${version} libadwaitaqtpriv.so.${version}"
	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
	}
}
```

  parent reply	other threads:[~2021-04-09  2:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-08 22:24 [ISSUE] Package Request: adwaita-qt-devel phossil
2021-04-09  0:49 ` Package Request: libadwaita-qt and adwaita-qt-devel ericonr
2021-04-09  1:05 ` phossil
2021-04-09  1:06 ` phossil
2021-04-09  2:12 ` ericonr
2021-04-09  2:27 ` phossil [this message]
2021-04-09 11:06 ` sgn
2021-04-09 16:44 ` Chocimier
2021-04-09 16:45 ` Chocimier

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=20210409022731.jSI3dwUTiN-0GsjslUGIbWXDLhergMc2uDT6rZewNI8@z \
    --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).