diff --git a/README.md b/README.md index 5e13f45..238d9d9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # quicksynergy +QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an application that allows the user to share his mouse and keyboard between two or more computers. + diff --git a/computer-QuickSynergy.svg b/computer-QuickSynergy.svg new file mode 100644 index 0000000..b9eec95 --- /dev/null +++ b/computer-QuickSynergy.svg @@ -0,0 +1,776 @@ + + + + + + + + computer-aj + + + + + 11 + hardware + technology + desktop + computer + monitor + + + + + AJ Ashton + + + + + AJ Ashton + + + + + AJ Ashton + + + + image/svg+xml + + + en + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quicksynergy-desktop b/quicksynergy-desktop new file mode 100644 index 0000000..72851ce --- /dev/null +++ b/quicksynergy-desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=QuickSynergy +GenericName=Keyboard and mouse sharing +GenericName[it]=Condividi mouse e tastiera fra più PC +Comment=Use only a mouse and a keyboard to controll more PCs +Comment=Usa un mouse e una tastiera per controllare più PC +TryExec=quicksynergy +Exec=quicksynergy +Icon=computer-QuickSynergy.svg +Terminal=0 +Type=Application +Categories=Application;System; diff --git a/quicksynergy.spec b/quicksynergy.spec new file mode 100644 index 0000000..e245b6f --- /dev/null +++ b/quicksynergy.spec @@ -0,0 +1,67 @@ +Name: quicksynergy +Version: 0.9.0 +Release: 4mamba +Summary: QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an application that allows the user to share his mouse and keyboard between two or more computers. +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://quicksynergy.sourceforge.net +Source: http://downloads.sourceforge.net/sourceforge/quicksynergy/quicksynergy-%{version}.tar.gz +Source1: quicksynergy-desktop +Source2: computer-QuickSynergy.svg +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Requires: synergy +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libpango-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END + +%description +QuickSynergy is a graphical interface (GUI) for easily configuring Synergy2, an application that allows the user to share his mouse and keyboard between two or more computers. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} +install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/quicksynergy.desktop +install -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/computer-QuickSynergy.svg + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%{_bindir}/quicksynergy +%{_datadir}/applications/quicksynergy.desktop +%{_datadir}/icons/hicolor/scalable/apps/computer-QuickSynergy.svg +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog NEWS README THANKS + +%changelog +* Thu Jul 11 2013 Automatic Build System 0.9.0-4mamba +- automatic rebuild by autodist + +* Tue Mar 17 2009 Silvan Calarco 0.9.0-3mamba +- fixed a syntax error in desktop file + +* Thu Mar 17 2009 Ercole 'ercolinux' Carpanetto 0.9.0-2mamba +- added icon and desktop file +* Mon Mar 16 2009 Ercole 'ercolinux' Carpanetto 0.9.0-1mamba +- package created by autospec