Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] angrysearch: update to 1.0.3.
@ 2023-05-26 10:15 Eloitor
  2023-06-09  2:26 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2023-05-26 10:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages angrysearch
https://github.com/void-linux/void-packages/pull/44098

angrysearch: update to 1.0.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From a8d48eb57fb8fb635b1067edf9336b40d102cc8f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 26 May 2023 12:14:17 +0200
Subject: [PATCH] angrysearch: update to 1.0.3.

---
 srcpkgs/angrysearch/patches/00-fiximport.patch | 13 -------------
 srcpkgs/angrysearch/template                   |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/angrysearch/patches/00-fiximport.patch

diff --git a/srcpkgs/angrysearch/patches/00-fiximport.patch b/srcpkgs/angrysearch/patches/00-fiximport.patch
deleted file mode 100644
index 4143059338de..000000000000
--- a/srcpkgs/angrysearch/patches/00-fiximport.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git angrysearch.py angrysearch.py
-index 33c181d..ef9d5a2 100644
---- a/angrysearch.py
-+++ b/angrysearch.py
-@@ -18,6 +18,8 @@ import subprocess
- import sys
- import time
-
-+sys.path.append('/usr/share/angrysearch/')
-+
- # QT RESOURCE FILE WITH MIME ICONS AND DARK GUI THEME ICONS
- # IF NOT AVAILABLE ONLY 2 ICONS REPRESENTING FILE & DIRECTORY ARE USED
- try:
diff --git a/srcpkgs/angrysearch/template b/srcpkgs/angrysearch/template
index b6dc5ecde7a7..ec5ee49d44ea 100644
--- a/srcpkgs/angrysearch/template
+++ b/srcpkgs/angrysearch/template
@@ -1,7 +1,7 @@
 # Template file for 'angrysearch'
 pkgname=angrysearch
-version=1.0.1
-revision=5
+version=1.0.3
+revision=1
 pycompile_dirs="usr/share/angrysearch"
 hostmakedepends="python3"
 depends="python3-PyQt5 xdg-utils"
@@ -10,7 +10,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="GPL-2.0-only"
 homepage="https://github.com/dotheevo/angrysearch/"
 distfiles="http://github.com/dotheevo/${pkgname}/archive/v${version}.tar.gz"
-checksum=9a550649c3efafb26660860758f2e75702ce96a0a0c50dc34ced2967b51a843f
+checksum=bb20907d97804931863f377fe19ac2008a9e43c80517f775667f9fe49792c585
 python_version=3
 
 do_install() {

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

* Re: [PR REVIEW] angrysearch: update to 1.0.3.
  2023-05-26 10:15 [PR PATCH] angrysearch: update to 1.0.3 Eloitor
@ 2023-06-09  2:26 ` classabbyamp
  2023-06-11  7:50 ` [PR PATCH] [Updated] " Eloitor
  2023-06-11 11:20 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-09  2:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44098#discussion_r1223766469

Comment:
```suggestion
distfiles="http://github.com/dotheevo/angrysearch/archive/v${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] angrysearch: update to 1.0.3.
  2023-05-26 10:15 [PR PATCH] angrysearch: update to 1.0.3 Eloitor
  2023-06-09  2:26 ` [PR REVIEW] " classabbyamp
@ 2023-06-11  7:50 ` Eloitor
  2023-06-11 11:20 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2023-06-11  7:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages angrysearch
https://github.com/void-linux/void-packages/pull/44098

angrysearch: update to 1.0.3.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From 05c2179964ecf2c97af4000c8201b34cae7befa8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Fri, 26 May 2023 12:14:17 +0200
Subject: [PATCH] angrysearch: update to 1.0.3.

---
 srcpkgs/angrysearch/patches/00-fiximport.patch | 13 -------------
 srcpkgs/angrysearch/template                   |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/angrysearch/patches/00-fiximport.patch

diff --git a/srcpkgs/angrysearch/patches/00-fiximport.patch b/srcpkgs/angrysearch/patches/00-fiximport.patch
deleted file mode 100644
index 4143059338de..000000000000
--- a/srcpkgs/angrysearch/patches/00-fiximport.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git angrysearch.py angrysearch.py
-index 33c181d..ef9d5a2 100644
---- a/angrysearch.py
-+++ b/angrysearch.py
-@@ -18,6 +18,8 @@ import subprocess
- import sys
- import time
-
-+sys.path.append('/usr/share/angrysearch/')
-+
- # QT RESOURCE FILE WITH MIME ICONS AND DARK GUI THEME ICONS
- # IF NOT AVAILABLE ONLY 2 ICONS REPRESENTING FILE & DIRECTORY ARE USED
- try:
diff --git a/srcpkgs/angrysearch/template b/srcpkgs/angrysearch/template
index b6dc5ecde7a7..05306db0a28f 100644
--- a/srcpkgs/angrysearch/template
+++ b/srcpkgs/angrysearch/template
@@ -1,7 +1,7 @@
 # Template file for 'angrysearch'
 pkgname=angrysearch
-version=1.0.1
-revision=5
+version=1.0.3
+revision=1
 pycompile_dirs="usr/share/angrysearch"
 hostmakedepends="python3"
 depends="python3-PyQt5 xdg-utils"
@@ -9,8 +9,8 @@ short_desc="Instant file search"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="GPL-2.0-only"
 homepage="https://github.com/dotheevo/angrysearch/"
-distfiles="http://github.com/dotheevo/${pkgname}/archive/v${version}.tar.gz"
-checksum=9a550649c3efafb26660860758f2e75702ce96a0a0c50dc34ced2967b51a843f
+distfiles="http://github.com/dotheevo/angrysearch/archive/v${version}.tar.gz"
+checksum=bb20907d97804931863f377fe19ac2008a9e43c80517f775667f9fe49792c585
 python_version=3
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: angrysearch: update to 1.0.3.
  2023-05-26 10:15 [PR PATCH] angrysearch: update to 1.0.3 Eloitor
  2023-06-09  2:26 ` [PR REVIEW] " classabbyamp
  2023-06-11  7:50 ` [PR PATCH] [Updated] " Eloitor
@ 2023-06-11 11:20 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-11 11:20 UTC (permalink / raw)
  To: ml

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

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

angrysearch: update to 1.0.3.
https://github.com/void-linux/void-packages/pull/44098

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

end of thread, other threads:[~2023-06-11 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 10:15 [PR PATCH] angrysearch: update to 1.0.3 Eloitor
2023-06-09  2:26 ` [PR REVIEW] " classabbyamp
2023-06-11  7:50 ` [PR PATCH] [Updated] " Eloitor
2023-06-11 11:20 ` [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).