Page MenuHomeSolus

D4552.id11154.diff
No OneTemporary

D4552.id11154.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : syncthing
-version : 0.14.52
-release : 42
+version : 0.14.53
+release : 43
homepage : https://syncthing.net
source :
- - https://github.com/syncthing/syncthing/releases/download/v0.14.52/syncthing-source-v0.14.52.tar.gz : 4954c2b05c60b6de29104d4783193a51164485cfa4a810c5a0696d72a83816c2
+ - https://github.com/syncthing/syncthing/releases/download/v0.14.53/syncthing-source-v0.14.53.tar.gz : 6593f00f7d9fc11c5e92bbffcfdcee1687608f299a80121275fb6bc13d79f432
license : MPL-2.0
extract : no
component : network.util
@@ -22,11 +22,16 @@
install : |
export syncdir="${workdir}/src/github.com/syncthing/"
cd $syncdir/syncthing
- # Install binaries and systemd stuff
+ # Install binaries and other stuff
install -Dm00755 syncthing $installdir/usr/bin/syncthing
install -Dm00644 etc/linux-systemd/system/syncthing@.service $installdir/%libdir%/systemd/system/syncthing@.service
install -Dm00644 etc/linux-systemd/user/syncthing.service $installdir/%libdir%/systemd/user/syncthing.service
- # ufw rules
+ install -Dm00644 etc/linux-desktop/syncthing-ui.desktop $installdir/usr/share/applications/syncthing-ui.desktop
+ install -Dm00644 etc/linux-desktop/syncthing-start.desktop $installdir/usr/share/applications/syncthing-start.desktop
+ install -Dm00644 assets/logo-only.svg $installdir/usr/share/icons/hicolor/scalable/apps/syncthing.svg
+ for sz in 32 64 128 256 512; do
+ install -Dm00644 assets/logo-${sz}.png $installdir/usr/share/icons/hicolor/${sz}x${sz}/apps/syncthing.png
+ done
install -Dm00644 etc/firewall-ufw/syncthing $installdir/etc/ufw/applications.d/syncthing
# Install man pages
cd man
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -24,6 +24,14 @@
<Path fileType="executable">/usr/bin/syncthing</Path>
<Path fileType="library">/usr/lib64/systemd/system/syncthing@.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/syncthing.service</Path>
+ <Path fileType="data">/usr/share/applications/syncthing-start.desktop</Path>
+ <Path fileType="data">/usr/share/applications/syncthing-ui.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/syncthing.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/syncthing.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/syncthing.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/syncthing.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/syncthing.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/syncthing.svg</Path>
<Path fileType="man">/usr/share/man/man1/syncthing.1</Path>
<Path fileType="man">/usr/share/man/man5/syncthing-config.5</Path>
<Path fileType="man">/usr/share/man/man5/syncthing-stignore.5</Path>
@@ -41,12 +49,12 @@
</Files>
</Package>
<History>
- <Update release="42">
- <Date>2018-11-06</Date>
- <Version>0.14.52</Version>
+ <Update release="43">
+ <Date>2018-12-04</Date>
+ <Version>0.14.53</Version>
<Comment>Packaging update</Comment>
<Name>Jarno Turkki</Name>
<Email>watpi@posteo.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 12 2023, 4:16 PM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5833895
Default Alt Text
D4552.id11154.diff (3 KB)

Event Timeline