Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] transmission-remote-gtk: update to 1.6.0.
@ 2023-06-24 23:24 tornaria
  2023-06-25 16:52 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: tornaria @ 2023-06-24 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages transmission-remote-gtk
https://github.com/void-linux/void-packages/pull/44622

transmission-remote-gtk: update to 1.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (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/44622.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-transmission-remote-gtk-44622.patch --]
[-- Type: text/x-diff, Size: 2751 bytes --]

From ad97ed22cf4264d042efb38156c461de1eb7de6f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 24 Jun 2023 20:20:46 -0300
Subject: [PATCH 1/2] transmission: add changelog

---
 srcpkgs/transmission/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/transmission/template b/srcpkgs/transmission/template
index 29d74a610e74..3b9dc2e0cb7e 100644
--- a/srcpkgs/transmission/template
+++ b/srcpkgs/transmission/template
@@ -12,6 +12,7 @@ short_desc="Fast, easy and free BitTorrent client"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, GPL-2.0-or-later"
 homepage="https://www.transmissionbt.com"
+changelog="https://github.com/transmission/transmission/releases"
 distfiles="https://github.com/transmission/transmission/releases/download/${version}/${pkgname}-${version}.tar.xz"
 checksum=b6b01fd58e42bb14f7aba0253db932ced050fcd2bba5d9f8469d77ddd8ad545a
 

From 640df9bafd6661465ef0a048c33d4aa416d4cd3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 23 Jun 2023 18:04:18 -0300
Subject: [PATCH 2/2] transmission-remote-gtk: update to 1.6.0.

---
 srcpkgs/transmission-remote-gtk/template | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/transmission-remote-gtk/template b/srcpkgs/transmission-remote-gtk/template
index 107565f0a645..08fc30401de8 100644
--- a/srcpkgs/transmission-remote-gtk/template
+++ b/srcpkgs/transmission-remote-gtk/template
@@ -1,19 +1,16 @@
 # Template file for 'transmission-remote-gtk'
 pkgname=transmission-remote-gtk
-version=1.4.1
+version=1.6.0
 revision=1
-build_style=gnu-configure
-hostmakedepends="pkg-config intltool"
-makedepends="$(vopt_if geoip geoip) appstream-glib-devel libcurl-devel
- gtk+3-devel json-glib-devel libnotify-devel libproxy-devel libmrss-devel"
+build_style=meson
+hostmakedepends="pkg-config gettext glib-devel perl appstream-glib
+ desktop-file-utils"
+makedepends="gtk+3-devel libglib-devel json-glib-devel libsoup3-devel
+ libayatana-appindicator-devel geoip-devel"
 short_desc="GTK client for remote management of the Transmission BitTorrent client"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/transmission-remote-gtk/transmission-remote-gtk"
+changelog="https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases"
 distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
-checksum=59978381a558fc6d1a11091c702a88ac0be8fc7fa135ca367eec55f572a112ab
-
-build_options="geoip"
-build_options_default="geoip"
-
-CFLAGS="-fcommon"
+checksum=b090844f6a482e6f3588070ff3fdd54b79e8f85df02b39853cfb01fccee10cac

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

* Re: [PR PATCH] [Merged]: transmission-remote-gtk: update to 1.6.0.
  2023-06-24 23:24 [PR PATCH] transmission-remote-gtk: update to 1.6.0 tornaria
@ 2023-06-25 16:52 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-06-25 16:52 UTC (permalink / raw)
  To: ml

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

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

transmission-remote-gtk: update to 1.6.0.
https://github.com/void-linux/void-packages/pull/44622

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

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

<!--
#### 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, (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:[~2023-06-25 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 23:24 [PR PATCH] transmission-remote-gtk: update to 1.6.0 tornaria
2023-06-25 16:52 ` [PR PATCH] [Merged]: " Duncaen

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