Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mako: update to 1.7.1.
@ 2022-07-13 16:53 steinex
  2022-07-15  9:18 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: steinex @ 2022-07-13 16:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages mako
https://github.com/void-linux/void-packages/pull/38045

mako: update to 1.7.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b4c4aec57ff4f9f8f19e1e8a235ec81eaa4f55ed Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Wed, 13 Jul 2022 18:43:10 +0200
Subject: [PATCH] mako: update to 1.7.1.

---
 srcpkgs/mako/patches/scdoc-native.patch | 13 -------------
 srcpkgs/mako/template                   | 11 +++--------
 2 files changed, 3 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/mako/patches/scdoc-native.patch

diff --git a/srcpkgs/mako/patches/scdoc-native.patch b/srcpkgs/mako/patches/scdoc-native.patch
deleted file mode 100644
index 83b24714ecc3..000000000000
--- a/srcpkgs/mako/patches/scdoc-native.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mako-1.6/meson.build
-===================================================================
---- mako-1.6.orig/meson.build
-+++ mako-1.6/meson.build
-@@ -130,7 +130,7 @@ configure_file(
- 	install_dir: datadir + '/dbus-1/services',
- )
- 
--scdoc = dependency('scdoc', required: get_option('man-pages'), version: '>= 1.9.7')
-+scdoc = dependency('scdoc', required: get_option('man-pages'), version: '>= 1.9.7', native: true)
- 
- if scdoc.found()
- 	sh = find_program('sh')
diff --git a/srcpkgs/mako/template b/srcpkgs/mako/template
index 77b8e4e1a3a9..aad55bad6e21 100644
--- a/srcpkgs/mako/template
+++ b/srcpkgs/mako/template
@@ -1,7 +1,7 @@
 # Template file for 'mako'
 pkgname=mako
-version=1.6
-revision=2
+version=1.7.1
+revision=1
 build_style=meson
 configure_args="-Dicons=enabled -Dman-pages=enabled -Dzsh-completions=true
  -Dfish-completions=true -Dwerror=false"
@@ -13,13 +13,8 @@ maintainer="Emerson Ferreira <me@skrps.me>"
 license="MIT"
 homepage="https://wayland.emersion.fr/mako/"
 distfiles="https://github.com/emersion/mako/archive/v${version}.tar.gz"
-checksum=9f43cba9e1b43c69be8c9e4a79c358b3cd22153ca3ffb8bf0ee7aa30c59b2fc2
-
-conf_files="/etc/apparmor.d/local/fr.emersion.Mako"
+checksum=4312ff6bc61708115b43b967a42813374de7a2022f10c84e20127606416c3c12
 
 post_install() {
 	vlicense LICENSE
-	vinstall contrib/apparmor/fr.emersion.Mako 644 etc/apparmor.d
-	vmkdir etc/apparmor.d/local
-	touch ${DESTDIR}/etc/apparmor.d/local/fr.emersion.Mako
 }

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

* Re: [PR PATCH] [Merged]: mako: update to 1.7.1.
  2022-07-13 16:53 [PR PATCH] mako: update to 1.7.1 steinex
@ 2022-07-15  9:18 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-07-15  9:18 UTC (permalink / raw)
  To: ml

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

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

mako: update to 1.7.1.
https://github.com/void-linux/void-packages/pull/38045

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-15  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 16:53 [PR PATCH] mako: update to 1.7.1 steinex
2022-07-15  9:18 ` [PR PATCH] [Merged]: " 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).