Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: Dooble
@ 2022-09-18 21:16 Eloitor
  2022-09-21  7:44 ` Eloitor
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Eloitor @ 2022-09-18 21:16 UTC (permalink / raw)
  To: ml

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

New issue by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353

Description:
### Package name

dooble

### Package homepage

https://textbrowser.github.io/dooble/

### Description

Dooble, the scientific browser. Minimal, cute, and unusually stable.

### Does the requested package meet the package requirements?

System, Compiled

### Is the requested package released?

Yes

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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
@ 2022-09-21  7:44 ` Eloitor
  2022-09-21  7:44 ` Eloitor
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2022-09-21  7:44 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1253329788

Comment:
This is what I tried so far:

```
# Template file for 'dooble'
pkgname=dooble
version=2022.06.15
revision=1
#wrksrc=
#create_wrksrc=yes
build_style=gnu-makefile
hostmakedepends="qt5-qmake"
makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
maintainer="Eloi Torrents <elotor@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://textbrowser.github.io/dooble/"
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
checksum=3af9a06c477f9317cf279389bd66237109fa205fb5526f4df7909250dc2c8e41

do_configure() {
  qmake -o Makefile dooble.pro
}
```

I don't know what license code to put, and this template gives me this error: https://pastebin.com/erFsw630

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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
  2022-09-21  7:44 ` Eloitor
@ 2022-09-21  7:44 ` Eloitor
  2022-09-21 12:41 ` sgn
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2022-09-21  7:44 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1253329788

Comment:
This is what I tried so far:

```
# Template file for 'dooble'
pkgname=dooble
version=2022.06.15
revision=1
#wrksrc=
#create_wrksrc=yes
build_style=gnu-makefile
hostmakedepends="qt5-qmake"
makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
maintainer="Eloi Torrents <eloitor@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://textbrowser.github.io/dooble/"
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
checksum=3af9a06c477f9317cf279389bd66237109fa205fb5526f4df7909250dc2c8e41

do_configure() {
  qmake -o Makefile dooble.pro
}
```

I don't know what license code to put, and this template gives me this error: https://pastebin.com/erFsw630

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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
  2022-09-21  7:44 ` Eloitor
  2022-09-21  7:44 ` Eloitor
@ 2022-09-21 12:41 ` sgn
  2022-09-21 13:27 ` Eloitor
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2022-09-21 12:41 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1253652999

Comment:
Use qmake build-style. Not sure if it works ootb. If not maybe `CFLAGS=-fPIC` and `CXXFLAGS=-fPIC`

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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
                   ` (2 preceding siblings ...)
  2022-09-21 12:41 ` sgn
@ 2022-09-21 13:27 ` Eloitor
  2022-09-21 13:44 ` Eloitor
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2022-09-21 13:27 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1253711102

Comment:
Thank you now my template is
```
# Template file for 'dooble'
pkgname=dooble
version=2022.06.15
revision=1
build_style=qmake
configure_args="dooble.pro"
hostmakedepends="qt5-qmake"
makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
depends=""
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
maintainer="Eloi Torrents <elotor@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://textbrowser.github.io/dooble/"
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
checksum=3af9a06c477f9317cf279389bd66237109fa205fb5526f4df7909250dc2c8e41
```
Now the compilation works fine but the installation phase don't.
https://pastebin.com/8hd1dqPh


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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
                   ` (3 preceding siblings ...)
  2022-09-21 13:27 ` Eloitor
@ 2022-09-21 13:44 ` Eloitor
  2022-09-21 15:26 ` sgn
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2022-09-21 13:44 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1253711102

Comment:
Thank you now my template is
```
# Template file for 'dooble'
pkgname=dooble
version=2022.06.15
revision=1
build_style=qmake
configure_args="dooble.pro"
hostmakedepends="qt5-qmake"
makedepends="qt5-charts-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel"
depends=""
short_desc="Dooble, the scientific browser. Minimal, cute, and unusually stable"
maintainer="Eloi Torrents <elotor@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://textbrowser.github.io/dooble/"
distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
checksum=3af9a06c477f9317cf279389bd66237109fa205fb5526f4df7909250dc2c8e41
```
Now the compilation works fine but the installation phase doesn't.
https://pastebin.com/8hd1dqPh


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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
                   ` (4 preceding siblings ...)
  2022-09-21 13:44 ` Eloitor
@ 2022-09-21 15:26 ` sgn
  2022-09-21 18:20 ` Eloitor
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2022-09-21 15:26 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1253869910

Comment:
> make: Nothing to be done for 'install'.

Their `*.pro` file is broken. Please write a `do_install` function and install manually.

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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
                   ` (5 preceding siblings ...)
  2022-09-21 15:26 ` sgn
@ 2022-09-21 18:20 ` Eloitor
  2022-09-22  1:05 ` sgn
  2023-02-20 22:52 ` [ISSUE] [CLOSED] " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: Eloitor @ 2022-09-21 18:20 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1254067276

Comment:
Thank you, now my template works, but I don't know which license to put
https://github.com/void-linux/void-packages/pull/39405

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

* Re: Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
                   ` (6 preceding siblings ...)
  2022-09-21 18:20 ` Eloitor
@ 2022-09-22  1:05 ` sgn
  2023-02-20 22:52 ` [ISSUE] [CLOSED] " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2022-09-22  1:05 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/39353#issuecomment-1254382276

Comment:
> Thank you, now my template works, but I don't know which license to put #39405

https://github.com/textbrowser/dooble/blob/master/Source/dooble_main.cc#L2-L25 `BSD-3-Clause`

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

* Re: [ISSUE] [CLOSED] Package request: Dooble
  2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
                   ` (7 preceding siblings ...)
  2022-09-22  1:05 ` sgn
@ 2023-02-20 22:52 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-02-20 22:52 UTC (permalink / raw)
  To: ml

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

Closed issue by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/39353

Description:
### Package name

dooble

### Package homepage

https://textbrowser.github.io/dooble/

### Description

Dooble, the scientific browser. Minimal, cute, and unusually stable.

### Does the requested package meet the package requirements?

System, Compiled

### Is the requested package released?

Yes

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

end of thread, other threads:[~2023-02-20 22:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 21:16 [ISSUE] Package request: Dooble Eloitor
2022-09-21  7:44 ` Eloitor
2022-09-21  7:44 ` Eloitor
2022-09-21 12:41 ` sgn
2022-09-21 13:27 ` Eloitor
2022-09-21 13:44 ` Eloitor
2022-09-21 15:26 ` sgn
2022-09-21 18:20 ` Eloitor
2022-09-22  1:05 ` sgn
2023-02-20 22:52 ` [ISSUE] [CLOSED] " classabbyamp

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