Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mugshot: update to 0.4.3.
@ 2021-06-07 23:53 machadofguilherme
  2021-06-08  2:41 ` cinerea0
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-07 23:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/machadofguilherme/void-packages novo-mugshot
https://github.com/void-linux/void-packages/pull/31352

mugshot: update to 0.4.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31352.patch is attached

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

From f9ca2bd6cee0430710248a046ae39e4460697d26 Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Mon, 7 Jun 2021 20:43:40 -0300
Subject: [PATCH] mugshot: update to 0.4.3.

---
 srcpkgs/mugshot/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..78d2e449352a 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,14 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
-build_style=python3-module
+version=0.4.3
+revision=1
+wrksrc="mugshot-mugshot-${version}"
+build_style="python3-module"
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
-short_desc="Program to update personal user details"
-maintainer="zethra <jediben97@gmail.com>"
+short_desc="User Management Utility for Linux"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/${pkgname}-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
@ 2021-06-08  2:41 ` cinerea0
  2021-06-08  2:49 ` machadofguilherme
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-08  2:41 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856393636

Comment:
Looks like you need to rebase your commits on top of a more "fresh" branch for the CI checks to go through.

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
  2021-06-08  2:41 ` cinerea0
@ 2021-06-08  2:49 ` machadofguilherme
  2021-06-08  3:03 ` cinerea0
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-08  2:49 UTC (permalink / raw)
  To: ml

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

New comment by machadofguilherme on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856396499

Comment:
> Looks like you need to rebase your commits on top of a more "fresh" branch for the CI checks to go through.

How could I do this, cinerea0?

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
  2021-06-08  2:41 ` cinerea0
  2021-06-08  2:49 ` machadofguilherme
@ 2021-06-08  3:03 ` cinerea0
  2021-06-08  3:19 ` cinerea0
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-08  3:03 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856401281

Comment:
Simplest way in this case would probably be these steps:

1. `git reset HEAD~1`
2. `git pull upstream master` (or whatever you named the voidlinux/void-packages remote)
3. Re-commit the changes in this PR.
4. `git push -f origin novo-muhshot`

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (2 preceding siblings ...)
  2021-06-08  3:03 ` cinerea0
@ 2021-06-08  3:19 ` cinerea0
  2021-06-08  3:36 ` [PR PATCH] [Updated] " machadofguilherme
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: cinerea0 @ 2021-06-08  3:19 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856401281

Comment:
Simplest way in this case would probably be these steps:

1. `git reset HEAD~1`
2. `git pull upstream master` (or whatever you named the voidlinux/void-packages remote)
3. Re-commit the changes in this PR.
4. `git push -f origin novo-mugshot`

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

* Re: [PR PATCH] [Updated] mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (3 preceding siblings ...)
  2021-06-08  3:19 ` cinerea0
@ 2021-06-08  3:36 ` machadofguilherme
  2021-06-08  3:40 ` machadofguilherme
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-08  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/machadofguilherme/void-packages novo-mugshot
https://github.com/void-linux/void-packages/pull/31352

mugshot: update to 0.4.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31352.patch is attached

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

From 1b71e9c0df887a5d3cfd1b6eec6a61e4df5d797d Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Mon, 7 Jun 2021 20:43:40 -0300
Subject: [PATCH] mugshot: update to 0.4.3.

---
 srcpkgs/mugshot/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..78d2e449352a 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,14 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
-build_style=python3-module
+version=0.4.3
+revision=1
+wrksrc="mugshot-mugshot-${version}"
+build_style="python3-module"
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
-short_desc="Program to update personal user details"
-maintainer="zethra <jediben97@gmail.com>"
+short_desc="User Management Utility for Linux"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/${pkgname}-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

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

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (4 preceding siblings ...)
  2021-06-08  3:36 ` [PR PATCH] [Updated] " machadofguilherme
@ 2021-06-08  3:40 ` machadofguilherme
  2021-06-09  1:41 ` [PR PATCH] [Closed]: " machadofguilherme
  2021-06-09  2:48 ` ericonr
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-08  3:40 UTC (permalink / raw)
  To: ml

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

