Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: activate-linux-0.0.1
@ 2022-05-18 15:08 nadevko
  2022-05-18 18:32 ` [PR REVIEW] " Chocimier
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: nadevko @ 2022-05-18 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages activate-linux
https://github.com/void-linux/void-packages/pull/37185

New package: activate-linux-0.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-activate-linux-37185.patch --]
[-- Type: text/x-diff, Size: 1287 bytes --]

From 7086fbbc53514b02333501782530448fb0fb6ce1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Wed, 18 May 2022 16:59:28 +0300
Subject: [PATCH] New package: activate-linux-0.0.1

---
 srcpkgs/activate-linux/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/activate-linux/template

diff --git a/srcpkgs/activate-linux/template b/srcpkgs/activate-linux/template
new file mode 100644
index 000000000000..ee841981bc45
--- /dev/null
+++ b/srcpkgs/activate-linux/template
@@ -0,0 +1,22 @@
+# Template file for 'activate-linux'
+pkgname=activate-linux
+version=0.0.1
+revision=1
+hostmakedepends="libXfixes-devel libX11-devel libXinerama-devel cairo-devel"
+short_desc="\"Activate Windows\" watermark ported to Linux"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=custom:based-license-1.4.1
+homepage=https://github.com/MrGlockenspiel/activate-linux
+distfiles=$homepage/archive/refs/tags/v$version.tar.gz
+checksum=378ca7c1cbe03542a597910f2753ac4f13df3288273bafdad59c1e5b05a2408e
+CFLAGS+="-lXfixes -lX11 -lXinerama -lcairo -I$XBPS_CROSS_BASE/usr/include/cairo"
+
+do_build() {
+	$CC src/activate_linux.c -o $pkgname $CFLAGS
+}
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE.md
+	vdoc ARGS.md
+}

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

* Re: [PR REVIEW] New package: activate-linux-0.0.1
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
@ 2022-05-18 18:32 ` Chocimier
  2022-05-22 17:31 ` [PR PATCH] [Updated] " nadevko
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2022-05-18 18:32 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37185#discussion_r876223244

Comment:
License is nonfree, please mark as such. Different version is used here.

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

* Re: [PR PATCH] [Updated] New package: activate-linux-0.0.1
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
  2022-05-18 18:32 ` [PR REVIEW] " Chocimier
@ 2022-05-22 17:31 ` nadevko
  2022-05-22 17:39 ` New package: activate-linux-0.0.2 nadevko
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-22 17:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages activate-linux
https://github.com/void-linux/void-packages/pull/37185

New package: activate-linux-0.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-activate-linux-37185.patch --]
[-- Type: text/x-diff, Size: 1244 bytes --]

From f80baf943b3a2213b5cf51b787bffded3087f483 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Wed, 18 May 2022 16:59:28 +0300
Subject: [PATCH] New package: activate-linux-0.0.2

---
 srcpkgs/activate-linux/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/activate-linux/template

diff --git a/srcpkgs/activate-linux/template b/srcpkgs/activate-linux/template
new file mode 100644
index 000000000000..dfa684978755
--- /dev/null
+++ b/srcpkgs/activate-linux/template
@@ -0,0 +1,20 @@
+# Template file for 'activate-linux'
+pkgname=activate-linux
+version=0.0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="libXfixes-devel libX11-devel libXinerama-devel cairo-devel"
+makedepends=pkg-config
+short_desc="\"Activate Windows\" watermark ported to Linux"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=GPL-3.0-or-later
+homepage=https://github.com/MrGlockenspiel/activate-linux
+distfiles=$homepage/archive/refs/tags/v$version.tar.gz
+checksum=d6235b9d13bd896a130a83cc6d882da677fb19edb5a76735453b866aa0e7690d
+CFLAGS+=" -lXfixes -lX11 -lXinerama -lcairo -I/usr/include/cairo"
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE.md
+	vdoc ARGS.md
+}

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

* Re: New package: activate-linux-0.0.2
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
  2022-05-18 18:32 ` [PR REVIEW] " Chocimier
  2022-05-22 17:31 ` [PR PATCH] [Updated] " nadevko
@ 2022-05-22 17:39 ` nadevko
  2022-05-23 19:39 ` Chocimier
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-22 17:39 UTC (permalink / raw)
  To: ml

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

New comment by nadevko on void-packages repository

https://github.com/void-linux/void-packages/pull/37185#issuecomment-1133941024

Comment:
https://github.com/MrGlockenspiel/activate-linux/issues/106

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

* Re: New package: activate-linux-0.0.2
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
                   ` (2 preceding siblings ...)
  2022-05-22 17:39 ` New package: activate-linux-0.0.2 nadevko
@ 2022-05-23 19:39 ` Chocimier
  2022-05-23 19:39 ` [PR REVIEW] " Chocimier
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2022-05-23 19:39 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37185#issuecomment-1135067792

Comment:
- `*-devel` should be in makedepends, not hostmakedepends to enable cross compilation
- expand `$homepage`
- please quote homepage that xnew quotes: license, homepage, distfiles

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

* Re: [PR REVIEW] New package: activate-linux-0.0.2
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
                   ` (3 preceding siblings ...)
  2022-05-23 19:39 ` Chocimier
