Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: briss-0.9
@ 2023-05-25 10:55 Eloitor
  2023-09-08  1:45 ` github-actions
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2023-05-25 10:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages briss
https://github.com/void-linux/void-packages/pull/44075

New package: briss-0.9
#### 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**.  For now it uses the precompiled distribution (the LanguageTool package does this too). It should be possible to compile it if someone knows how to handle the dependencies.

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

closes #37737

I attempted to compile from source:
`distfiles="https://sourceforge.net/code-snapshots/svn/b/br/briss/code/briss-code-r75-briss.zip"`

But some dependencies are missing and I don't know how to package it:
```
[ERROR] Failed to execute goal on project briss: Could not resolve dependencies for project at.laborg:briss:jar:0.9: The following artifacts could not be resolved: jpedal:jpedal:jar:4.74b27, jai:jai-imageio:jar:1.0, jai:jai-core:jar:1.0, jai:jai-codec:jar:1.0: Failure to find jpedal:jpedal:jar:4.74b27 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
```


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

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

From e0b0803d7a9d58554394ccea34b9534615f768e4 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 25 May 2023 12:50:39 +0200
Subject: [PATCH] New package: briss-0.9

---
 srcpkgs/briss/template | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/briss/template

diff --git a/srcpkgs/briss/template b/srcpkgs/briss/template
new file mode 100644
index 000000000000..6b9b64b01981
--- /dev/null
+++ b/srcpkgs/briss/template
@@ -0,0 +1,34 @@
+# Template file for 'briss'
+pkgname=briss
+version=0.9
+revision=1
+depends="virtual?java-runtime"
+short_desc="Simple cross-platform application for cropping PDF files"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://sourceforge.net/projects/briss/"
+changelog="https://sourceforge.net/p/briss/code/HEAD/tree/briss/CHANGELOG.txt?format=raw"
+distfiles="${SOURCEFORGE_SITE}/briss/briss-${version}.tar.gz"
+checksum=45dd668a9ceb9cd59529a9fefe422a002ee1554a61be07e6fc8b3baf33d733d9
+
+post_build() {
+	cat > briss <<_EOF
+#!/bin/sh -e
+cd /usr/share/briss
+exec java -jar briss-${version}.jar "\$@"
+_EOF
+}
+
+do_install() {
+	vinstall bcprov-jdk15-1.46.jar 644 usr/share/briss
+	vinstall itextpdf-5.2.0.jar 644 usr/share/briss
+	vinstall jai-core-1.0.jar 644 usr/share/briss
+	vinstall jpedal-4.74b27.jar 644 usr/share/briss
+	vinstall bcmail-jdk15-1.46.jar 644 usr/share/briss
+	vinstall bctsp-jdk15-1.46.jar 644 usr/share/briss
+	vinstall briss-0.9.jar 644 usr/share/briss
+	vinstall jai-codec-1.0.jar 644 usr/share/briss
+	vinstall jai-imageio-1.0.jar 644 usr/share/briss
+
+	vbin briss
+}

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

* Re: New package: briss-0.9
  2023-05-25 10:55 [PR PATCH] New package: briss-0.9 Eloitor
@ 2023-09-08  1:45 ` github-actions
  2023-09-08 16:20 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-09-08  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44075#issuecomment-1710963594

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: briss-0.9
  2023-05-25 10:55 [PR PATCH] New package: briss-0.9 Eloitor
  2023-09-08  1:45 ` github-actions
@ 2023-09-08 16:20 ` Eloitor
  2023-09-08 16:21 ` Eloitor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2023-09-08 16:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages briss
https://github.com/void-linux/void-packages/pull/44075

New package: briss-0.9
#### 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**.  For now it uses the precompiled distribution (the LanguageTool package does this too). It should be possible to compile it if someone knows how to handle the dependencies.

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

closes #37737

I attempted to compile from source:
`distfiles="https://sourceforge.net/code-snapshots/svn/b/br/briss/code/briss-code-r75-briss.zip"`

But some dependencies are missing and I don't know how to package it:
```
[ERROR] Failed to execute goal on project briss: Could not resolve dependencies for project at.laborg:briss:jar:0.9: The following artifacts could not be resolved: jpedal:jpedal:jar:4.74b27, jai:jai-imageio:jar:1.0, jai:jai-core:jar:1.0, jai:jai-codec:jar:1.0: Failure to find jpedal:jpedal:jar:4.74b27 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
```


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

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

From f4351c4ef41635d4a484fec737cd0f84fe747f30 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 25 May 2023 12:50:39 +0200
Subject: [PATCH] New package: briss-0.9

---
 srcpkgs/briss/template | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/briss/template

diff --git a/srcpkgs/briss/template b/srcpkgs/briss/template
new file mode 100644
index 0000000000000..6b9b64b01981e
--- /dev/null
+++ b/srcpkgs/briss/template
@@ -0,0 +1,34 @@
+# Template file for 'briss'
+pkgname=briss
+version=0.9
+revision=1
+depends="virtual?java-runtime"
+short_desc="Simple cross-platform application for cropping PDF files"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://sourceforge.net/projects/briss/"
+changelog="https://sourceforge.net/p/briss/code/HEAD/tree/briss/CHANGELOG.txt?format=raw"
+distfiles="${SOURCEFORGE_SITE}/briss/briss-${version}.tar.gz"
+checksum=45dd668a9ceb9cd59529a9fefe422a002ee1554a61be07e6fc8b3baf33d733d9
+
+post_build() {
+	cat > briss <<_EOF
+#!/bin/sh -e
+cd /usr/share/briss
+exec java -jar briss-${version}.jar "\$@"
+_EOF
+}
+
+do_install() {
+	vinstall bcprov-jdk15-1.46.jar 644 usr/share/briss
+	vinstall itextpdf-5.2.0.jar 644 usr/share/briss
+	vinstall jai-core-1.0.jar 644 usr/share/briss
+	vinstall jpedal-4.74b27.jar 644 usr/share/briss
+	vinstall bcmail-jdk15-1.46.jar 644 usr/share/briss
+	vinstall bctsp-jdk15-1.46.jar 644 usr/share/briss
+	vinstall briss-0.9.jar 644 usr/share/briss
+	vinstall jai-codec-1.0.jar 644 usr/share/briss
+	vinstall jai-imageio-1.0.jar 644 usr/share/briss
+
+	vbin briss
+}

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

* Re: New package: briss-0.9
  2023-05-25 10:55 [PR PATCH] New package: briss-0.9 Eloitor
  2023-09-08  1:45 ` github-actions
  2023-09-08 16:20 ` [PR PATCH] [Updated] " Eloitor
@ 2023-09-08 16:21 ` Eloitor
  2023-12-08  1:46 ` github-actions
  2023-12-23  1:45 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2023-09-08 16:21 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/44075#issuecomment-1711926220

Comment:
I also found: https://github.com/mbaeuerle/Briss-2.0

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

* Re: New package: briss-0.9
  2023-05-25 10:55 [PR PATCH] New package: briss-0.9 Eloitor
                   ` (2 preceding siblings ...)
  2023-09-08 16:21 ` Eloitor
@ 2023-12-08  1:46 ` github-actions
  2023-12-23  1:45 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-12-08  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44075#issuecomment-1846429686

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: briss-0.9
  2023-05-25 10:55 [PR PATCH] New package: briss-0.9 Eloitor
                   ` (3 preceding siblings ...)
  2023-12-08  1:46 ` github-actions
