Skip to content

Commit

Permalink
freefilesync: rebuild for wxwidgets
Browse files Browse the repository at this point in the history
**Summary**
  • Loading branch information
androidnisse committed Dec 19, 2024
1 parent fceb747 commit 138ff93
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/f/freefilesync/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ libstdc++.so.6:_ZnwmRKSt9nothrow_t
libstdc++.so.6:__cxa_allocate_exception
libstdc++.so.6:__cxa_bad_typeid
libstdc++.so.6:__cxa_begin_catch
libstdc++.so.6:__cxa_call_terminate
libstdc++.so.6:__cxa_end_catch
libstdc++.so.6:__cxa_free_exception
libstdc++.so.6:__cxa_guard_abort
Expand Down
4 changes: 2 additions & 2 deletions packages/f/freefilesync/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : freefilesync
version : '13.6'
release : 5
release : 6
source :
- https://sources.getsol.us/FreeFileSync_13.6_Source.zip : 949e0b8a2b14cbcc3a38f778e3026e7c7fa89756308ce7c541fab38f71d66f6c
homepage : https://freefilesync.org/
Expand Down Expand Up @@ -36,7 +36,7 @@ setup : |
build : |
%make -C Source exeName=FreeFileSync
%make -C Source/RealTimeSync exeName=RealTimeSync
install : |
install : |2
install -Dm00755 $workdir/Build/Bin/FreeFileSync $installdir/usr/bin/FreeFileSync
install -Dm00755 $workdir/Build/Bin/RealTimeSync $installdir/usr/bin/RealTimeSync
Expand Down
12 changes: 6 additions & 6 deletions packages/f/freefilesync/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>freefilesync</Name>
<Homepage>https://freefilesync.org/</Homepage>
<Packager>
<Name>Zach Bacon</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>network.util</PartOf>
Expand Down Expand Up @@ -45,12 +45,12 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2024-05-24</Date>
<Update release="6">
<Date>2024-12-19</Date>
<Version>13.6</Version>
<Comment>Packaging update</Comment>
<Name>Zach Bacon</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 138ff93

Please sign in to comment.