* [PR PATCH] New package: anilibria winmaclinux
@ 2025-01-13 7:45 Jaymz665
2025-01-13 7:51 ` [PR PATCH] [Updated] " Jaymz665
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Jaymz665 @ 2025-01-13 7:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
There is a new pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 4175 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/2] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/2] anilibria-winmaclinux
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
@ 2025-01-13 7:51 ` Jaymz665
2025-01-21 11:33 ` Jaymz665
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-01-13 7:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 5193 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/3] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/3] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/3] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
2025-01-13 7:51 ` [PR PATCH] [Updated] " Jaymz665
@ 2025-01-21 11:33 ` Jaymz665
2025-02-07 15:14 ` Jaymz665
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-01-21 11:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 5193 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/3] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/3] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/3] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
2025-01-13 7:51 ` [PR PATCH] [Updated] " Jaymz665
2025-01-21 11:33 ` Jaymz665
@ 2025-02-07 15:14 ` Jaymz665
2025-02-09 16:08 ` Jaymz665
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-02-07 15:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 5193 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/3] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/3] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/3] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (2 preceding siblings ...)
2025-02-07 15:14 ` Jaymz665
@ 2025-02-09 16:08 ` Jaymz665
2025-02-09 16:10 ` Jaymz665
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-02-09 16:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 5193 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/3] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/3] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/3] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (3 preceding siblings ...)
2025-02-09 16:08 ` Jaymz665
@ 2025-02-09 16:10 ` Jaymz665
2025-02-15 18:07 ` Jaymz665
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-02-09 16:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 6355 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/4] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/4] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/4] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
From c731af704f36f79f1e7e7640b29e73e3d3361c48 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Sun, 9 Feb 2025 19:09:58 +0300
Subject: [PATCH 4/4] Update 2.2.25
---
srcpkgs/anilibria-winmaclinux/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index b5bafe9d0dc4f9..eff7e2a94a7c14 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.24"
+version="2.2.25"
revision=1
build_style="qmake"
hostmakedepends="git"
@@ -11,7 +11,7 @@ maintainer="Jaymz665 <jaymz665@gmail.com>"
homepage="https://github.com/anilibria/anilibria-winmaclinux"
license="GPL-3.0-only"
distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
-checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+checksum=02b6e69bc8cb8ad2a6c0970d6d1e135f48defdc7dc7536ef46470e7c87389fb7
do_configure() {
cd "${wrksrc}/src"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (4 preceding siblings ...)
2025-02-09 16:10 ` Jaymz665
@ 2025-02-15 18:07 ` Jaymz665
2025-02-27 14:07 ` Jaymz665
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-02-15 18:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 6355 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/4] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/4] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/4] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
From c731af704f36f79f1e7e7640b29e73e3d3361c48 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Sun, 9 Feb 2025 19:09:58 +0300
Subject: [PATCH 4/4] Update 2.2.25
---
srcpkgs/anilibria-winmaclinux/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index b5bafe9d0dc4f9..eff7e2a94a7c14 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.24"
+version="2.2.25"
revision=1
build_style="qmake"
hostmakedepends="git"
@@ -11,7 +11,7 @@ maintainer="Jaymz665 <jaymz665@gmail.com>"
homepage="https://github.com/anilibria/anilibria-winmaclinux"
license="GPL-3.0-only"
distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
-checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+checksum=02b6e69bc8cb8ad2a6c0970d6d1e135f48defdc7dc7536ef46470e7c87389fb7
do_configure() {
cd "${wrksrc}/src"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (5 preceding siblings ...)
2025-02-15 18:07 ` Jaymz665
@ 2025-02-27 14:07 ` Jaymz665
2025-03-24 11:50 ` Jaymz665
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-02-27 14:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 6355 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/4] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/4] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/4] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
From c731af704f36f79f1e7e7640b29e73e3d3361c48 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Sun, 9 Feb 2025 19:09:58 +0300
Subject: [PATCH 4/4] Update 2.2.25
---
srcpkgs/anilibria-winmaclinux/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index b5bafe9d0dc4f9..eff7e2a94a7c14 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.24"
+version="2.2.25"
revision=1
build_style="qmake"
hostmakedepends="git"
@@ -11,7 +11,7 @@ maintainer="Jaymz665 <jaymz665@gmail.com>"
homepage="https://github.com/anilibria/anilibria-winmaclinux"
license="GPL-3.0-only"
distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
-checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+checksum=02b6e69bc8cb8ad2a6c0970d6d1e135f48defdc7dc7536ef46470e7c87389fb7
do_configure() {
cd "${wrksrc}/src"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (6 preceding siblings ...)
2025-02-27 14:07 ` Jaymz665
@ 2025-03-24 11:50 ` Jaymz665
2025-03-26 12:53 ` Jaymz665
2025-03-26 12:55 ` Jaymz665
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-03-24 11:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 6355 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/4] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/4] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/4] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
From c731af704f36f79f1e7e7640b29e73e3d3361c48 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Sun, 9 Feb 2025 19:09:58 +0300
Subject: [PATCH 4/4] Update 2.2.25
---
srcpkgs/anilibria-winmaclinux/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index b5bafe9d0dc4f9..eff7e2a94a7c14 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.24"
+version="2.2.25"
revision=1
build_style="qmake"
hostmakedepends="git"
@@ -11,7 +11,7 @@ maintainer="Jaymz665 <jaymz665@gmail.com>"
homepage="https://github.com/anilibria/anilibria-winmaclinux"
license="GPL-3.0-only"
distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
-checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+checksum=02b6e69bc8cb8ad2a6c0970d6d1e135f48defdc7dc7536ef46470e7c87389fb7
do_configure() {
cd "${wrksrc}/src"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (7 preceding siblings ...)
2025-03-24 11:50 ` Jaymz665
@ 2025-03-26 12:53 ` Jaymz665
2025-03-26 12:55 ` Jaymz665
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-03-26 12:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 6355 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/4] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/4] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/4] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
From c731af704f36f79f1e7e7640b29e73e3d3361c48 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Sun, 9 Feb 2025 19:09:58 +0300
Subject: [PATCH 4/4] Update 2.2.25
---
srcpkgs/anilibria-winmaclinux/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index b5bafe9d0dc4f9..eff7e2a94a7c14 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.24"
+version="2.2.25"
revision=1
build_style="qmake"
hostmakedepends="git"
@@ -11,7 +11,7 @@ maintainer="Jaymz665 <jaymz665@gmail.com>"
homepage="https://github.com/anilibria/anilibria-winmaclinux"
license="GPL-3.0-only"
distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
-checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+checksum=02b6e69bc8cb8ad2a6c0970d6d1e135f48defdc7dc7536ef46470e7c87389fb7
do_configure() {
cd "${wrksrc}/src"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: anilibria winmaclinux
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
` (8 preceding siblings ...)
2025-03-26 12:53 ` Jaymz665
@ 2025-03-26 12:55 ` Jaymz665
9 siblings, 0 replies; 11+ messages in thread
From: Jaymz665 @ 2025-03-26 12:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
There is an updated pull request by Jaymz665 against master on the void-packages repository
https://github.com/Jaymz665/void-packages Jaymz665-anilibria-winmaclinux
https://github.com/void-linux/void-packages/pull/53953
New package: anilibria winmaclinux
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
Local build testing
I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53953.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Jaymz665-anilibria-winmaclinux-53953.patch --]
[-- Type: text/x-diff, Size: 7074 bytes --]
From a8182fc6673f92485097e6c16035d58212d72deb Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:37:51 +0300
Subject: [PATCH 1/5] anilibria-winmaclinux
---
.../patches/01-fix-installation-paths.patch | 23 +++++++++++++++
...2-change-Exec-value-in-.desktop-file.patch | 26 +++++++++++++++++
srcpkgs/anilibria-winmaclinux/template | 29 +++++++++++++++++++
3 files changed, 78 insertions(+)
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
create mode 100644 srcpkgs/anilibria-winmaclinux/template
diff --git a/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
new file mode 100644
index 00000000000000..b915655d041df6
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/01-fix-installation-paths.patch
@@ -0,0 +1,23 @@
+--- a/src/AniLibria.pro
++++ b/src/AniLibria.pro
+@@ -271,17 +271,8 @@ QML_IMPORT_PATH =
+ # Additional import path used to resolve QML modules just for Qt Quick Designer
+ QML_DESIGNER_IMPORT_PATH =
+
+-# Default rules for deployment.
+-!flatpak{
+- qnx: target.path = /tmp/$${TARGET}/bin
+- else: unix:!android: target.path = /opt/$${TARGET}/bin
+-}else{
+- target.path = $$PREFIX/bin
+-}
+-!isEmpty(target.path) {
+- unix: INSTALLS += target desktop $${UNIX_ICONS}
+- else:macx: INSTALLS += target
+-}
++target.path = /usr/bin
++INSTALLS += target desktop $${UNIX_ICONS}
+
+ HEADERS += \
+ Classes/ListModels/allmyanilibrialistmodel.h \
+
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
new file mode 100644
index 00000000000000..e8018db9b24e8f
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -0,0 +1,26 @@
+From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
+From: Waffle <waffle.lapkin@gmail.com>
+Date: Tue, 19 May 2020 11:02:51 +0300
+Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
+ installation path
+
+---
+ data/anilibria.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/anilibria.desktop b/data/anilibria.desktop
+index 3dfcc73..04c92a5 100644
+--- a/data/anilibria.desktop
++++ b/data/anilibria.desktop
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Name=AniLibria
+ Comment=AniLibria desktop client
+-Exec=/opt/AniLibria/bin/AniLibria
++Exec=/usr/bin/AniLibria
+ Icon=anilibria
+ Type=Application
+ Version=0.1.2
+--
+2.26.2
+
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
new file mode 100644
index 00000000000000..b5bafe9d0dc4f9
--- /dev/null
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -0,0 +1,29 @@
+# Template file for 'anilibria-winmaclinux'
+
+pkgname="anilibria-winmaclinux"
+version="2.2.24"
+revision=1
+build_style="qmake"
+hostmakedepends="git"
+makedepends="gcc qt5-declarative-devel qt5-webview-devel qt5-webengine-devel qt5-multimedia-devel qt5-svg-devel qt5-websockets-devel qt5-declarative-devel qt5-quickcontrols2-devel qt5-quickcontrols gstreamer1 pkg-config mpv-devel"
+short_desc="AniLibria cross platform desktop client"
+maintainer="Jaymz665 <jaymz665@gmail.com>"
+homepage="https://github.com/anilibria/anilibria-winmaclinux"
+license="GPL-3.0-only"
+distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
+checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+
+do_configure() {
+ cd "${wrksrc}/src"
+ qmake CONFIG+=unixmpv
+}
+
+do_build() {
+ cd "${wrksrc}/src"
+ make -j$(nproc) VERBOSE=1
+}
+
+do_install() {
+ cd "${wrksrc}/src"
+ make INSTALL_ROOT=${DESTDIR} install
+}
From 548ccfbabe5aa25d59e723ca1b2342df26539fe1 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:39:00 +0300
Subject: [PATCH 2/5] anilibria-winmaclinux
From 08d74d8def427250f4700677e3f1ce15dd251695 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Mon, 13 Jan 2025 10:51:35 +0300
Subject: [PATCH 3/5] Update 02-change-Exec-value-in-.desktop-file.patch
---
.../patches/02-change-Exec-value-in-.desktop-file.patch | 4 ----
1 file changed, 4 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
index e8018db9b24e8f..d2401b00e4ba3f 100644
--- a/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
+++ b/srcpkgs/anilibria-winmaclinux/patches/02-change-Exec-value-in-.desktop-file.patch
@@ -1,7 +1,3 @@
-From 2cc483c48645141294b29638f785a61923a805ca Mon Sep 17 00:00:00 2001
-From: Waffle <waffle.lapkin@gmail.com>
-Date: Tue, 19 May 2020 11:02:51 +0300
-Subject: [PATCH] change `Exec` value in `.desktop` file to match archlinux
installation path
---
From c731af704f36f79f1e7e7640b29e73e3d3361c48 Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Sun, 9 Feb 2025 19:09:58 +0300
Subject: [PATCH 4/5] Update 2.2.25
---
srcpkgs/anilibria-winmaclinux/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index b5bafe9d0dc4f9..eff7e2a94a7c14 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.24"
+version="2.2.25"
revision=1
build_style="qmake"
hostmakedepends="git"
@@ -11,7 +11,7 @@ maintainer="Jaymz665 <jaymz665@gmail.com>"
homepage="https://github.com/anilibria/anilibria-winmaclinux"
license="GPL-3.0-only"
distfiles="https://github.com/anilibria/anilibria-winmaclinux/archive/refs/tags/${version}.tar.gz"
-checksum=7a1f4b950e54ee6dd96611fea3c1609548c06a3b4f3de3ee0fc9d37ad4370c0d
+checksum=02b6e69bc8cb8ad2a6c0970d6d1e135f48defdc7dc7536ef46470e7c87389fb7
do_configure() {
cd "${wrksrc}/src"
From 43f5bbbdc6dcfa058e51bc7e0368bb81fa42eb3d Mon Sep 17 00:00:00 2001
From: Jartz <54475558+Jaymz665@users.noreply.github.com>
Date: Wed, 26 Mar 2025 15:55:01 +0300
Subject: [PATCH 5/5] Update template
---
srcpkgs/anilibria-winmaclinux/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/anilibria-winmaclinux/template b/srcpkgs/anilibria-winmaclinux/template
index eff7e2a94a7c14..34c70a7bc2952c 100644
--- a/srcpkgs/anilibria-winmaclinux/template
+++ b/srcpkgs/anilibria-winmaclinux/template
@@ -1,7 +1,7 @@
# Template file for 'anilibria-winmaclinux'
pkgname="anilibria-winmaclinux"
-version="2.2.25"
+version="2.2.26"
revision=1
build_style="qmake"
hostmakedepends="git"
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-03-26 12:55 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-13 7:45 [PR PATCH] New package: anilibria winmaclinux Jaymz665
2025-01-13 7:51 ` [PR PATCH] [Updated] " Jaymz665
2025-01-21 11:33 ` Jaymz665
2025-02-07 15:14 ` Jaymz665
2025-02-09 16:08 ` Jaymz665
2025-02-09 16:10 ` Jaymz665
2025-02-15 18:07 ` Jaymz665
2025-02-27 14:07 ` Jaymz665
2025-03-24 11:50 ` Jaymz665
2025-03-26 12:53 ` Jaymz665
2025-03-26 12:55 ` Jaymz665
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).