New comment by machadofguilherme on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-856413749

Comment:
I ran the command lines you said. Thanks! I hope it works.

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

* Re: [PR PATCH] [Closed]: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (5 preceding siblings ...)
  2021-06-08  3:40 ` machadofguilherme
@ 2021-06-09  1:41 ` machadofguilherme
  2021-06-09  2:48 ` ericonr
  7 siblings, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-09  1:41 UTC (permalink / raw)
  To: ml

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

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

mugshot: update to 0.4.3.
https://github.com/void-linux/void-packages/pull/31352

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 12+ messages in thread

* Re: mugshot: update to 0.4.3.
  2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
                   ` (6 preceding siblings ...)
  2021-06-09  1:41 ` [PR PATCH] [Closed]: " machadofguilherme
@ 2021-06-09  2:48 ` ericonr
  7 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-06-09  2:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31352#issuecomment-857329684

Comment:
Are you no longer interested in this PR?

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

* Re: [PR PATCH] [Updated] mugshot: update to 0.4.3.
  2021-07-01 20:32 [PR PATCH] " mobinmob
@ 2021-07-01 20:35 ` mobinmob
  0 siblings, 0 replies; 12+ messages in thread
From: mobinmob @ 2021-07-01 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mugshot
https://github.com/void-linux/void-packages/pull/31742

mugshot: update to 0.4.3.
Also:
- change homepage and distfiles to github.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31742.patch is attached

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

From 480dbd1c12a67a8356d69b93ae8a0fa1bec4a216 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 1 Jul 2021 23:29:56 +0300
Subject: [PATCH] mugshot: update to 0.4.3.

Also:
- change homepage and distfiles to github.
---
 srcpkgs/mugshot/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..b418ce9224be 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,15 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
+version=0.4.3
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=python3-module
 hostmakedepends="intltool python3-distutils-extra"
+makedepends="python3-pexpect python3-gobject"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
 short_desc="Program to update personal user details"
 maintainer="zethra <jediben97@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/refs/tags/mugshot-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

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

* Re: [PR PATCH] [Updated] mugshot: update to 0.4.3
  2021-06-07  2:04 [PR PATCH] " machadofguilherme
  2021-06-07  2:05 ` [PR PATCH] [Updated] " machadofguilherme
