Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] clipit: update to 1.4.5
@ 2020-08-08 20:01 Noah-Huppert
  2020-08-08 20:15 ` Noah-Huppert
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-08 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Noah-Huppert/void-packages clipit-1.4.5
https://github.com/void-linux/void-packages/pull/24145

clipit: update to 1.4.5
#20402 

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

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

From eeaa42b8988a9e7b1ad6a644e70bc7e29278ad8f Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sat, 8 Aug 2020 16:00:24 -0400
Subject: [PATCH] clipit: update to 1.4.5

---
 srcpkgs/clipit/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/clipit/template b/srcpkgs/clipit/template
index b74d35bc1c4..8bca3ecdf28 100644
--- a/srcpkgs/clipit/template
+++ b/srcpkgs/clipit/template
@@ -1,18 +1,19 @@
 # Template file for 'clipit'
 pkgname=clipit
-version=1.4.4
+version=1.4.5
 revision=1
 wrksrc="ClipIt-${version}"
 build_style=gnu-configure
+configure_args="--with-gtk3"
 hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel librsvg-devel"
+makedepends="gtk+3-devel librsvg-devel tar"
 depends="xdotool"
 short_desc="Lightweight GTK+ clipboard manager"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/CristianHenzel/ClipIt/"
 distfiles="https://github.com/CristianHenzel/ClipIt/archive/v${version}.tar.gz"
-checksum=f17bd2f00ece505510428de23f3e84424c62043d95bd9c62f5d28fe4bcf7ecdb
+checksum=f0bbd1b4ff07bb4509388cf5b7f7a25fd72ec02cdd8f4c8f5ff3f5f9ca6da514
 
 pre_configure() {
 	./autogen.sh

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

* Re: clipit: update to 1.4.5
  2020-08-08 20:01 [PR PATCH] clipit: update to 1.4.5 Noah-Huppert
@ 2020-08-08 20:15 ` Noah-Huppert
  2020-08-08 20:19 ` [PR PATCH] [Updated] " Noah-Huppert
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-08 20:15 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/24145#issuecomment-670969493

Comment:
Looking into the build error: https://travis-ci.org/github/void-linux/void-packages/jobs/716183267#L576

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

* Re: [PR PATCH] [Updated] clipit: update to 1.4.5
  2020-08-08 20:01 [PR PATCH] clipit: update to 1.4.5 Noah-Huppert
  2020-08-08 20:15 ` Noah-Huppert
@ 2020-08-08 20:19 ` Noah-Huppert
  2020-08-08 20:20 ` Noah-Huppert
  2020-08-10 15:47 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-08 20:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Noah-Huppert/void-packages clipit-1.4.5
https://github.com/void-linux/void-packages/pull/24145

clipit: update to 1.4.5
#20402 

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

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

From 1bfa4865803e0833d4bad63d76ada0f6242997dc Mon Sep 17 00:00:00 2001
From: Noah Huppert <contact@noahh.io>
Date: Sat, 8 Aug 2020 16:19:33 -0400
Subject: [PATCH] clipit: update to 1.4.5

---
 srcpkgs/clipit/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/clipit/template b/srcpkgs/clipit/template
index b74d35bc1c4..5e70b41818f 100644
--- a/srcpkgs/clipit/template
+++ b/srcpkgs/clipit/template
@@ -1,18 +1,19 @@
 # Template file for 'clipit'
 pkgname=clipit
-version=1.4.4
+version=1.4.5
 revision=1
 wrksrc="ClipIt-${version}"
 build_style=gnu-configure
-hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel librsvg-devel"
+configure_args="--with-gtk3"
+hostmakedepends="automake gettext-devel glib-devel intltool pkg-config tar"
+makedepends="gtk+3-devel librsvg-devel"
 depends="xdotool"
 short_desc="Lightweight GTK+ clipboard manager"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/CristianHenzel/ClipIt/"
 distfiles="https://github.com/CristianHenzel/ClipIt/archive/v${version}.tar.gz"
-checksum=f17bd2f00ece505510428de23f3e84424c62043d95bd9c62f5d28fe4bcf7ecdb
+checksum=f0bbd1b4ff07bb4509388cf5b7f7a25fd72ec02cdd8f4c8f5ff3f5f9ca6da514
 
 pre_configure() {
 	./autogen.sh

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

* Re: clipit: update to 1.4.5
  2020-08-08 20:01 [PR PATCH] clipit: update to 1.4.5 Noah-Huppert
  2020-08-08 20:15 ` Noah-Huppert
  2020-08-08 20:19 ` [PR PATCH] [Updated] " Noah-Huppert
@ 2020-08-08 20:20 ` Noah-Huppert
  2020-08-10 15:47 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: Noah-Huppert @ 2020-08-08 20:20 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/24145#issuecomment-670969956

Comment:
Oops it was bc I put `tar` in `makedepends` not `hostmakedepends`

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

* Re: [PR PATCH] [Closed]: clipit: update to 1.4.5
  2020-08-08 20:01 [PR PATCH] clipit: update to 1.4.5 Noah-Huppert
                   ` (2 preceding siblings ...)
  2020-08-08 20:20 ` Noah-Huppert
@ 2020-08-10 15:47 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-08-10 15:47 UTC (permalink / raw)
  To: ml

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

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

clipit: update to 1.4.5
https://github.com/void-linux/void-packages/pull/24145

Description:
#20402 

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

end of thread, other threads:[~2020-08-10 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-08 20:01 [PR PATCH] clipit: update to 1.4.5 Noah-Huppert
2020-08-08 20:15 ` Noah-Huppert
2020-08-08 20:19 ` [PR PATCH] [Updated] " Noah-Huppert
2020-08-08 20:20 ` Noah-Huppert
2020-08-10 15:47 ` [PR PATCH] [Closed]: " ahesford

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