Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ddgtk-0.1
@ 2019-06-15 20:31 voidlinux-github
  2019-06-16 10:19 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-15 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 990 bytes --]

From b1c20b2f0f45dd8bb15e32b0299ed443c5ed54df Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] New package: ddgtk-0.1

---
 srcpkgs/ddgtk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..c0a52d31d29
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,14 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+makedepends="glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
@ 2019-06-16 10:19 ` voidlinux-github
  2019-06-16 10:19 ` voidlinux-github
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1021 bytes --]

From f9c9acb7e3576ee1542cebe80b4f95ec28474e06 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] New package: ddgtk-0.1

---
 srcpkgs/ddgtk/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..07c55898f4a
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,15 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
  2019-06-16 10:19 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-16 10:19 ` voidlinux-github
  2019-06-16 10:27 ` voidlinux-github
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1021 bytes --]

From f9c9acb7e3576ee1542cebe80b4f95ec28474e06 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] New package: ddgtk-0.1

---
 srcpkgs/ddgtk/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..07c55898f4a
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,15 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
  2019-06-16 10:19 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-16 10:19 ` voidlinux-github
@ 2019-06-16 10:27 ` voidlinux-github
  2019-06-16 10:27 ` voidlinux-github
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 10:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1026 bytes --]

From b712845191391dea6422cb67bba646df42240c5a Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] New package: ddgtk-0.1

---
 srcpkgs/ddgtk/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..901479981a5
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,15 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config glib"
+makedepends="glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-16 10:27 ` voidlinux-github
@ 2019-06-16 10:27 ` voidlinux-github
  2019-06-16 11:22 ` voidlinux-github
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 10:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1026 bytes --]

From b712845191391dea6422cb67bba646df42240c5a Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] New package: ddgtk-0.1

---
 srcpkgs/ddgtk/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..901479981a5
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,15 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config glib"
+makedepends="glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-16 10:27 ` voidlinux-github
@ 2019-06-16 11:22 ` voidlinux-github
  2019-06-16 11:42 ` voidlinux-github
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 11:22 UTC (permalink / raw)
  To: ml

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

New comment by reback00 on void-packages repository

https://github.com/void-linux/void-packages/pull/12480#issuecomment-502443315
Comment:
Having some errors with ARM builds. Anybody has any idea to how I can solve it?

```
...
=> ddgtk-0.1_1: running pre-configure hook: 02-script-wrapper ...
=> ddgtk-0.1_1: running do_configure ...
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/mesonbuild/mesonmain.py", line 122, in run
    return options.run_func(options)
...
  File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'glib-compile-resources': 'glib-compile-resources'
The Meson build system
Version: 0.50.1
...
Found pkg-config: /usr/bin/pkg-config (0.29.2)
WARNING: Could not detect glib version, assuming 2.54. You may get build errors if your glib is older.
=> ERROR: ddgtk-0.1_1: do_configure: '${meson_cmd} --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/bin --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --buildtype=plain --auto-features=enabled --wrap-mode=nodownload -Db_lto=true -Db_ndebug=true -Db_staticpic=true ${configure_args} . ${meson_builddir}' exited with 2
=> ERROR:   in do_configure() at common/build-style/meson.sh:108
The command "if [ -z "$XLINT" ]; then docker exec -t void hostrepo/common/travis/build.sh $BOOTSTRAP $ARCH; fi" exited with 1.
...
```
from [https://travis-ci.org/void-linux/void-packages/jobs/546344997](https://travis-ci.org/void-linux/void-packages/jobs/546344997)

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

* Re: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-16 11:22 ` voidlinux-github
@ 2019-06-16 11:42 ` voidlinux-github
  2019-06-16 16:59 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 11:42 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12480#issuecomment-502444613
Comment:
Putting `glib-devel` in `hostmakedepends` should solve it.

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-16 16:59 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-16 16:59 ` voidlinux-github
  2019-06-16 17:24 ` voidlinux-github
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1011 bytes --]

From c3a4a785fd2e319a8253eecb84443457ad6a5ef5 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] ddgtk: moved glib-devel

---
 srcpkgs/ddgtk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..86783976f09
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,14 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config glib glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-16 11:42 ` voidlinux-github
@ 2019-06-16 16:59 ` voidlinux-github
  2019-06-16 16:59 ` voidlinux-github
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1011 bytes --]

From c3a4a785fd2e319a8253eecb84443457ad6a5ef5 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] ddgtk: moved glib-devel

---
 srcpkgs/ddgtk/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..86783976f09
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,14 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config glib glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed
+

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

* Re: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-16 16:59 ` voidlinux-github
@ 2019-06-16 17:24 ` voidlinux-github
  2019-06-16 17:30 ` voidlinux-github
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 17:24 UTC (permalink / raw)
  To: ml

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

New comment by reback00 on void-packages repository

https://github.com/void-linux/void-packages/pull/12480#issuecomment-502470396
Comment:
@Hoshpak 
Thanks a lot man. It worked!

