Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] io.elementary.calculator: update to 2.0.3.
@ 2024-02-28  4:31 caughtquick
  2024-02-29  2:40 ` oreo639
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: caughtquick @ 2024-02-28  4:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages ecalc
https://github.com/void-linux/void-packages/pull/48979

io.elementary.calculator: update to 2.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

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

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

From 32c4efb029228a7d55aaee91444ba789ef3426ac Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Mon, 26 Feb 2024 17:53:31 -0800
Subject: [PATCH] io.elementary.calculator: update to 2.0.3.

---
 srcpkgs/io.elementary.calculator/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/io.elementary.calculator/template b/srcpkgs/io.elementary.calculator/template
index dd2eecdc6a1929..4afe2e03c4da1f 100644
--- a/srcpkgs/io.elementary.calculator/template
+++ b/srcpkgs/io.elementary.calculator/template
@@ -1,16 +1,16 @@
 # Template file for 'io.elementary.calculator'
 pkgname=io.elementary.calculator
-version=1.7.2
+version=2.0.3
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala desktop-file-utils AppStream"
-makedepends="granite-devel gtk+3-devel libhandy1-devel"
+makedepends="granite7-devel gtk4-devel libhandy1-devel"
 short_desc="Calculator app designed for elementary OS"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/elementary/calculator"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=d296d06b36a0c7dd84e7e91e9801989e83312612d6ee6f0479030c1b340d397b
+checksum=f3b612d7856765e1e2a14f4678716d9cc6056bac8a0027d647ac43cf7af685f3
 
 pantheon-calculator_package() {
 	depends="io.elementary.calculator>=${version}_${revision}"

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

* Re: io.elementary.calculator: update to 2.0.3.
  2024-02-28  4:31 [PR PATCH] io.elementary.calculator: update to 2.0.3 caughtquick
@ 2024-02-29  2:40 ` oreo639
  2024-02-29  4:36 ` [PR PATCH] [Updated] " caughtquick
  2024-02-29  7:15 ` [PR REVIEW] " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-02-29  2:40 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48979#issuecomment-1970295414

Comment:
Add `depends="io.elementary.icons io.elementary.stylesheet"`

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

* Re: [PR PATCH] [Updated] io.elementary.calculator: update to 2.0.3.
  2024-02-28  4:31 [PR PATCH] io.elementary.calculator: update to 2.0.3 caughtquick
  2024-02-29  2:40 ` oreo639
@ 2024-02-29  4:36 ` caughtquick
  2024-02-29  7:15 ` [PR REVIEW] " oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: caughtquick @ 2024-02-29  4:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages ecalc
https://github.com/void-linux/void-packages/pull/48979

io.elementary.calculator: update to 2.0.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

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

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

From 3c97e2db2b58309b6aa1266be64b9109b2f5fb91 Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Mon, 26 Feb 2024 17:53:31 -0800
Subject: [PATCH] io.elementary.calculator: update to 2.0.3.

---
 srcpkgs/io.elementary.calculator/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/io.elementary.calculator/template b/srcpkgs/io.elementary.calculator/template
index dd2eecdc6a1929..3fb7a2a16a35c7 100644
--- a/srcpkgs/io.elementary.calculator/template
+++ b/srcpkgs/io.elementary.calculator/template
@@ -1,16 +1,17 @@
 # Template file for 'io.elementary.calculator'
 pkgname=io.elementary.calculator
-version=1.7.2
+version=2.0.3
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala desktop-file-utils AppStream"
-makedepends="granite-devel gtk+3-devel libhandy1-devel"
+makedepends="granite7-devel gtk4-devel libhandy1-devel"
+depends="io.elementary.icons io.elementary.stylesheet"
 short_desc="Calculator app designed for elementary OS"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/elementary/calculator"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=d296d06b36a0c7dd84e7e91e9801989e83312612d6ee6f0479030c1b340d397b
+checksum=f3b612d7856765e1e2a14f4678716d9cc6056bac8a0027d647ac43cf7af685f3
 
 pantheon-calculator_package() {
 	depends="io.elementary.calculator>=${version}_${revision}"

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

* Re: [PR REVIEW] io.elementary.calculator: update to 2.0.3.
  2024-02-28  4:31 [PR PATCH] io.elementary.calculator: update to 2.0.3 caughtquick
  2024-02-29  2:40 ` oreo639
  2024-02-29  4:36 ` [PR PATCH] [Updated] " caughtquick
@ 2024-02-29  7:15 ` oreo639
  2 siblings, 0 replies; 4+ messages in thread
From: oreo639 @ 2024-02-29  7:15 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/48979#discussion_r1507110877

Comment:
Remove libhandy1, that's for gtk3. (it used to be used for rounded corners)

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

end of thread, other threads:[~2024-02-29  7:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28  4:31 [PR PATCH] io.elementary.calculator: update to 2.0.3 caughtquick
2024-02-29  2:40 ` oreo639
2024-02-29  4:36 ` [PR PATCH] [Updated] " caughtquick
2024-02-29  7:15 ` [PR REVIEW] " oreo639

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