Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gammastep-2.0.
@ 2020-07-18 18:37 CameronNemo
  2020-07-18 18:43 ` [PR PATCH] [Updated] " CameronNemo
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: CameronNemo @ 2020-07-18 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages gammastep
https://github.com/void-linux/void-packages/pull/23643

New package: gammastep-2.0.
None

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

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

From 45114891360f04af0b00658d1e4ac703e949c8dd Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 18 Jul 2020 11:37:14 -0700
Subject: [PATCH] New package: gammastep-2.0.

---
 srcpkgs/gammastep-indicator |  1 +
 srcpkgs/gammastep/template  | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/gammastep-indicator
 create mode 100644 srcpkgs/gammastep/template

diff --git a/srcpkgs/gammastep-indicator b/srcpkgs/gammastep-indicator
new file mode 120000
index 00000000000..24fe8d3913b
--- /dev/null
+++ b/srcpkgs/gammastep-indicator
@@ -0,0 +1 @@
+gammastep
\ No newline at end of file
diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
new file mode 100644
index 00000000000..96566d6bb43
--- /dev/null
+++ b/srcpkgs/gammastep/template
@@ -0,0 +1,39 @@
+# Template file for 'gammastep'
+pkgname=gammastep
+version=2.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=gnu-configure
+build_options="geoclue2"
+build_options_default="geoclue2"
+configure_args="
+ --enable-gui --enable-drm --enable-vidmode --enable-randr --enable-wayland
+ --enable-apparmor --with-systemdunitdir=no $(vopt_enable geoclue2)"
+hostmakedepends="
+ tar automake libtool gettext-devel intltool pkg-config python3-devel"
+makedepends="
+ wayland-devel libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'glib-devel')"
+short_desc="Adjusts the color temperature of your screen to your surroundings"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/chinstrap/gammastep"
+changelog="${homepage}/raw/master/NEWS.md"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=f751205b30b1efc41110f12b5fa90316920a0c55120fe9c0ea580a93249c9158
+
+pre_configure() {
+	./bootstrap
+}
+
+gammastep-indicator_package() {
+	depends="${sourcepkg}-${version}_${revision} gtk+3 python3-gobject
+	 python3-xdg desktop-file-utils"
+	pycompile_module="gammastep_indicator"
+	short_desc+=" - Status Indicator"
+	pkg_install() {
+		vmove usr/bin/gammastep-indicator
+		vmove usr/lib
+		vmove usr/share/appdata
+		vmove usr/share/applications/gammastep-indicator.desktop
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: gammastep-2.0.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
@ 2020-07-18 18:43 ` CameronNemo
  2020-07-18 19:03 ` CameronNemo
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-07-18 18:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages gammastep
https://github.com/void-linux/void-packages/pull/23643

New package: gammastep-2.0.
None

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

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

From 016533e408654a5c770ca8fe1e8839c6efd1bb20 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 18 Jul 2020 11:37:14 -0700
Subject: [PATCH] New package: gammastep-2.0.

---
 srcpkgs/gammastep-indicator |  1 +
 srcpkgs/gammastep/template  | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 120000 srcpkgs/gammastep-indicator
 create mode 100644 srcpkgs/gammastep/template

diff --git a/srcpkgs/gammastep-indicator b/srcpkgs/gammastep-indicator
new file mode 120000
index 00000000000..24fe8d3913b
--- /dev/null
+++ b/srcpkgs/gammastep-indicator
@@ -0,0 +1 @@
+gammastep
\ No newline at end of file
diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
new file mode 100644
index 00000000000..c14aac7e755
--- /dev/null
+++ b/srcpkgs/gammastep/template
@@ -0,0 +1,40 @@
+# Template file for 'gammastep'
+pkgname=gammastep
+version=2.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=gnu-configure
+build_options="geoclue2"
+build_options_default="geoclue2"
+configure_args="
+ --enable-gui --enable-drm --enable-vidmode --enable-randr --enable-wayland
+ --enable-apparmor --with-systemdunitdir=no $(vopt_enable geoclue2)"
+hostmakedepends="
+ tar automake libtool gettext-devel intltool pkg-config python3-devel
+ wayland-devel"
+makedepends="
+ wayland-devel libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'glib-devel')"
+short_desc="Adjusts the color temperature of your screen to your surroundings"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/chinstrap/gammastep"
+changelog="${homepage}/raw/master/NEWS.md"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=f751205b30b1efc41110f12b5fa90316920a0c55120fe9c0ea580a93249c9158
+
+pre_configure() {
+	./bootstrap
+}
+
+gammastep-indicator_package() {
+	depends="${sourcepkg}-${version}_${revision} gtk+3 python3-gobject
+	 python3-xdg desktop-file-utils"
+	pycompile_module="gammastep_indicator"
+	short_desc+=" - Status Indicator"
+	pkg_install() {
+		vmove usr/bin/gammastep-indicator
+		vmove usr/lib
+		vmove usr/share/appdata
+		vmove usr/share/applications/gammastep-indicator.desktop
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: gammastep-2.0.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
  2020-07-18 18:43 ` [PR PATCH] [Updated] " CameronNemo
