Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cutter: update to 2.1.2.
@ 2022-10-08 15:53 natrys
  2022-10-08 15:56 ` natrys
  2022-10-11  4:55 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: natrys @ 2022-10-08 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages cutter-2.1.2
https://github.com/void-linux/void-packages/pull/39815

cutter: update to 2.1.2.
<!-- 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/39815.patch is attached

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

From 6e351deee65a69499cbd880c3d7b250caf739a98 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Sat, 8 Oct 2022 17:54:25 +0600
Subject: [PATCH] cutter: update to 2.1.2.

---
 srcpkgs/cutter/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/cutter/template b/srcpkgs/cutter/template
index c5b5c53045cb..7dda20353abd 100644
--- a/srcpkgs/cutter/template
+++ b/srcpkgs/cutter/template
@@ -1,8 +1,8 @@
 # Template file for 'cutter'
 pkgname=cutter
-version=2.1.0
+version=2.1.2
 revision=1
-_translations_commit="67f5c654523d22c7843811e5aa852a01742f6f12"
+wrksrc=Cutter-v${version}
 build_style=cmake
 configure_args="-DCUTTER_EXTRA_PLUGIN_DIRS=/usr/lib/rizin/cutter/plugins
  -DCUTTER_ENABLE_PYTHON=ON -DCUTTER_ENABLE_PYTHON_BINDINGS=OFF
@@ -17,15 +17,8 @@ short_desc="GUI for radare2 written in C++ and QT"
 maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="GPL-3.0-only"
 homepage="https://cutter.re"
-distfiles="https://github.com/rizinorg/cutter/archive/refs/tags/v${version}.tar.gz
- https://github.com/rizinorg/cutter-translations/archive/${_translations_commit}.tar.gz"
-checksum="60aacead1604c2dc8afad4239732ad10d5882ab38828e695c0f53d1e134c2a5c
- 12a06a7f977cf7c6d28e1d466cb9e421edb2d26c36e838d02292e5e45bc326c5"
-
-post_extract() {
-	rmdir src/translations
-	mv "${XBPS_BUILDDIR}/cutter-translations-${_translations_commit}" "src/translations"
-}
+distfiles="https://github.com/rizinorg/cutter/releases/download/v${version}/Cutter-v${version}-src.tar.gz"
+checksum=088351e280d158e07498098ffba355a6272c2e4faf4b350ac7778e369eb23fe1
 
 cutter-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"

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

* Re: cutter: update to 2.1.2.
  2022-10-08 15:53 [PR PATCH] cutter: update to 2.1.2 natrys
@ 2022-10-08 15:56 ` natrys
  2022-10-11  4:55 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: natrys @ 2022-10-08 15:56 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/39815#issuecomment-1272347381

Comment:
- Upstream now properly generates tarballs (including submodule), so manually fetching translation scripts is no longer necessary

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

* Re: [PR PATCH] [Merged]: cutter: update to 2.1.2.
  2022-10-08 15:53 [PR PATCH] cutter: update to 2.1.2 natrys
  2022-10-08 15:56 ` natrys
@ 2022-10-11  4:55 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-11  4:55 UTC (permalink / raw)
  To: ml

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

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

cutter: update to 2.1.2.
https://github.com/void-linux/void-packages/pull/39815

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-11  4:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08 15:53 [PR PATCH] cutter: update to 2.1.2 natrys
2022-10-08 15:56 ` natrys
2022-10-11  4: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).