Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Opera
@ 2023-06-30 19:36 mobinmob
  2023-06-30 19:39 ` [PR PATCH] [Updated] Opera mobinmob
  2023-06-30 21:18 ` [PR PATCH] [Merged]: Opera Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: mobinmob @ 2023-06-30 19:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages opera
https://github.com/void-linux/void-packages/pull/44747

Opera
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b2fa810d0e7de3d60573e5aef1e5c95f3d714048 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 11 Jun 2023 12:20:29 +0300
Subject: [PATCH 1/2] mousepad: update to 0.6.1.

Also:
- replace intltook with gettext (thanks classabbyamp)
- remove configure_args (--will-locales-dir does nothing)
- add polkit support with polkit-devel in makedepends.
---
 srcpkgs/mousepad/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mousepad/template b/srcpkgs/mousepad/template
index 188a49d25150..f64524000e9b 100644
--- a/srcpkgs/mousepad/template
+++ b/srcpkgs/mousepad/template
@@ -1,11 +1,10 @@
 # Template file for 'mousepad'
 pkgname=mousepad
-version=0.6.0
+version=0.6.1
 revision=1
 build_style=gnu-configure
-configure_args="--with-locales-dir=/usr/share/locale"
-hostmakedepends="glib-devel intltool pkg-config"
-makedepends="gtksourceview4-devel gspell-devel"
+hostmakedepends="glib-devel gettext pkg-config"
+makedepends="gtksourceview4-devel gspell-devel polkit-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Simple text editor for Xfce based on Leafpad"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -13,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://xfce.org/"
 changelog="https://gitlab.xfce.org/apps/mousepad/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/mousepad/${version%.*}/mousepad-${version}.tar.bz2"
-checksum=2253a5c582b8a899d842a8e4311d6b760435ad7cca493ff4edf305b89c1913d4
+checksum=560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36

From 699a0504a31484c84484e9f1fb0b8642a6fa1e79 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 30 Jun 2023 22:35:17 +0300
Subject: [PATCH 2/2] opera: update to 100.0.4815.30.

---
 srcpkgs/opera/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/opera/template b/srcpkgs/opera/template
index 309afaa56fa5..9ed3ab1ced11 100644
--- a/srcpkgs/opera/template
+++ b/srcpkgs/opera/template
@@ -1,6 +1,6 @@
 # Template file for 'opera'
 pkgname=opera
-version=99.0.4788.65
+version=100.0.4815.30
 revision=1
 archs="x86_64"
 create_wrksrc=yes
@@ -10,7 +10,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="custom:Proprietary"
 homepage="https://www.opera.com/computer"
 distfiles="https://get.geo.opera.com/pub/opera/desktop/${version}/linux/opera-stable_${version}_amd64.rpm"
-checksum=62bf232a8b648b59616a2a870a2afc0f4be77f74f8e898d2dfe1295058e1b2db
+checksum=31e4c9b6a2ea4712157295afe7714a87cd092761b457a00b2067fd4de7182a6c
 repository="nonfree"
 nostrip=yes
 

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

* Re: [PR PATCH] [Updated] Opera
  2023-06-30 19:36 [PR PATCH] Opera mobinmob
@ 2023-06-30 19:39 ` mobinmob
  2023-06-30 21:18 ` [PR PATCH] [Merged]: Opera Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: mobinmob @ 2023-06-30 19:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages opera
https://github.com/void-linux/void-packages/pull/44747

Opera
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 512cb9bd5dca4ef59053d82b1b9245f0d645ed15 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 30 Jun 2023 22:38:04 +0300
Subject: [PATCH] opera: update to 100.0.4815.30.

---
 srcpkgs/opera/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/opera/template b/srcpkgs/opera/template
index 309afaa56fa5..9ed3ab1ced11 100644
--- a/srcpkgs/opera/template
+++ b/srcpkgs/opera/template
@@ -1,6 +1,6 @@
 # Template file for 'opera'
 pkgname=opera
-version=99.0.4788.65
+version=100.0.4815.30
 revision=1
 archs="x86_64"
 create_wrksrc=yes
@@ -10,7 +10,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="custom:Proprietary"
 homepage="https://www.opera.com/computer"
 distfiles="https://get.geo.opera.com/pub/opera/desktop/${version}/linux/opera-stable_${version}_amd64.rpm"
-checksum=62bf232a8b648b59616a2a870a2afc0f4be77f74f8e898d2dfe1295058e1b2db
+checksum=31e4c9b6a2ea4712157295afe7714a87cd092761b457a00b2067fd4de7182a6c
 repository="nonfree"
 nostrip=yes
 

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

* Re: [PR PATCH] [Merged]: Opera
  2023-06-30 19:36 [PR PATCH] Opera mobinmob
  2023-06-30 19:39 ` [PR PATCH] [Updated] Opera mobinmob
@ 2023-06-30 21:18 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2023-06-30 21:18 UTC (permalink / raw)
  To: ml

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

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

Opera
https://github.com/void-linux/void-packages/pull/44747

Description:
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-30 21:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-30 19:36 [PR PATCH] Opera mobinmob
2023-06-30 19:39 ` [PR PATCH] [Updated] Opera mobinmob
2023-06-30 21:18 ` [PR PATCH] [Merged]: Opera Chocimier

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