@ 2021-06-07  2:05 ` machadofguilherme
  1 sibling, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-07  2:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/machadofguilherme/void-packages mugshot
https://github.com/void-linux/void-packages/pull/31335

mugshot: update to 0.4.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31335.patch is attached

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

From 6d4a9910142b1157340af20ecff51dbd1237bccc Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Mon, 10 May 2021 01:26:32 -0300
Subject: [PATCH 1/4] New package: hakuneko-desktop-6.1.7

---
 .../files/hakuneko-desktop.sh                 |  2 +
 srcpkgs/hakuneko-desktop/template             | 38 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100755 srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
 create mode 100644 srcpkgs/hakuneko-desktop/template

diff --git a/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh b/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
new file mode 100755
index 000000000000..302ade3c5644
--- /dev/null
+++ b/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/lib/hakuneko-desktop/hakuneko
diff --git a/srcpkgs/hakuneko-desktop/template b/srcpkgs/hakuneko-desktop/template
new file mode 100644
index 000000000000..5d12f2420d6e
--- /dev/null
+++ b/srcpkgs/hakuneko-desktop/template
@@ -0,0 +1,38 @@
+# Template file for 'hakuneko-desktop'
+pkgname=hakuneko-desktop
+version=6.1.7
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="libXScrnSaver nss gtk+3"
+short_desc="Manga & Anime Downloader for Linux, Windows & MacOS"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
+license="Unlicense"
+homepage="https://hakuneko.download/"
+distfiles="https://github.com/manga-download/hakuneko/releases/download/v${version}/${pkgname}_${version}_linux_amd64.deb"
+checksum="06bb17d7a06bb0601053eaaf423f9176f06ff3636cc43ffc024438e1962dcd02"
+repository=current
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_linux_amd64.deb
+	bsdtar xf data.tar.xz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy usr/lib/hakuneko-desktop usr/lib
+	vcopy ${FILESDIR}/hakuneko-desktop.sh usr/bin
+	vmkdir usr/share/doc/hakuneko-desktop
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons
+	vmkdir usr/share/man
+	vmkdir usr/share/pixmaps
+	vmkdir usr/share/licenses/hakuneko-desktop
+	vdoc usr/share/doc/hakuneko-desktop/changelog.gz
+	cp usr/share/applications/hakuneko-desktop.desktop \
+		${DESTDIR}/usr/share/applications/hakuneko-desktop.desktop
+	vcopy usr/share/icons/hicolor usr/share/icons
+	vcopy usr/share/pixmaps/hakuneko-desktop.xpm usr/share/pixmaps
+	vman usr/share/man/man1/hakuneko-desktop.1.gz
+	vlicense usr/share/doc/hakuneko-desktop/copyright
+}

From 27a5f93451ce3798fd27d725cb859c4c17b2f35b Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Sun, 6 Jun 2021 23:00:58 -0300
Subject: [PATCH 2/4] mugshot: update to 0.4.3

---
 srcpkgs/mugshot/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..78d2e449352a 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,14 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
-build_style=python3-module
+version=0.4.3
+revision=1
+wrksrc="mugshot-mugshot-${version}"
+build_style="python3-module"
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
-short_desc="Program to update personal user details"
-maintainer="zethra <jediben97@gmail.com>"
+short_desc="User Management Utility for Linux"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/${pkgname}-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

From 3e9a7210b1fea80376274a971f6b69df818f7ff5 Mon Sep 17 00:00:00 2001
From: Guilherme Machado <33203070+machadofguilherme@users.noreply.github.com>
Date: Sun, 6 Jun 2021 23:05:06 -0300
Subject: [PATCH 3/4] Delete hakuneko-desktop.sh

---
 srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100755 srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh

diff --git a/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh b/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
deleted file mode 100755
index 302ade3c5644..000000000000
--- a/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/lib/hakuneko-desktop/hakuneko

From cd6577da3b68593bfb069241aed548978fe8d223 Mon Sep 17 00:00:00 2001
From: Guilherme Machado <33203070+machadofguilherme@users.noreply.github.com>
Date: Sun, 6 Jun 2021 23:05:19 -0300
Subject: [PATCH 4/4] Delete template

---
 srcpkgs/hakuneko-desktop/template | 38 -------------------------------
 1 file changed, 38 deletions(-)
 delete mode 100644 srcpkgs/hakuneko-desktop/template

diff --git a/srcpkgs/hakuneko-desktop/template b/srcpkgs/hakuneko-desktop/template
deleted file mode 100644
index 5d12f2420d6e..000000000000
--- a/srcpkgs/hakuneko-desktop/template
+++ /dev/null
@@ -1,38 +0,0 @@
-# Template file for 'hakuneko-desktop'
-pkgname=hakuneko-desktop
-version=6.1.7
-revision=1
-archs="x86_64"
-build_style=fetch
-depends="libXScrnSaver nss gtk+3"
-short_desc="Manga & Anime Downloader for Linux, Windows & MacOS"
-maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
-license="Unlicense"
-homepage="https://hakuneko.download/"
-distfiles="https://github.com/manga-download/hakuneko/releases/download/v${version}/${pkgname}_${version}_linux_amd64.deb"
-checksum="06bb17d7a06bb0601053eaaf423f9176f06ff3636cc43ffc024438e1962dcd02"
-repository=current
-
-do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_linux_amd64.deb
-	bsdtar xf data.tar.xz
-}
-
-do_install() {
-	vmkdir usr/bin
-	vcopy usr/lib/hakuneko-desktop usr/lib
-	vcopy ${FILESDIR}/hakuneko-desktop.sh usr/bin
-	vmkdir usr/share/doc/hakuneko-desktop
-	vmkdir usr/share/applications
-	vmkdir usr/share/icons
-	vmkdir usr/share/man
-	vmkdir usr/share/pixmaps
-	vmkdir usr/share/licenses/hakuneko-desktop
-	vdoc usr/share/doc/hakuneko-desktop/changelog.gz
-	cp usr/share/applications/hakuneko-desktop.desktop \
-		${DESTDIR}/usr/share/applications/hakuneko-desktop.desktop
-	vcopy usr/share/icons/hicolor usr/share/icons
-	vcopy usr/share/pixmaps/hakuneko-desktop.xpm usr/share/pixmaps
-	vman usr/share/man/man1/hakuneko-desktop.1.gz
-	vlicense usr/share/doc/hakuneko-desktop/copyright
-}

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

* Re: [PR PATCH] [Updated] mugshot: update to 0.4.3
  2021-06-07  2:04 [PR PATCH] " machadofguilherme
@ 2021-06-07  2:05 ` machadofguilherme
  2021-06-07  2:05 ` machadofguilherme
  1 sibling, 0 replies; 12+ messages in thread
From: machadofguilherme @ 2021-06-07  2:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/machadofguilherme/void-packages mugshot
https://github.com/void-linux/void-packages/pull/31335

mugshot: update to 0.4.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/31335.patch is attached

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

From 6d4a9910142b1157340af20ecff51dbd1237bccc Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Mon, 10 May 2021 01:26:32 -0300
Subject: [PATCH 1/3] New package: hakuneko-desktop-6.1.7

---
 .../files/hakuneko-desktop.sh                 |  2 +
 srcpkgs/hakuneko-desktop/template             | 38 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100755 srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
 create mode 100644 srcpkgs/hakuneko-desktop/template

diff --git a/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh b/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
new file mode 100755
index 000000000000..302ade3c5644
--- /dev/null
+++ b/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/lib/hakuneko-desktop/hakuneko
diff --git a/srcpkgs/hakuneko-desktop/template b/srcpkgs/hakuneko-desktop/template
new file mode 100644
index 000000000000..5d12f2420d6e
--- /dev/null
+++ b/srcpkgs/hakuneko-desktop/template
@@ -0,0 +1,38 @@
+# Template file for 'hakuneko-desktop'
+pkgname=hakuneko-desktop
+version=6.1.7
+revision=1
+archs="x86_64"
+build_style=fetch
+depends="libXScrnSaver nss gtk+3"
+short_desc="Manga & Anime Downloader for Linux, Windows & MacOS"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
+license="Unlicense"
+homepage="https://hakuneko.download/"
+distfiles="https://github.com/manga-download/hakuneko/releases/download/v${version}/${pkgname}_${version}_linux_amd64.deb"
+checksum="06bb17d7a06bb0601053eaaf423f9176f06ff3636cc43ffc024438e1962dcd02"
+repository=current
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}_linux_amd64.deb
+	bsdtar xf data.tar.xz
+}
+
+do_install() {
+	vmkdir usr/bin
+	vcopy usr/lib/hakuneko-desktop usr/lib
+	vcopy ${FILESDIR}/hakuneko-desktop.sh usr/bin
+	vmkdir usr/share/doc/hakuneko-desktop
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons
+	vmkdir usr/share/man
+	vmkdir usr/share/pixmaps
+	vmkdir usr/share/licenses/hakuneko-desktop
+	vdoc usr/share/doc/hakuneko-desktop/changelog.gz
+	cp usr/share/applications/hakuneko-desktop.desktop \
+		${DESTDIR}/usr/share/applications/hakuneko-desktop.desktop
+	vcopy usr/share/icons/hicolor usr/share/icons
+	vcopy usr/share/pixmaps/hakuneko-desktop.xpm usr/share/pixmaps
+	vman usr/share/man/man1/hakuneko-desktop.1.gz
+	vlicense usr/share/doc/hakuneko-desktop/copyright
+}

From 27a5f93451ce3798fd27d725cb859c4c17b2f35b Mon Sep 17 00:00:00 2001
From: Guilherme Machado <machadofguilherme@gmail.com>
Date: Sun, 6 Jun 2021 23:00:58 -0300
Subject: [PATCH 2/3] mugshot: update to 0.4.3

---
 srcpkgs/mugshot/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template
index 31bde94e8556..78d2e449352a 100644
--- a/srcpkgs/mugshot/template
+++ b/srcpkgs/mugshot/template
@@ -1,13 +1,14 @@
 # Template file for 'mugshot'
 pkgname=mugshot
-version=0.4.1
-revision=3
-build_style=python3-module
+version=0.4.3
+revision=1
+wrksrc="mugshot-mugshot-${version}"
+build_style="python3-module"
 hostmakedepends="intltool python3-distutils-extra"
 depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect"
-short_desc="Program to update personal user details"
-maintainer="zethra <jediben97@gmail.com>"
+short_desc="User Management Utility for Linux"
+maintainer="Guilherme Machado <machadofguilherme@gmail.com>"
 license="GPL-3.0-or-later"
-homepage="https://launchpad.net/mugshot"
-distfiles="https://launchpad.net/mugshot/${version%.*}/${version}/+download/mugshot-${version}.tar.gz"
-checksum=d2b52b0b1737bd65d6f6478c4f907b0f641899b5f3b130a155e95d170742f286
+homepage="https://github.com/bluesabre/mugshot"
+distfiles="https://github.com/bluesabre/mugshot/archive/${pkgname}-${version}.tar.gz"
+checksum=afab48b119091b70d66689931fe1bec95c761a9da16d3ad070f37c6fb54286f8

From 3e9a7210b1fea80376274a971f6b69df818f7ff5 Mon Sep 17 00:00:00 2001
From: Guilherme Machado <33203070+machadofguilherme@users.noreply.github.com>
Date: Sun, 6 Jun 2021 23:05:06 -0300
Subject: [PATCH 3/3] Delete hakuneko-desktop.sh

---
 srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh | 2 --
 1 file changed, 2 deletions(-)
 delete mode 100755 srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh

diff --git a/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh b/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
deleted file mode 100755
index 302ade3c5644..000000000000
--- a/srcpkgs/hakuneko-desktop/files/hakuneko-desktop.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-/usr/lib/hakuneko-desktop/hakuneko

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

end of thread, other threads:[~2021-07-01 20:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 23:53 [PR PATCH] mugshot: update to 0.4.3 machadofguilherme
2021-06-08  2:41 ` cinerea0
2021-06-08  2:49 ` machadofguilherme
2021-06-08  3:03 ` cinerea0
2021-06-08  3:19 ` cinerea0
2021-06-08  3:36 ` [PR PATCH] [Updated] " machadofguilherme
2021-06-08  3:40 ` machadofguilherme
2021-06-09  1:41 ` [PR PATCH] [Closed]: " machadofguilherme
2021-06-09  2:48 ` ericonr
  -- strict thread matches above, loose matches on Subject: below --
2021-07-01 20:32 [PR PATCH] " mobinmob
2021-07-01 20:35 ` [PR PATCH] [Updated] " mobinmob
2021-06-07  2:04 [PR PATCH] " machadofguilherme
2021-06-07  2:05 ` [PR PATCH] [Updated] " machadofguilherme
2021-06-07  2:05 ` machadofguilherme

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