One thing is that I listed `glibc-devel` under `makedepends` based on this text on the [Manual.md](https://github.com/void-linux/void-packages/blob/master/Manual.md)

> ...Typically the `makedepends` will be the only one of the three types of `depends` to include `-devel` packages, and typically only `-devel` packages. ...

I wonder why the instructions in the manual does not work.

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

* Re: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-16 17:24 ` voidlinux-github
@ 2019-06-16 17:30 ` voidlinux-github
  2019-06-16 18:48 ` voidlinux-github
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 17:30 UTC (permalink / raw)
  To: ml

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

New comment by reback00 on void-packages repository

https://github.com/void-linux/void-packages/pull/12480#issuecomment-502470396
Comment:
@Hoshpak 
Thanks a lot man. It worked!

One thing is that I listed `glib-devel` under `makedepends` based on this text on the [Manual.md](https://github.com/void-linux/void-packages/blob/master/Manual.md)

> ...Typically the `makedepends` will be the only one of the three types of `depends` to include `-devel` packages, and typically only `-devel` packages. ...

I wonder why the instructions in the manual does not work.

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

* Re: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-16 17:30 ` voidlinux-github
@ 2019-06-16 18:48 ` voidlinux-github
  2019-06-16 19:15 ` voidlinux-github
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 18:48 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/12480#issuecomment-502476341
Comment:
While building it needs to run `/usr/bin/glib-compile-resources` from `glib-devel`. However, the `glib-devel` under `makedepends` is the the target version. So e.g. the x86_64 host cannot execute an armv7l target binary. That’s why you also have to add it to `hostmakedepends`. But in case the source code also includes headers from `glib-devel` you have to be careful that the ones from the target version are used (there might be arch specific differences). I’m not that familiar with the meson build-style, but think it should take care of this. However, it might be a problem with other styles in general.

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

* Re: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-16 18:48 ` voidlinux-github
@ 2019-06-16 19:15 ` voidlinux-github
  2019-06-17  3:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-16 19:15 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12480#issuecomment-502478141
Comment:
`glib-devel` is an exception. Most `-devel` packages contain only header files and similar (pkg-config, cmake, etc.) however `glib-devel` also contains binaries to be executed on the host. So while most `-devel` packages should only be used in `makedepends`, putting `glib-devel` in hostmakedepends is perfectly fine when needed.

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-16 19:15 ` voidlinux-github
@ 2019-06-17  3:07 ` voidlinux-github
  2019-06-17  3:07 ` voidlinux-github
  2019-06-17 15:23 ` [PR PATCH] [Merged]: " voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-17  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1016 bytes --]

From bdeb27388f3da7748f45ed8ec226b833fe2ab3a4 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] ddgtk: removed extra empty line

---
 srcpkgs/ddgtk/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..f97c362c1c5
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,13 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config glib glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed

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

* Re: [PR PATCH] [Updated] New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-06-17  3:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-17  3:07 ` voidlinux-github
  2019-06-17 15:23 ` [PR PATCH] [Merged]: " voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-17  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages ddgtk-branch
https://github.com/void-linux/void-packages/pull/12480

New package: ddgtk-0.1
[ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ddgtk-branch-12480.patch --]
[-- Type: application/text/x-diff, Size: 1016 bytes --]

From bdeb27388f3da7748f45ed8ec226b833fe2ab3a4 Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Sun, 16 Jun 2019 08:15:44 +0600
Subject: [PATCH] ddgtk: removed extra empty line

---
 srcpkgs/ddgtk/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/ddgtk/template

diff --git a/srcpkgs/ddgtk/template b/srcpkgs/ddgtk/template
new file mode 100644
index 00000000000..f97c362c1c5
--- /dev/null
+++ b/srcpkgs/ddgtk/template
@@ -0,0 +1,13 @@
+# Template file for 'ddgtk'
+pkgname=ddgtk
+version=0.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config glib glib-devel"
+depends="python3 python3-gobject gtk+3"
+short_desc="GUI frontend for dd to create bootable ISO images for Linux"
+maintainer="reback00 <reback00@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/gort818/ddgtk"
+distfiles="https://github.com/gort818/ddgtk/archive/${version}.tar.gz"
+checksum=0386336681b24d648cdce3daa0c2b83c77a69773296e97a8427b67cbd27531ed

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

* Re: [PR PATCH] [Merged]: New package: ddgtk-0.1
  2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-06-17  3:07 ` voidlinux-github
@ 2019-06-17 15:23 ` voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-06-17 15:23 UTC (permalink / raw)
  To: ml

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

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

New package: ddgtk-0.1
https://github.com/void-linux/void-packages/pull/12480
Description: [ddgtk](https://github.com/gort818/ddgtk) is a GUI version of the command line `dd`. It works similar to [unetbootin](https://unetbootin.github.io/) or [Etcher](https://www.balena.io/etcher/). It makes life so much easier!

<img src="https://i.imgur.com/mwcdr3dl.png" />

I use this tool after Etcher started showing annoying ads and stuff.
Hope it is useful.

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

end of thread, other threads:[~2019-06-17 15:23 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-15 20:31 [PR PATCH] New package: ddgtk-0.1 voidlinux-github
2019-06-16 10:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-16 10:19 ` voidlinux-github
2019-06-16 10:27 ` voidlinux-github
2019-06-16 10:27 ` voidlinux-github
2019-06-16 11:22 ` voidlinux-github
2019-06-16 11:42 ` voidlinux-github
2019-06-16 16:59 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-16 16:59 ` voidlinux-github
2019-06-16 17:24 ` voidlinux-github
2019-06-16 17:30 ` voidlinux-github
2019-06-16 18:48 ` voidlinux-github
2019-06-16 19:15 ` voidlinux-github
2019-06-17  3:07 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-17  3:07 ` voidlinux-github
2019-06-17 15:23 ` [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).