@ 2020-07-18 19:03 ` CameronNemo
  2020-07-27 15:41 ` CameronNemo
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-07-18 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages gammastep
https://github.com/void-linux/void-packages/pull/23643

New package: gammastep-2.0.
None

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

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

From b214fbe3e853b7f6aa9588ab6614aa2a7785b4c2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 18 Jul 2020 11:37:14 -0700
Subject: [PATCH] New package: gammastep-2.0.

---
 srcpkgs/gammastep-indicator |  1 +
 srcpkgs/gammastep/template  | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/gammastep-indicator
 create mode 100644 srcpkgs/gammastep/template

diff --git a/srcpkgs/gammastep-indicator b/srcpkgs/gammastep-indicator
new file mode 120000
index 00000000000..24fe8d3913b
--- /dev/null
+++ b/srcpkgs/gammastep-indicator
@@ -0,0 +1 @@
+gammastep
\ No newline at end of file
diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
new file mode 100644
index 00000000000..802a9f1884d
--- /dev/null
+++ b/srcpkgs/gammastep/template
@@ -0,0 +1,39 @@
+# Template file for 'gammastep'
+pkgname=gammastep
+version=2.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=gnu-configure
+configure_args="
+ --enable-gui --enable-drm --enable-vidmode --enable-randr --enable-wayland
+ --enable-apparmor --with-systemdunitdir=no $(vopt_enable geoclue2)"
+hostmakedepends="
+ tar automake libtool gettext-devel intltool pkg-config python3-devel
+ wayland-devel"
+makedepends="
+ wayland-devel libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'glib-devel')"
+short_desc="Adjusts the color temperature of your screen to your surroundings"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/chinstrap/gammastep"
+changelog="${homepage}/raw/master/NEWS.md"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=f751205b30b1efc41110f12b5fa90316920a0c55120fe9c0ea580a93249c9158
+build_options="geoclue2"
+build_options_default="geoclue2"
+
+pre_configure() {
+	./bootstrap
+}
+
+gammastep-indicator_package() {
+	depends="${sourcepkg}-${version}_${revision} gtk+3 python3-gobject
+	 python3-xdg desktop-file-utils"
+	short_desc+=" - Status Indicator"
+	pkg_install() {
+		vmove usr/bin/gammastep-indicator
+		vmove usr/lib
+		vmove usr/share/appdata
+		vmove usr/share/applications/gammastep-indicator.desktop
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: gammastep-2.0.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
  2020-07-18 18:43 ` [PR PATCH] [Updated] " CameronNemo
  2020-07-18 19:03 ` CameronNemo
@ 2020-07-27 15:41 ` CameronNemo
  2020-07-27 17:25 ` ericonr
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-07-27 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages gammastep
https://github.com/void-linux/void-packages/pull/23643

New package: gammastep-2.0.
None

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

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

From 6c9c37b65c2bcc3804d03a1b4441f2521839981a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 18 Jul 2020 11:37:14 -0700
Subject: [PATCH] New package: gammastep-2.0.1.

---
 srcpkgs/gammastep-indicator |  1 +
 srcpkgs/gammastep/template  | 39 +++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 120000 srcpkgs/gammastep-indicator
 create mode 100644 srcpkgs/gammastep/template

diff --git a/srcpkgs/gammastep-indicator b/srcpkgs/gammastep-indicator
new file mode 120000
index 00000000000..24fe8d3913b
--- /dev/null
+++ b/srcpkgs/gammastep-indicator
@@ -0,0 +1 @@
+gammastep
\ No newline at end of file
diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
new file mode 100644
index 00000000000..cb77385eec1
--- /dev/null
+++ b/srcpkgs/gammastep/template
@@ -0,0 +1,39 @@
+# Template file for 'gammastep'
+pkgname=gammastep
+version=2.0.1
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=gnu-configure
+configure_args="
+ --enable-gui --enable-drm --enable-vidmode --enable-randr --enable-wayland
+ --enable-apparmor --with-systemdunitdir=no $(vopt_enable geoclue2)"
+hostmakedepends="
+ tar automake libtool gettext-devel intltool pkg-config python3-devel
+ wayland-devel"
+makedepends="
+ wayland-devel libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'glib-devel')"
+short_desc="Adjusts the color temperature of your screen to your surroundings"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/chinstrap/gammastep"
+changelog="${homepage}/raw/master/NEWS.md"
+distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=27e2ab599bb8ee623d0185ae7e5df713c0f8352ba9fd72cdb991b0ef2ddc2e18
+build_options="geoclue2"
+build_options_default="geoclue2"
+
+pre_configure() {
+	./bootstrap
+}
+
+gammastep-indicator_package() {
+	depends="${sourcepkg}-${version}_${revision} gtk+3 python3-gobject
+	 python3-xdg desktop-file-utils"
+	short_desc+=" - Status Indicator"
+	pkg_install() {
+		vmove usr/bin/gammastep-indicator
+		vmove usr/lib
+		vmove usr/share/appdata
+		vmove usr/share/applications/gammastep-indicator.desktop
+	}
+}

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

* Re: New package: gammastep-2.0.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (2 preceding siblings ...)
  2020-07-27 15:41 ` CameronNemo
@ 2020-07-27 17:25 ` ericonr
  2020-07-27 17:30 ` CameronNemo
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-07-27 17:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-664531025

Comment:
Would you say this closes #9909 ?

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

* Re: New package: gammastep-2.0.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (3 preceding siblings ...)
  2020-07-27 17:25 ` ericonr
@ 2020-07-27 17:30 ` CameronNemo
  2020-09-07 21:10 ` [PR PATCH] [Updated] New package: gammastep-2.0.2 CameronNemo
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-07-27 17:30 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-664533386

Comment:
yeah

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

* Re: [PR PATCH] [Updated] New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (4 preceding siblings ...)
  2020-07-27 17:30 ` CameronNemo
@ 2020-09-07 21:10 ` CameronNemo
  2020-09-10 13:51 ` sgn
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-09-07 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CameronNemo/void-packages gammastep
https://github.com/void-linux/void-packages/pull/23643

New package: gammastep-2.0.2.
None

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

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

From 7f5f1c15f13e50ed5e126ab67d9137f450ff64c2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 18 Jul 2020 11:37:14 -0700
Subject: [PATCH] New package: gammastep-2.0.2.

---
 srcpkgs/gammastep-indicator |  1 +
 srcpkgs/gammastep/template  | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 120000 srcpkgs/gammastep-indicator
 create mode 100644 srcpkgs/gammastep/template

diff --git a/srcpkgs/gammastep-indicator b/srcpkgs/gammastep-indicator
new file mode 120000
index 00000000000..24fe8d3913b
--- /dev/null
+++ b/srcpkgs/gammastep-indicator
@@ -0,0 +1 @@
+gammastep
\ No newline at end of file
diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template
new file mode 100644
index 00000000000..246f3aed3a6
--- /dev/null
+++ b/srcpkgs/gammastep/template
@@ -0,0 +1,40 @@
+# Template file for 'gammastep'
+pkgname=gammastep
+version=2.0.2
+revision=1
+_ref="v${version}"
+wrksrc="${pkgname}-${_ref}"
+build_style=gnu-configure
+configure_args="
+ --enable-gui --enable-drm --enable-vidmode --enable-randr --enable-wayland
+ --enable-apparmor --with-systemdunitdir=no $(vopt_enable geoclue2)"
+hostmakedepends="
+ tar automake libtool gettext-devel intltool pkg-config python3-devel
+ wayland-devel"
+makedepends="
+ wayland-devel libXxf86vm-devel libdrm-devel $(vopt_if geoclue2 'glib-devel')"
+short_desc="Adjusts the color temperature of your screen to your surroundings"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/chinstrap/gammastep"
+changelog="${homepage}/raw/master/NEWS.md"
+distfiles="${homepage}/-/archive/${_ref}/${pkgname}-${_ref}.tar.gz"
+checksum=a2b4c12064f85b16f6365ea0ddf1580ed64f66e389803484a8494d81eafa3949
+build_options="geoclue2"
+build_options_default="geoclue2"
+
+pre_configure() {
+	./bootstrap
+}
+
+gammastep-indicator_package() {
+	depends="${sourcepkg}-${version}_${revision} gtk+3 python3-gobject
+	 python3-xdg desktop-file-utils"
+	short_desc+=" - Status Indicator"
+	pkg_install() {
+		vmove usr/bin/gammastep-indicator
+		vmove usr/lib
+		vmove usr/share/appdata
+		vmove usr/share/applications/gammastep-indicator.desktop
+	}
+}

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

* Re: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (5 preceding siblings ...)
  2020-09-07 21:10 ` [PR PATCH] [Updated] New package: gammastep-2.0.2 CameronNemo
@ 2020-09-10 13:51 ` sgn
  2020-09-14 15:36 ` CameronNemo
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-10 13:51 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-690302551

Comment:
Ping me next Monday if this is neither complaint nor merged.

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

* Re: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (6 preceding siblings ...)
  2020-09-10 13:51 ` sgn
@ 2020-09-14 15:36 ` CameronNemo
  2020-09-20 21:08 ` CameronNemo
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-09-14 15:36 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-692138888

Comment:
Bump!

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

* Re: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (7 preceding siblings ...)
  2020-09-14 15:36 ` CameronNemo
@ 2020-09-20 21:08 ` CameronNemo
  2020-09-22 15:12 ` [PR REVIEW] " sgn
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: CameronNemo @ 2020-09-20 21:08 UTC (permalink / raw)
  To: ml

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

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-695836646

Comment:
@sgn, any chance of merging?

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

* Re: [PR REVIEW] New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (8 preceding siblings ...)
  2020-09-20 21:08 ` CameronNemo
@ 2020-09-22 15:12 ` sgn
  2020-09-22 15:12 ` sgn
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:12 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#discussion_r488284042

Comment:
Expand this variable, please!

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

* Re: [PR REVIEW] New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (9 preceding siblings ...)
  2020-09-22 15:12 ` [PR REVIEW] " sgn
@ 2020-09-22 15:12 ` sgn
  2020-09-22 15:12 ` sgn
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:12 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#discussion_r488284249

Comment:
Better to use `v$version` directly, I think

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

* Re: [PR REVIEW] New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (10 preceding siblings ...)
  2020-09-22 15:12 ` sgn
@ 2020-09-22 15:12 ` sgn
  2020-09-22 15:13 ` sgn
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:12 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#discussion_r488284490

Comment:
This line break isn't consistent with other template :)

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

* Re: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (11 preceding siblings ...)
  2020-09-22 15:12 ` sgn
@ 2020-09-22 15:13 ` sgn
  2020-09-22 15:18 ` sgn
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:13 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-696786871

Comment:
Sorry, I forgot to press the submit review button. After all my comments addressed, I'll merge.
Sorry, again.

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

* Re: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (12 preceding siblings ...)
  2020-09-22 15:13 ` sgn
@ 2020-09-22 15:18 ` sgn
  2020-09-22 15:24 ` sgn
  2020-09-22 15:26 ` [PR PATCH] [Closed]: " sgn
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:18 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-696789971

Comment:
And checksum mismatched.

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

* Re: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (13 preceding siblings ...)
  2020-09-22 15:18 ` sgn
@ 2020-09-22 15:24 ` sgn
  2020-09-22 15:26 ` [PR PATCH] [Closed]: " sgn
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:24 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23643#issuecomment-696789971

Comment:
~And checksum mismatched.~

---
Sorry, my bad

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

* Re: [PR PATCH] [Closed]: New package: gammastep-2.0.2.
  2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
                   ` (14 preceding siblings ...)
  2020-09-22 15:24 ` sgn
@ 2020-09-22 15:26 ` sgn
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-09-22 15:26 UTC (permalink / raw)
  To: ml

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

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

New package: gammastep-2.0.2.
https://github.com/void-linux/void-packages/pull/23643

Description:
None

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

end of thread, other threads:[~2020-09-22 15:26 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18 18:37 [PR PATCH] New package: gammastep-2.0 CameronNemo
2020-07-18 18:43 ` [PR PATCH] [Updated] " CameronNemo
2020-07-18 19:03 ` CameronNemo
2020-07-27 15:41 ` CameronNemo
2020-07-27 17:25 ` ericonr
2020-07-27 17:30 ` CameronNemo
2020-09-07 21:10 ` [PR PATCH] [Updated] New package: gammastep-2.0.2 CameronNemo
2020-09-10 13:51 ` sgn
2020-09-14 15:36 ` CameronNemo
2020-09-20 21:08 ` CameronNemo
2020-09-22 15:12 ` [PR REVIEW] " sgn
2020-09-22 15:12 ` sgn
2020-09-22 15:12 ` sgn
2020-09-22 15:13 ` sgn
2020-09-22 15:18 ` sgn
2020-09-22 15:24 ` sgn
2020-09-22 15:26 ` [PR PATCH] [Closed]: " sgn

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