Page MenuHomeSolus

D850.id1855.diff
No OneTemporary

D850.id1855.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,16 @@
+libc.so.6
+libgcc_s.so.1
+libgdk_pixbuf-2.0.so.0
+libgio-2.0.so.0
+libglib-2.0.so.0
+libgobject-2.0.so.0
+libgtk-x11-2.0.so.0
+libm.so.6
+libpthread.so.0
+libstdc++.so.6
+libwx_baseu-3.0.so.0
+libwx_baseu_net-3.0.so.0
+libwx_gtk2u_adv-3.0.so.0
+libwx_gtk2u_aui-3.0.so.0
+libwx_gtk2u_core-3.0.so.0
+libz.so.1
Index: files/freefilesync.desktop
===================================================================
--- /dev/null
+++ files/freefilesync.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=FreeFileSync
+GenericName=Files and Folders Synchronization
+Comment=Visual files and folder comparison and synchronization tool
+Exec=FreeFileSync
+Terminal=false
+Icon=freefilesync
+Type=Application
+Categories=Utility;Archiving;Application;
+Version=1.0
Index: files/realtimesync.desktop
===================================================================
--- /dev/null
+++ files/realtimesync.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=RealTimeSync
+GenericName=Realtime Synchronization Tool
+Comment=Realtime files and folder synchronization
+Exec=RealTimeSync
+Terminal=false
+Icon=realtimesync
+Type=Application
+Categories=Utility;Archiving;Application;
+Version=1.0
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,51 @@
+name : freefilesync
+version : 9.3
+release : 1
+source :
+ - https://www.freefilesync.org/download/FreeFileSync_9.3_Source.zip : 0e113092f9229ec2e5f73eea043a0f71ab7ada1a14975e6f9b8a9dcee536304b
+license : GPL-3.0
+component : network.util
+summary : Free backup software to synchronize files and folders
+description: |
+ FreeFileSync is a free data backup software that helps you synchronize files and synchronize folders. It is designed to save your time setting up and running data backups while having nice visual feedback along the way.
+builddeps :
+ - pkgconfig(gtk+-2.0)
+ - libboost-devel
+ - wxwidgets-devel
+setup : |
+ cd ..
+ sed -i 's!m_listBoxHistory->GetTopItem()!0!g' FreeFileSync/Source/ui/main_dlg.cpp
+ sed -i 's!static_assert!//static_assert!' zen/scope_guard.h
+ sed -i 's!-O3 -DN!-D"warn_static(arg)= " -O3 -DN!' FreeFileSync/Source/Makefile
+ sed -i 's!-O3 -DN!-D"warn_static(arg)= " -O3 -DN!' FreeFileSync/Source/RealTimeSync/Makefile
+ sed -i 's!inline!!g' FreeFileSync/Source/ui/version_check_impl.h
+ cp Changelog.txt FreeFileSync/Build
+build : |
+ pushd Source
+ %make BUILD=FreeFileSync
+ pushd RealTimeSync
+ %make BUILD=RealTimeSync
+ popd
+ popd
+install : |
+ pushd Source
+ %make_install
+ pushd RealTimeSync
+ %make_install
+ popd
+ popd
+
+ # clean up the mess
+ rm -r $installdir/usr/share/doc/FreeFileSync
+ chmod -x $installdir/usr/share/FreeFileSync/Languages/*.lng
+ sed -i 's/\r$//' $installdir/usr/share/FreeFileSync/Languages/*.lng
+ chmod -x $installdir/usr/share/FreeFileSync/Help/html/*.html
+ chmod -x $installdir/usr/share/FreeFileSync/Help/html/*.css
+ chmod -x $installdir/usr/share/FreeFileSync/Help/FreeFileSync.hh*
+ chmod -x $installdir/usr/share/FreeFileSync/Resources.zip
+
+ # desktop
+ install -Dm00644 $pkgfiles/freefilesync.desktop $installdir/usr/share/applications/freefilesync.desktop
+ install -Dm00644 $pkgfiles/freefilesync.png $installdir/usr/share/pixmaps/freefilesync.png
+ install -Dm00644 $pkgfiles/realtimesync.desktop $installdir/usr/share/applications/realtimesync.desktop
+ install -Dm00644 $pkgfiles/realtimesync.png $installdir/usr/share/pixmaps/realtimesync.png
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,146 @@
+<PISI>
+ <Source>
+ <Name>freefilesync</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>network.util</PartOf>
+ <Summary xml:lang="en">Free backup software to synchronize files and folders</Summary>
+ <Description xml:lang="en">FreeFileSync is a free data backup software that helps you synchronize files and synchronize folders. It is designed to save your time setting up and running data backups while having nice visual feedback along the way.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>freefilesync</Name>
+ <Summary xml:lang="en">Free backup software to synchronize files and folders</Summary>
+ <Description xml:lang="en">FreeFileSync is a free data backup software that helps you synchronize files and synchronize folders. It is designed to save your time setting up and running data backups while having nice visual feedback along the way.
+</Description>
+ <PartOf>network.util</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/FreeFileSync.hhc</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/FreeFileSync.hhp</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/base.css</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/command-line.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/comparison-settings.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/daylight-saving-time.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/exclude-items.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/expert-settings.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/external-applications.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/freefilesync.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/macros.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/realtimesync.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/run-as-service.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/schedule-a-batch-job.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/synchronization-settings.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/synchronize-with-sftp.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/tips-and-tricks.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/variable-drive-letters.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/versioning.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/html/volume-shadow-copy.html</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/add-folder-pair.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/automator-file-dropped.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/basic-step-choose-folders.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/basic-step-compare.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/basic-step-start-sync.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/basic-step-sync-config.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/calendar-job-added.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/com-settings-context.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/command-line-syntax.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/comparison-settings.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/comparison-variant-double-click.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/config-double-click.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/config-multiple-selection.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/copy-alternative-path.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/dialog-drag-move.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/direct-synchronize.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/donate.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/explorer-context.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/filter-context.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/filter.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/freefilesync-logo.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/gnome-scheduler.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/ignore-time-shift.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/launch-automator.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/main-window.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/new-calendar-alarm.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/open-finder-items.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/path-by-volume-name.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/realtimesync-create-shortcut.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/realtimesync-logo.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/realtimesync-main-window.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/realtimesync-monitor-usb.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/realtimesync-schedule.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/realtimesync-shortcut-properties.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/remove-drop-down-path.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/remove-local-settings.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/save-automator.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/select-time-span.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/setup-batch-job.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/sftp-cloud-picker.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/sftp-login.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/sftp-performance.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/show-thumbnails.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/sync-settings-context.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/synchronization-settings.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/synchronization-variant-double-click.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/two-folder-drop.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/versioning.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/view-filter-default.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/windows-scheduler.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Help/images/xp-scheduler.png</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/arabic.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/bulgarian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/chinese_simple.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/chinese_traditional.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/croatian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/czech.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/danish.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/dutch.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/english_uk.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/finnish.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/french.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/german.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/greek.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/hebrew.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/hindi.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/hungarian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/italian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/japanese.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/korean.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/lithuanian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/norwegian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/polish.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/portuguese.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/portuguese_br.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/romanian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/russian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/slovak.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/slovenian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/spanish.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/swedish.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/turkish.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Languages/ukrainian.lng</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/Resources.zip</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/ding.wav</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/gong.wav</Path>
+ <Path fileType="data">/usr/share/FreeFileSync/harp.wav</Path>
+ <Path fileType="data">/usr/share/applications/freefilesync.desktop</Path>
+ <Path fileType="data">/usr/share/applications/realtimesync.desktop</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/pixmaps/freefilesync.png</Path>
+ <Path fileType="data">/usr/share/pixmaps/realtimesync.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-08-19</Date>
+ <Version>9.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Apr 27 2023, 5:55 PM (15 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800304
Default Alt Text
D850.id1855.diff (16 KB)

Event Timeline