Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] libadwaita, gi-docgen
@ 2021-05-24 23:15 paper42
  2021-05-31 22:17 ` [PR PATCH] [Updated] " paper42
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: paper42 @ 2021-05-24 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libadwaita
https://github.com/void-linux/void-packages/pull/31102

[NOMERGE] libadwaita, gi-docgen
<!-- Mark items with [x] where applicable -->

#### General
- [x] 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)

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

libadwaita needs to wait for a release
gi-docgen is a documentation generator for GObject-based libraries, it will replace gtk-doc in some projects

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

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

From 75c46b7c08389cb488b7a68b0fc59026e50183ac Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 25 May 2021 00:28:46 +0200
Subject: [PATCH 1/4] New package: python3-smartypants-2.0.1

---
 srcpkgs/python3-smartypants/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-smartypants/template

diff --git a/srcpkgs/python3-smartypants/template b/srcpkgs/python3-smartypants/template
new file mode 100644
index 000000000000..703954559d76
--- /dev/null
+++ b/srcpkgs/python3-smartypants/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-smartypants'
+pkgname=python3-smartypants
+version=2.0.1
+revision=1
+wrksrc="smartypants.py-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-docutils"
+depends="python3"
+short_desc="Python with the SmartyPants"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="BSD-3-Clause"
+homepage="https://github.com/leohemsted/smartypants.py/"
+distfiles="https://github.com/leohemsted/smartypants.py/archive/refs/tags/v$version.tar.gz"
+checksum=b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773

From e3454a81411efa7a849d5a634242301532fedfb7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 25 May 2021 00:28:53 +0200
Subject: [PATCH 2/4] New package: python3-typogrify-2.0.7

---
 srcpkgs/python3-typogrify/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-typogrify/template

diff --git a/srcpkgs/python3-typogrify/template b/srcpkgs/python3-typogrify/template
new file mode 100644
index 000000000000..94274c68604a
--- /dev/null
+++ b/srcpkgs/python3-typogrify/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-typogrify'
+pkgname=python3-typogrify
+version=2.0.7
+revision=1
+wrksrc="typogrify-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-smartypants"
+short_desc="Filters to enhance web typography"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="BSD-3-Clause"
+homepage="https://github.com/mintchaos/typogrify"
+distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
+checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
+make_check=no # conflicting dependencies

From 7a3fefa44d581363346c5954511f4915f3f7f737 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 25 May 2021 00:29:00 +0200
Subject: [PATCH 3/4] New package: gi-docgen-2021.5

---
 srcpkgs/gi-docgen/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/gi-docgen/template

diff --git a/srcpkgs/gi-docgen/template b/srcpkgs/gi-docgen/template
new file mode 100644
index 000000000000..7ea6056cb6c8
--- /dev/null
+++ b/srcpkgs/gi-docgen/template
@@ -0,0 +1,14 @@
+# Template file for 'gi-docgen'
+pkgname=gi-docgen
+version=2021.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-Pygments python3-typogrify python3-Jinja2 python3-toml"
+short_desc="Documentation generator for GObject-based libraries"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="Apache-2.0, GPL-3.0-or-later"
+homepage="https://gnome.pages.gitlab.gnome.org/gi-docgen/"
+distfiles="https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/$version/gi-docgen-$version.tar.gz"
+checksum=14b5e9e5394502ed01927efab28ac658cdb1b036f35dd7f4bef549235fb751d9
+make_check=no # no tests, but check fails

From 71a2057de4696290adc9a545f5b17c2475466874 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 9 Mar 2021 17:08:52 +0100
Subject: [PATCH 4/4] New package: libadwaita-0.0.0.2021.04.17.

---
 common/shlibs               |  1 +
 srcpkgs/libadwaita-devel    |  1 +
 srcpkgs/libadwaita/template | 41 +++++++++++++++++++++++++++++++++++++
 srcpkgs/libadwaita/update   |  2 ++
 4 files changed, 45 insertions(+)
 create mode 120000 srcpkgs/libadwaita-devel
 create mode 100644 srcpkgs/libadwaita/template
 create mode 100644 srcpkgs/libadwaita/update

diff --git a/common/shlibs b/common/shlibs
index 3de2c2bc64c2..047926b77223 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3991,3 +3991,4 @@ libbasu.so.0 basu-0.2.0_1
 libXcomp.so.3 nx-libs-3.5.99.24_1
 libXcompshad.so.3 nx-libs-3.5.99.24_1
 libNX_X11.so.6 nx-libs-3.5.99.24_1
+libadwaita-1.so.0 libadwaita-0.0.0.2021.04.17_1
diff --git a/srcpkgs/libadwaita-devel b/srcpkgs/libadwaita-devel
new file mode 120000
index 000000000000..0d8db913cd66
--- /dev/null
+++ b/srcpkgs/libadwaita-devel
@@ -0,0 +1 @@
+libadwaita
\ No newline at end of file
diff --git a/srcpkgs/libadwaita/template b/srcpkgs/libadwaita/template
new file mode 100644
index 000000000000..158dfbd14807
--- /dev/null
+++ b/srcpkgs/libadwaita/template
@@ -0,0 +1,41 @@
+# Template file for 'libadwaita'
+pkgname=libadwaita
+version=0.0.0.2021.05.24
+_commit=3435bad9c6c7c84d75e11c80acb9f3123e0f280e
+revision=1
+wrksrc="libadwaita-${_commit}"
+build_style=meson
+build_helper="gir"
+configure_args="-Dexamples=true -Dtests=true -Dgtk_doc=true
+ $(vopt_bool gir vapi) -Dintrospection=$(vopt_if gir enabled disabled)"
+hostmakedepends="glib-devel pkg-config gi-docgen $(vopt_if gir vala-devel) gettext sassc"
+checkdepends="xvfb-run"
+makedepends="gtk4-devel libglib-devel harfbuzz-devel"
+short_desc="GTK4 Building blocks for modern adaptive applications"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="LGPL-2.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/libadwaita/"
+distfiles="https://gitlab.gnome.org/GNOME/libadwaita/-/archive/${_commit}/libadwaita-${_commit}.tar.gz"
+checksum=222e723190a0ed0ee58d3d6b3d03fb70bdcf31f0222a6bc4e1c63d6e7cb921c4
+
+build_options="gir"
+build_options_default="gir"
+
+do_check() {
+	xvfb-run ninja -C build test
+}
+
+libadwaita-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} gtk4-devel"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/lib/*.so"
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		if [ "$build_option_gir" ]; then
+			vmove usr/share/gir-1.0
+			vmove usr/share/vala
+		fi
+        vmove usr/share/doc/libadwaita-1
+	}
+}
diff --git a/srcpkgs/libadwaita/update b/srcpkgs/libadwaita/update
new file mode 100644
index 000000000000..bbea94b75ae6
--- /dev/null
+++ b/srcpkgs/libadwaita/update
@@ -0,0 +1,2 @@
+site="https://source.puri.sm/Librem5/libhandy/tags"
+pattern='/archive/[^/]+/\Q'"$pkgname"'\E-v?\K[\d\.]+(?=\.tar\.gz")'

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

end of thread, other threads:[~2021-08-08 16:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 23:15 [PR PATCH] [NOMERGE] libadwaita, gi-docgen paper42
2021-05-31 22:17 ` [PR PATCH] [Updated] " paper42
2021-06-01 13:06 ` paper42
2021-07-23 20:57 ` paper42
2021-07-23 21:22 ` paper42
2021-08-04 21:38 ` paper42
2021-08-04 21:48 ` paper42
2021-08-08 13:02 ` [PR PATCH] [Updated] New package: libadwaita-1.0.0a2 paper42
2021-08-08 16:11 ` [PR PATCH] [Merged]: New package: libadwaita-1.0.0alpha2 paper42

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