Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yad: update to 1.0
@ 2019-07-17 17:29 voidlinux-github
  2019-07-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-17 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages yad-1.0
https://github.com/void-linux/void-packages/pull/13180

yad: update to 1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yad-1.0-13180.patch --]
[-- Type: application/text/x-diff, Size: 1965 bytes --]

From 27c0e0527f61b6fa819920a06c0586d12f1b03ed Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 19:27:57 +0200
Subject: [PATCH] yad: update to 1.0

---
 srcpkgs/yad/patches/fix-musl.patch | 13 -------------
 srcpkgs/yad/template               |  9 +++++----
 2 files changed, 5 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/yad/patches/fix-musl.patch

diff --git a/srcpkgs/yad/patches/fix-musl.patch b/srcpkgs/yad/patches/fix-musl.patch
deleted file mode 100644
index 345c1f8ca59..00000000000
--- a/srcpkgs/yad/patches/fix-musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git src/pfd.c src/pfd.c
-index 4f6e6fb..1d817d1 100644
---- src/pfd.c
-+++ src/pfd.c
-@@ -22,6 +22,7 @@
- #include <glib.h>
- #include <glib/gi18n.h>
- #include <pango/pango.h>
-+#include <locale.h>
- 
- typedef enum {
-   PANGO_SPEC,
-
diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 57f13327c21..e13b35cc84e 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,17 +1,17 @@
 # Template file for 'yad'
 pkgname=yad
-version=0.42.0
+version=1.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
 hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel"
+makedepends="gtk+3-devel"
 short_desc="Yet Another Dialog"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
-distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
-checksum=f2d2e54d3ad4c27eda0f92623fab93059ae95a3dd52fd32b007d3a1adc2cad91
+distfiles="https://github.com/v1cont/yad/archive/${version}.tar.gz"
+checksum=2e799ac8b37f3f6087a608c7eae9abd6ba57f3b87fe183c8d8c588100303057d
 
 pre_configure() {
 	autoreconf -ivf
@@ -22,4 +22,5 @@ post_install() {
 	# Avoid conflict with disputils
 	mv "${DESTDIR}"/usr/bin/{,yad-}pfd
 	mv "${DESTDIR}"/usr/share/man/man1/{,yad-}pfd.1
+	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] yad: update to 1.0
  2019-07-17 17:29 [PR PATCH] yad: update to 1.0 voidlinux-github
@ 2019-07-17 20:15 ` voidlinux-github
  2019-07-17 20:15 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-17 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages yad-1.0
https://github.com/void-linux/void-packages/pull/13180

yad: update to 1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yad-1.0-13180.patch --]
[-- Type: application/text/x-diff, Size: 1965 bytes --]

From c7d34d28d5b14512fd6cfaa219fd4848e26bb467 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 19:27:57 +0200
Subject: [PATCH] yad: update to 1.0

---
 srcpkgs/yad/patches/fix-musl.patch | 13 -------------
 srcpkgs/yad/template               |  9 +++++----
 2 files changed, 5 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/yad/patches/fix-musl.patch

diff --git a/srcpkgs/yad/patches/fix-musl.patch b/srcpkgs/yad/patches/fix-musl.patch
deleted file mode 100644
index 345c1f8ca59..00000000000
--- a/srcpkgs/yad/patches/fix-musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git src/pfd.c src/pfd.c
-index 4f6e6fb..1d817d1 100644
---- src/pfd.c
-+++ src/pfd.c
-@@ -22,6 +22,7 @@
- #include <glib.h>
- #include <glib/gi18n.h>
- #include <pango/pango.h>
-+#include <locale.h>
- 
- typedef enum {
-   PANGO_SPEC,
-
diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 57f13327c21..e13b35cc84e 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,17 +1,17 @@
 # Template file for 'yad'
 pkgname=yad
-version=0.42.0
+version=1.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
 hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel"
+makedepends="gtk+3-devel"
 short_desc="Yet Another Dialog"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
-distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
-checksum=f2d2e54d3ad4c27eda0f92623fab93059ae95a3dd52fd32b007d3a1adc2cad91
+distfiles="https://github.com/v1cont/yad/archive/${version}.tar.gz"
+checksum=2e799ac8b37f3f6087a608c7eae9abd6ba57f3b87fe183c8d8c588100303057d
 
 pre_configure() {
 	autoreconf -ivf
@@ -22,4 +22,5 @@ post_install() {
 	# Avoid conflict with disputils
 	mv "${DESTDIR}"/usr/bin/{,yad-}pfd
 	mv "${DESTDIR}"/usr/share/man/man1/{,yad-}pfd.1
+	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] yad: update to 1.0
  2019-07-17 17:29 [PR PATCH] yad: update to 1.0 voidlinux-github
  2019-07-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-17 20:15 ` voidlinux-github
  2019-07-17 20:16 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-17 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages yad-1.0
https://github.com/void-linux/void-packages/pull/13180

yad: update to 1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yad-1.0-13180.patch --]
[-- Type: application/text/x-diff, Size: 1965 bytes --]

From c7d34d28d5b14512fd6cfaa219fd4848e26bb467 Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 19:27:57 +0200
Subject: [PATCH] yad: update to 1.0

---
 srcpkgs/yad/patches/fix-musl.patch | 13 -------------
 srcpkgs/yad/template               |  9 +++++----
 2 files changed, 5 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/yad/patches/fix-musl.patch

diff --git a/srcpkgs/yad/patches/fix-musl.patch b/srcpkgs/yad/patches/fix-musl.patch
deleted file mode 100644
index 345c1f8ca59..00000000000
--- a/srcpkgs/yad/patches/fix-musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git src/pfd.c src/pfd.c
-index 4f6e6fb..1d817d1 100644
---- src/pfd.c
-+++ src/pfd.c
-@@ -22,6 +22,7 @@
- #include <glib.h>
- #include <glib/gi18n.h>
- #include <pango/pango.h>
-+#include <locale.h>
- 
- typedef enum {
-   PANGO_SPEC,
-
diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 57f13327c21..e13b35cc84e 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,17 +1,17 @@
 # Template file for 'yad'
 pkgname=yad
-version=0.42.0
+version=1.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
 hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel"
+makedepends="gtk+3-devel"
 short_desc="Yet Another Dialog"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
-distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
-checksum=f2d2e54d3ad4c27eda0f92623fab93059ae95a3dd52fd32b007d3a1adc2cad91
+distfiles="https://github.com/v1cont/yad/archive/${version}.tar.gz"
+checksum=2e799ac8b37f3f6087a608c7eae9abd6ba57f3b87fe183c8d8c588100303057d
 
 pre_configure() {
 	autoreconf -ivf
@@ -22,4 +22,5 @@ post_install() {
 	# Avoid conflict with disputils
 	mv "${DESTDIR}"/usr/bin/{,yad-}pfd
 	mv "${DESTDIR}"/usr/share/man/man1/{,yad-}pfd.1
+	vlicense COPYING
 }

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

* Re: [PR PATCH] [Updated] yad: update to 1.0
  2019-07-17 17:29 [PR PATCH] yad: update to 1.0 voidlinux-github
  2019-07-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-17 20:15 ` voidlinux-github
@ 2019-07-17 20:16 ` voidlinux-github
  2019-07-17 20:16 ` voidlinux-github
  2019-07-18  5:31 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-17 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages yad-1.0
https://github.com/void-linux/void-packages/pull/13180

yad: update to 1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yad-1.0-13180.patch --]
[-- Type: application/text/x-diff, Size: 1786 bytes --]

From d4686472ce82a899f041d1ea7e5febae67e7351d Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 19:27:57 +0200
Subject: [PATCH] yad: update to 1.0

---
 srcpkgs/yad/patches/fix-musl.patch | 13 -------------
 srcpkgs/yad/template               |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/yad/patches/fix-musl.patch

diff --git a/srcpkgs/yad/patches/fix-musl.patch b/srcpkgs/yad/patches/fix-musl.patch
deleted file mode 100644
index 345c1f8ca59..00000000000
--- a/srcpkgs/yad/patches/fix-musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git src/pfd.c src/pfd.c
-index 4f6e6fb..1d817d1 100644
---- src/pfd.c
-+++ src/pfd.c
-@@ -22,6 +22,7 @@
- #include <glib.h>
- #include <glib/gi18n.h>
- #include <pango/pango.h>
-+#include <locale.h>
- 
- typedef enum {
-   PANGO_SPEC,
-
diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 57f13327c21..7e114d42b93 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,17 +1,17 @@
 # Template file for 'yad'
 pkgname=yad
-version=0.42.0
+version=1.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
 hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel"
+makedepends="gtk+3-devel"
 short_desc="Yet Another Dialog"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
-distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
-checksum=f2d2e54d3ad4c27eda0f92623fab93059ae95a3dd52fd32b007d3a1adc2cad91
+distfiles="https://github.com/v1cont/yad/archive/${version}.tar.gz"
+checksum=2e799ac8b37f3f6087a608c7eae9abd6ba57f3b87fe183c8d8c588100303057d
 
 pre_configure() {
 	autoreconf -ivf

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

* Re: [PR PATCH] [Updated] yad: update to 1.0
  2019-07-17 17:29 [PR PATCH] yad: update to 1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-17 20:16 ` voidlinux-github
@ 2019-07-17 20:16 ` voidlinux-github
  2019-07-18  5:31 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-17 20:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages yad-1.0
https://github.com/void-linux/void-packages/pull/13180

yad: update to 1.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yad-1.0-13180.patch --]
[-- Type: application/text/x-diff, Size: 1786 bytes --]

From d4686472ce82a899f041d1ea7e5febae67e7351d Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
Date: Wed, 17 Jul 2019 19:27:57 +0200
Subject: [PATCH] yad: update to 1.0

---
 srcpkgs/yad/patches/fix-musl.patch | 13 -------------
 srcpkgs/yad/template               |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/yad/patches/fix-musl.patch

diff --git a/srcpkgs/yad/patches/fix-musl.patch b/srcpkgs/yad/patches/fix-musl.patch
deleted file mode 100644
index 345c1f8ca59..00000000000
--- a/srcpkgs/yad/patches/fix-musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git src/pfd.c src/pfd.c
-index 4f6e6fb..1d817d1 100644
---- src/pfd.c
-+++ src/pfd.c
-@@ -22,6 +22,7 @@
- #include <glib.h>
- #include <glib/gi18n.h>
- #include <pango/pango.h>
-+#include <locale.h>
- 
- typedef enum {
-   PANGO_SPEC,
-
diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 57f13327c21..7e114d42b93 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,17 +1,17 @@
 # Template file for 'yad'
 pkgname=yad
-version=0.42.0
+version=1.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
 hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
-makedepends="gtk+-devel"
+makedepends="gtk+3-devel"
 short_desc="Yet Another Dialog"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
-distfiles="https://github.com/v1cont/yad/archive/v${version}.tar.gz"
-checksum=f2d2e54d3ad4c27eda0f92623fab93059ae95a3dd52fd32b007d3a1adc2cad91
+distfiles="https://github.com/v1cont/yad/archive/${version}.tar.gz"
+checksum=2e799ac8b37f3f6087a608c7eae9abd6ba57f3b87fe183c8d8c588100303057d
 
 pre_configure() {
 	autoreconf -ivf

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

* Re: [PR PATCH] [Merged]: yad: update to 1.0
  2019-07-17 17:29 [PR PATCH] yad: update to 1.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-17 20:16 ` voidlinux-github
@ 2019-07-18  5:31 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-07-18  5:31 UTC (permalink / raw)
  To: ml

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

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

yad: update to 1.0
https://github.com/void-linux/void-packages/pull/13180
Description: 

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

end of thread, other threads:[~2019-07-18  5:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 17:29 [PR PATCH] yad: update to 1.0 voidlinux-github
2019-07-17 20:15 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-17 20:15 ` voidlinux-github
2019-07-17 20:16 ` voidlinux-github
2019-07-17 20:16 ` voidlinux-github
2019-07-18  5:31 ` [PR PATCH] [Merged]: " voidlinux-github

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