Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-ssh-askpass: use gtk+3
@ 2022-03-31 21:52 paper42
  2022-03-31 22:27 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-03-31 21:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-ssh-askpass-gtk3
https://github.com/void-linux/void-packages/pull/36440

gnome-ssh-askpass: use gtk+3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@leahneukirchen 

<!--
#### 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/36440.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gnome-ssh-askpass-gtk3-36440.patch --]
[-- Type: text/x-diff, Size: 1375 bytes --]

From dfedd2cbbaf36eaed657f7fcc358c6bbcb09d49b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Thu, 31 Mar 2022 23:35:26 +0200
Subject: [PATCH] gnome-ssh-askpass: use gtk+3

---
 srcpkgs/gnome-ssh-askpass/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/gnome-ssh-askpass/template b/srcpkgs/gnome-ssh-askpass/template
index fbd9174fae2f..558193ab2a19 100644
--- a/srcpkgs/gnome-ssh-askpass/template
+++ b/srcpkgs/gnome-ssh-askpass/template
@@ -1,10 +1,13 @@
 # Template file for 'gnome-ssh-askpass'
 pkgname=gnome-ssh-askpass
 version=8.9p1
-revision=1
+revision=2
 wrksrc="openssh-${version}"
+build_wrksrc="contrib"
+build_style=gnu-makefile
+make_build_target="gnome-ssh-askpass3"
 hostmakedepends="pkg-config"
-makedepends="gtk+-devel"
+makedepends="gtk+3-devel"
 short_desc="GTK SSH passphrase grabber (from OpenSSH)"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause, BSD-2-Clause"
@@ -16,12 +19,7 @@ alternatives="
  ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
 "
 
-do_build() {
-	cd contrib
-	${CC} ${CFLAGS} $(pkg-config --cflags gtk+-2.0) ${pkgname}2.c -o ${pkgname} $(pkg-config --libs gtk+-2.0) ${LDFLAGS} -lX11
-}
-
 do_install() {
-	vbin contrib/${pkgname}
-	vlicense LICENCE
+	vbin gnome-ssh-askpass3 gnome-ssh-askpass
+	vlicense ../LICENCE
 }

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

* Re: [PR PATCH] [Merged]: gnome-ssh-askpass: use gtk+3
  2022-03-31 21:52 [PR PATCH] gnome-ssh-askpass: use gtk+3 paper42
@ 2022-03-31 22:27 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2022-03-31 22:27 UTC (permalink / raw)
  To: ml

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

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

gnome-ssh-askpass: use gtk+3
https://github.com/void-linux/void-packages/pull/36440

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

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

@leahneukirchen 

<!--
#### 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-03-31 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 21:52 [PR PATCH] gnome-ssh-askpass: use gtk+3 paper42
2022-03-31 22:27 ` [PR PATCH] [Merged]: " leahneukirchen

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