Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11047559
D8666.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D8666.diff
View Options
diff --git a/files/ipscan b/files/ipscan
--- a/files/ipscan
+++ b/files/ipscan
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
-java -jar /usr/share/ipscan/ipscan.jar
\ No newline at end of file
+/usr/lib64/openjdk-8/bin/java -jar /usr/share/ipscan/ipscan.jar
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,17 +1,17 @@
name : ipscan
version : 3.7.0
-release : 5
+release : 6
source :
- https://github.com/angryziber/ipscan/archive/3.7.0.tar.gz : abde3211db69ea714651cf808a208923712c99ddc78dbe930bb10ea29d998032
license : GPL-2.0-or-later
homepage : https://angryip.org/
component : network.util
-summary : Angry IP Scanner
+summary : Angry IP Scanner - Fast network scanner
description: |
- Angry IP Scanner
+ ipscan scans the network for reachable hosts and more.
networking : yes
builddeps :
- - openjdk-8
+ - gradle
rundeps :
- openjdk-8
environment: |
@@ -21,9 +21,9 @@
# also skip minimizing jar because it is failing for some reason
%patch -p1 < $pkgfiles/0001-disable-deb-rpm-minimize.patch
build : |
- %make linux64
+ gradle linux64
install : |
- install -D -m 00755 $pkgfiles/ipscan $installdir/usr/bin/ipscan
- install -D -m 00644 $pkgfiles/ipscan.desktop $installdir/usr/share/applications/ipscan.desktop
- install -D -m 00755 $workdir/build/libs/ipscan-%version%-linux64-%version%.jar $installdir/usr/share/ipscan/ipscan.jar
- install -D -m 00644 $workdir/build/resources/main/images/icon256.png $installdir/usr/share/pixmaps/ipscan.png
+ install -Dm00755 $pkgfiles/ipscan -t $installdir/usr/bin
+ install -Dm00644 $pkgfiles/ipscan.desktop -t $installdir/usr/share/applications
+ install -Dm00755 $workdir/build/libs/ipscan-%version%-linux64-%version%.jar $installdir/usr/share/ipscan/ipscan.jar
+ install -Dm00644 $workdir/build/resources/main/images/icon256.png $installdir/usr/share/pixmaps/ipscan.png
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,20 +3,20 @@
<Name>ipscan</Name>
<Homepage>https://angryip.org/</Homepage>
<Packager>
- <Name>Mislav Čakarić</Name>
- <Email>mcakaric@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.util</PartOf>
- <Summary xml:lang="en">Angry IP Scanner</Summary>
- <Description xml:lang="en">Angry IP Scanner
+ <Summary xml:lang="en">Angry IP Scanner - Fast network scanner</Summary>
+ <Description xml:lang="en">ipscan scans the network for reachable hosts and more.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>ipscan</Name>
- <Summary xml:lang="en">Angry IP Scanner</Summary>
- <Description xml:lang="en">Angry IP Scanner
+ <Summary xml:lang="en">Angry IP Scanner - Fast network scanner</Summary>
+ <Description xml:lang="en">ipscan scans the network for reachable hosts and more.
</Description>
<PartOf>network.util</PartOf>
<Files>
@@ -27,12 +27,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2020-03-26</Date>
+ <Update release="6">
+ <Date>2020-04-13</Date>
<Version>3.7.0</Version>
<Comment>Packaging update</Comment>
- <Name>Mislav Čakarić</Name>
- <Email>mcakaric@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 3:32 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5811341
Default Alt Text
D8666.diff (3 KB)
Attached To
Mode
D8666: Make ipscan use openjdk-8 specifically
Attached
Detach File
Event Timeline
Log In to Comment