@ 2023-12-23  1:45 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-12-23  1:45 UTC (permalink / raw)
  To: ml

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

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

New package: briss-0.9
https://github.com/void-linux/void-packages/pull/44075

Description:
#### 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**.  For now it uses the precompiled distribution (the LanguageTool package does this too). It should be possible to compile it if someone knows how to handle the dependencies.

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

closes #37737

I attempted to compile from source:
`distfiles="https://sourceforge.net/code-snapshots/svn/b/br/briss/code/briss-code-r75-briss.zip"`

But some dependencies are missing and I don't know how to package it:
```
[ERROR] Failed to execute goal on project briss: Could not resolve dependencies for project at.laborg:briss:jar:0.9: The following artifacts could not be resolved: jpedal:jpedal:jar:4.74b27, jai:jai-imageio:jar:1.0, jai:jai-core:jar:1.0, jai:jai-codec:jar:1.0: Failure to find jpedal:jpedal:jar:4.74b27 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
```


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

end of thread, other threads:[~2023-12-23  1:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 10:55 [PR PATCH] New package: briss-0.9 Eloitor
2023-09-08  1:45 ` github-actions
2023-09-08 16:20 ` [PR PATCH] [Updated] " Eloitor
2023-09-08 16:21 ` Eloitor
2023-12-08  1:46 ` github-actions
2023-12-23  1:45 ` [PR PATCH] [Closed]: " github-actions

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