Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texstudio: update to 4.3.1.
@ 2022-10-02 16:30 Piraty
  2022-10-02 16:36 ` [PR PATCH] [Updated] " Piraty
  2022-10-03 13:55 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: Piraty @ 2022-10-02 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages texstudio-4.3.1
https://github.com/void-linux/void-packages/pull/39619

texstudio: update to 4.3.1.
<!-- 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/39619.patch is attached

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

From e3ec1ad731b15f1b2a1715ae77842ae64dfb2cf4 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sat, 1 Oct 2022 04:26:17 +0200
Subject: [PATCH] texstudio: update to 4.3.1.

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

diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template
index 2d146c566de9..c2655b38eed2 100644
--- a/srcpkgs/texstudio/template
+++ b/srcpkgs/texstudio/template
@@ -1,6 +1,6 @@
 # Template file for 'texstudio'
 pkgname=texstudio
-version=4.3.0
+version=4.3.1
 revision=1
 build_style=qmake
 configure_args="USE_SYSTEM_HUNSPELL=y USE_SYSTEM_QUAZIP=y
@@ -19,7 +19,7 @@ license="GPL-2.0-or-later"
 homepage="https://texstudio.org/"
 changelog="https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/CHANGELOG.txt"
 distfiles="https://github.com/texstudio-org/texstudio/archive/${version}.tar.gz"
-checksum=ce03035160fd22c943c17cd63e008e48fef3723d2c62759da89763f2ec0cd7d0
+checksum=30fa3d4718ce793e4fe5c0c1a3d7d022cb63acc05272cfc0cd820848bcf48b00
 
 build_options="phonon poppler"
 desc_option_phonon="build with phonon (=media support for pdf preview)"

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

* Re: [PR PATCH] [Updated] texstudio: update to 4.3.1.
  2022-10-02 16:30 [PR PATCH] texstudio: update to 4.3.1 Piraty
@ 2022-10-02 16:36 ` Piraty
  2022-10-03 13:55 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2022-10-02 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages texstudio-4.3.1
https://github.com/void-linux/void-packages/pull/39619

texstudio: update to 4.3.1.
<!-- 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/39619.patch is attached

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

From dd69a20c283b5e59efdfd0ab9966fe23a8027de7 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Sat, 1 Oct 2022 04:26:17 +0200
Subject: [PATCH] texstudio: update to 4.3.1.

---
 srcpkgs/texstudio/patches/40-phonon-cross.patch | 13 -------------
 srcpkgs/texstudio/template                      |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/texstudio/patches/40-phonon-cross.patch

diff --git a/srcpkgs/texstudio/patches/40-phonon-cross.patch b/srcpkgs/texstudio/patches/40-phonon-cross.patch
deleted file mode 100644
index cb749715f77a..000000000000
--- a/srcpkgs/texstudio/patches/40-phonon-cross.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/texstudio.pro
-+++ b/texstudio.pro
-@@ -79,8 +79,8 @@
-     uitools
- 
- !isEmpty(PHONON){
--    QT += phonon4qt5
--    LIBS += -lphonon4qt5
-+	CONFIG += link_pkgconfig
-+	PKGCONFIG += phonon4qt5
-     DEFINES += PHONON
- }
- 
diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template
index 2d146c566de9..c2655b38eed2 100644
--- a/srcpkgs/texstudio/template
+++ b/srcpkgs/texstudio/template
@@ -1,6 +1,6 @@
 # Template file for 'texstudio'
 pkgname=texstudio
-version=4.3.0
+version=4.3.1
 revision=1
 build_style=qmake
 configure_args="USE_SYSTEM_HUNSPELL=y USE_SYSTEM_QUAZIP=y
@@ -19,7 +19,7 @@ license="GPL-2.0-or-later"
 homepage="https://texstudio.org/"
 changelog="https://raw.githubusercontent.com/texstudio-org/texstudio/master/utilities/manual/CHANGELOG.txt"
 distfiles="https://github.com/texstudio-org/texstudio/archive/${version}.tar.gz"
-checksum=ce03035160fd22c943c17cd63e008e48fef3723d2c62759da89763f2ec0cd7d0
+checksum=30fa3d4718ce793e4fe5c0c1a3d7d022cb63acc05272cfc0cd820848bcf48b00
 
 build_options="phonon poppler"
 desc_option_phonon="build with phonon (=media support for pdf preview)"

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

* Re: [PR PATCH] [Merged]: texstudio: update to 4.3.1.
  2022-10-02 16:30 [PR PATCH] texstudio: update to 4.3.1 Piraty
  2022-10-02 16:36 ` [PR PATCH] [Updated] " Piraty
@ 2022-10-03 13:55 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-03 13:55 UTC (permalink / raw)
  To: ml

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

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

texstudio: update to 4.3.1.
https://github.com/void-linux/void-packages/pull/39619

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:[~2022-10-03 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 16:30 [PR PATCH] texstudio: update to 4.3.1 Piraty
2022-10-02 16:36 ` [PR PATCH] [Updated] " Piraty
2022-10-03 13:55 ` [PR PATCH] [Merged]: " 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).