Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10818397
D4552.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
D4552.diff
View Options
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.54
+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.54/syncthing-source-v0.14.54.tar.gz : d97cf142bbb64b5f7801bdbb36e092d5b117e0e3ca09e2eba2c8c3acf964d2dd
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-06</Date>
+ <Version>0.14.54</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
Details
Attached
Mime Type
text/plain
Expires
Jun 2 2023, 12:46 PM (10 w, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832888
Default Alt Text
D4552.diff (3 KB)
Attached To
Mode
D4552: Update syncthing to 0.14.54
Attached
Detach File
Event Timeline
Log In to Comment