@ 2022-05-23 19:39 ` Chocimier
  2022-05-24  3:14 ` abenson
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2022-05-23 19:39 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37185#discussion_r879808418

Comment:
GPL-3.0-only

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

* Re: [PR REVIEW] New package: activate-linux-0.0.2
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
                   ` (4 preceding siblings ...)
  2022-05-23 19:39 ` [PR REVIEW] " Chocimier
@ 2022-05-24  3:14 ` abenson
  2022-05-24 14:00 ` [PR PATCH] [Updated] " nadevko
  2022-05-29 12:09 ` nadevko
  7 siblings, 0 replies; 9+ messages in thread
From: abenson @ 2022-05-24  3:14 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/37185#discussion_r880020152

Comment:
Swap `hostmakedepends` and `makedepends`.

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

* Re: [PR PATCH] [Updated] New package: activate-linux-0.0.2
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
                   ` (5 preceding siblings ...)
  2022-05-24  3:14 ` abenson
@ 2022-05-24 14:00 ` nadevko
  2022-05-29 12:09 ` nadevko
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-24 14:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages activate-linux
https://github.com/void-linux/void-packages/pull/37185

New package: activate-linux-0.0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-activate-linux-37185.patch --]
[-- Type: text/x-diff, Size: 1244 bytes --]

From f3eff496c76a34af8df890b9999f4d95d4ece6f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Wed, 18 May 2022 16:59:28 +0300
Subject: [PATCH] New package: activate-linux-0.0.2

---
 srcpkgs/activate-linux/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/activate-linux/template

diff --git a/srcpkgs/activate-linux/template b/srcpkgs/activate-linux/template
new file mode 100644
index 000000000000..dfa684978755
--- /dev/null
+++ b/srcpkgs/activate-linux/template
@@ -0,0 +1,20 @@
+# Template file for 'activate-linux'
+pkgname=activate-linux
+version=0.0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends="libXfixes-devel libX11-devel libXinerama-devel cairo-devel"
+makedepends=pkg-config
+short_desc="\"Activate Windows\" watermark ported to Linux"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=GPL-3.0-or-later
+homepage=https://github.com/MrGlockenspiel/activate-linux
+distfiles=$homepage/archive/refs/tags/v$version.tar.gz
+checksum=d6235b9d13bd896a130a83cc6d882da677fb19edb5a76735453b866aa0e7690d
+CFLAGS+=" -lXfixes -lX11 -lXinerama -lcairo -I/usr/include/cairo"
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE.md
+	vdoc ARGS.md
+}

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

* Re: [PR PATCH] [Updated] New package: activate-linux-0.0.2
  2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
                   ` (6 preceding siblings ...)
  2022-05-24 14:00 ` [PR PATCH] [Updated] " nadevko
@ 2022-05-29 12:09 ` nadevko
  7 siblings, 0 replies; 9+ messages in thread
From: nadevko @ 2022-05-29 12:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nadevko/void-packages activate-linux
https://github.com/void-linux/void-packages/pull/37185

New package: activate-linux-0.0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-activate-linux-37185.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]

From d67beab06505b11de5f5231b288be151f1a8815d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nade=C5=ADka?= <nadevko@riseup.net>
Date: Wed, 18 May 2022 16:59:28 +0300
Subject: [PATCH] New package: activate-linux-0.0.2

---
 srcpkgs/activate-linux/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/activate-linux/template

diff --git a/srcpkgs/activate-linux/template b/srcpkgs/activate-linux/template
new file mode 100644
index 000000000000..d3aa6cfb45e1
--- /dev/null
+++ b/srcpkgs/activate-linux/template
@@ -0,0 +1,20 @@
+# Template file for 'activate-linux'
+pkgname=activate-linux
+version=0.0.2
+revision=1
+build_style=gnu-makefile
+hostmakedepends=pkg-config
+makedepends="libXfixes-devel libX11-devel libXinerama-devel cairo-devel"
+short_desc="\"Activate Windows\" watermark ported to Linux"
+maintainer="Nadeŭka <nadevko@riseup.net>"
+license=GPL-3.0-or-later
+homepage=https://github.com/MrGlockenspiel/activate-linux
+distfiles=$homepage/archive/refs/tags/v$version.tar.gz
+checksum=d6235b9d13bd896a130a83cc6d882da677fb19edb5a76735453b866aa0e7690d
+CFLAGS+=" -lXfixes -lX11 -lXinerama -lcairo -I$XBPS_CROSS_BASE/usr/include/cairo"
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE.md
+	vdoc ARGS.md
+}

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

end of thread, other threads:[~2022-05-29 12:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-18 15:08 [PR PATCH] New package: activate-linux-0.0.1 nadevko
2022-05-18 18:32 ` [PR REVIEW] " Chocimier
2022-05-22 17:31 ` [PR PATCH] [Updated] " nadevko
2022-05-22 17:39 ` New package: activate-linux-0.0.2 nadevko
2022-05-23 19:39 ` Chocimier
2022-05-23 19:39 ` [PR REVIEW] " Chocimier
2022-05-24  3:14 ` abenson
2022-05-24 14:00 ` [PR PATCH] [Updated] " nadevko
2022-05-29 12:09 ` nadevko

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