summaryrefslogtreecommitdiff
path: root/pcr/freefilesync
diff options
context:
space:
mode:
authorfreaj <freaj@riseup.net>2015-03-19 16:27:54 +0100
committerfreaj <freaj@riseup.net>2015-03-19 16:27:54 +0100
commitbdadc79037597cc5745c721bae8a011d89476751 (patch)
treea0298ee3c0b7939924c81d788582b80efc3afc2d /pcr/freefilesync
parentec24703729d0cfa9046655f844d9cd5a8a7aac9e (diff)
freefilesync: add new package to [pcr]
Diffstat (limited to 'pcr/freefilesync')
-rwxr-xr-xpcr/freefilesync/FreeFileSync.desktop15
-rw-r--r--pcr/freefilesync/PKGBUILD48
-rwxr-xr-xpcr/freefilesync/RealtimeSync.desktop15
-rwxr-xr-xpcr/freefilesync/ffsicon.pngbin0 -> 12078 bytes
-rwxr-xr-xpcr/freefilesync/rtsicon.pngbin0 -> 11335 bytes
5 files changed, 78 insertions, 0 deletions
diff --git a/pcr/freefilesync/FreeFileSync.desktop b/pcr/freefilesync/FreeFileSync.desktop
new file mode 100755
index 000000000..216d0c156
--- /dev/null
+++ b/pcr/freefilesync/FreeFileSync.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Comment=
+Exec=FreeFileSync
+GenericName=Folder Comparison and Synchronization
+Icon=/usr/share/pixmaps/ffsicon.png
+Name=FreeFileSync
+NoDisplay=false
+StartupNotify=true
+Categories=GTK;Application;Utility;
+Terminal=0
+TerminalOptions=
+Type=Application
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+
diff --git a/pcr/freefilesync/PKGBUILD b/pcr/freefilesync/PKGBUILD
new file mode 100644
index 000000000..182fd13b7
--- /dev/null
+++ b/pcr/freefilesync/PKGBUILD
@@ -0,0 +1,48 @@
+# Maintainer : freaj <freaj@riseup.net>
+# Contributor (Arch): chenxing <cxcxcxcx AT gmail DOT com>
+# Contributor (Arch): Michael Burkhard <Michael DOT Burkhard AT web DOT de>
+# Maintainer (Arch): alexmo82 <25396682 AT live DOT it>
+
+pkgname=freefilesync
+pkgver=6.14
+pkgrel=0
+pkgdesc="Visual folder comparison and synchronization"
+arch=('any')
+url="http://sourceforge.net/projects/freefilesync/"
+license=('GPLv3')
+depends=(wxgtk webkitgtk2 boost)
+conflicts=(freefilesync-ubuntu)
+source=("http://downloads.sourceforge.net/project/zenxml/zenXml_2.1.zip"
+ "http://downloads.sourceforge.net/project/freefilesync/FreeFileSync/$pkgver/FreeFileSync_${pkgver}_Source.zip"
+ FreeFileSync.desktop
+ ffsicon.png
+ RealtimeSync.desktop
+ rtsicon.png)
+md5sums=('d6eee89cdf8b08a2e057338013752c62'
+ 'e9ccd9ef085fdfc7401472d2e9a3c90f'
+ 'a7be7841f47f29d8e6210c8ab592a1e3'
+ '1f452dff6f970d95839411008d86250b'
+ '90152f1021f2d6fb6ab4fa511dc60fa9'
+ 'ee5587fa0a8d906ad416564e4daf5a06')
+
+build() {
+ cd ${srcdir}/FreeFileSync/Source
+ make launchpad
+
+ cd RealtimeSync
+ make launchpad
+}
+
+package() {
+ cd ${srcdir}/FreeFileSync/Source
+ make DESTDIR=${pkgdir} install
+
+ cd RealtimeSync
+ make DESTDIR=${pkgdir} install
+
+ cd ${srcdir}
+ install -Dm644 FreeFileSync.desktop $pkgdir/usr/share/applications/FreeFileSync.desktop
+ install -Dm644 ffsicon.png $pkgdir/usr/share/pixmaps/ffsicon.png
+ install -Dm644 RealtimeSync.desktop $pkgdir/usr/share/applications/RealtimeSync.desktop
+ install -Dm644 rtsicon.png $pkgdir/usr/share/pixmaps/rtsicon.png
+}
diff --git a/pcr/freefilesync/RealtimeSync.desktop b/pcr/freefilesync/RealtimeSync.desktop
new file mode 100755
index 000000000..b42759530
--- /dev/null
+++ b/pcr/freefilesync/RealtimeSync.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Comment=
+Exec=RealtimeSync
+GenericName=Automated Synchronization
+Icon=/usr/share/pixmaps/rtsicon.png
+Name=RealtimeSync
+NoDisplay=false
+StartupNotify=true
+Categories=GTK;Application;Utility;
+Terminal=0
+TerminalOptions=
+Type=Application
+X-KDE-SubstituteUID=false
+X-KDE-Username=
+
diff --git a/pcr/freefilesync/ffsicon.png b/pcr/freefilesync/ffsicon.png
new file mode 100755
index 000000000..7fbc97509
--- /dev/null
+++ b/pcr/freefilesync/ffsicon.png
Binary files differ
diff --git a/pcr/freefilesync/rtsicon.png b/pcr/freefilesync/rtsicon.png
new file mode 100755
index 000000000..f76e74503
--- /dev/null
+++ b/pcr/freefilesync/rtsicon.png
Binary files differ