Github messages for voidlinux
 help / color / mirror / Atom feed
From: subnut <subnut@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] iwgtk: update to 0.8, adopt
Date: Fri, 19 Aug 2022 05:49:55 +0200	[thread overview]
Message-ID: <20220819034955.JSSKQjrNNUI86RI_Ar0HuP8571ogMyiIqdop3yFCmMk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38752@inbox.vuxu.org>

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

There is an updated pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages iwgtk
https://github.com/void-linux/void-packages/pull/38752

iwgtk: update to 0.8, adopt
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (x86_64-glibc)
<!--
- 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/38752.patch is attached

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

From 4c295a6351a72834f190222fa853e5dbc31855ae Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Thu, 18 Aug 2022 08:59:30 +0530
Subject: [PATCH] iwgtk: update to 0.8, adopt

---
 srcpkgs/iwgtk/patches/fix-makefile.patch | 29 ------------------------
 srcpkgs/iwgtk/template                   | 17 +++++++-------
 2 files changed, 9 insertions(+), 37 deletions(-)
 delete mode 100644 srcpkgs/iwgtk/patches/fix-makefile.patch

diff --git a/srcpkgs/iwgtk/patches/fix-makefile.patch b/srcpkgs/iwgtk/patches/fix-makefile.patch
deleted file mode 100644
index bd81d95b5908..000000000000
--- a/srcpkgs/iwgtk/patches/fix-makefile.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://patch-diff.githubusercontent.com/raw/J-Lentz/iwgtk/pull/14.patch
-
---- a/Makefile
-+++ b/Makefile
-@@ -1,8 +1,8 @@
--CC=gcc
--CFLAGS=`pkg-config --cflags gtk+-3.0`
-+CC?=gcc
-+CCINCS=`pkg-config --cflags gtk+-3.0`
- LDLIBS=`pkg-config --libs gtk+-3.0`
- 
--prefix=/usr/local
-+prefix?=$(PREFIX)
- exec_prefix=$(prefix)
- bindir=$(exec_prefix)/bin
- datarootdir=$(prefix)/share
-@@ -23,10 +23,10 @@
- .PHONY : clean install uninstall
- 
- iwgtk : $(objects)
--	$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS)
-+	$(CC) $(CCINCS) $(CFLAGS) -o $@ $^ $(LDLIBS)
- 
- %.o : $(srcdir)/%.c $(headers)
--	$(CC) -c $(CFLAGS) -o $@ $<
-+	$(CC) -c $(CCINCS) $(CFLAGS) -o $@ $<
- 
- $(srcdir)/icons.c : icons.gresource.xml $(icons)
- 	glib-compile-resources --target=$@ --sourcedir=icons --generate-source $<
diff --git a/srcpkgs/iwgtk/template b/srcpkgs/iwgtk/template
index a9b23b80f0ca..7a0a9e2bbde1 100644
--- a/srcpkgs/iwgtk/template
+++ b/srcpkgs/iwgtk/template
@@ -1,14 +1,15 @@
 # Template file for 'iwgtk'
 pkgname=iwgtk
-version=0.4
+version=0.8
 revision=1
-build_style=gnu-makefile
-hostmakedepends="glib-devel pkg-config"
-makedepends="gtk+3-devel"
+build_style=meson
+hostmakedepends="scdoc pkg-config gettext"
+makedepends="gtk4-devel qrencode-devel"
 depends="iwd"
-short_desc="GUI WiFi management utility to control iwd"
-maintainer="caughtquick <me@caughtquick.tech>"
+short_desc="Lightweight GTK frontend for iwd (WiFi)"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://github.com/J-Lentz/iwgtk/"
+homepage="https://github.com/J-Lentz/iwgtk"
+changelog="https://raw.githubusercontent.com/J-Lentz/iwgtk/master/CHANGELOG"
 distfiles="https://github.com/J-Lentz/iwgtk/archive/refs/tags/v${version}.tar.gz"
-checksum=71bb85546a55bf710052d4947f6be5f5a01033d04d2d14a85a7e734dd570657d
+checksum=38e81e67004bbd246b6551ffc812b6ab019f84a7329f134bb8031eb61d9d732c

  parent reply	other threads:[~2022-08-19  3:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18  3:31 [PR PATCH] " subnut
2022-08-18  3:32 ` subnut
2022-08-18  3:47 ` classabbyamp
2022-08-18  3:48 ` caughtquick
2022-08-18  3:53 ` [PR REVIEW] " classabbyamp
2022-08-19  3:49 ` subnut [this message]
2022-08-19  3:52 ` [PR PATCH] [Merged]: " classabbyamp

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=20220819034955.JSSKQjrNNUI86RI_Ar0HuP8571ogMyiIqdop3yFCmMk@z \
    --to=subnut@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).