synergy: update to 1.5.1.
This commit is contained in:
parent
6011e87903
commit
e8772d0842
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sed'
|
||||
pkgname=synergy
|
||||
version=1.5.0
|
||||
version=1.5.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}-Source"
|
||||
build_style=cmake
|
||||
|
@ -10,8 +10,8 @@ short_desc="Share a single mouse and keyboard between multiple computers"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://synergy-foss.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://synergy-project.org/files/packages/${pkgname}-${version}-r2278-Source.tar.gz"
|
||||
checksum=66bf6016a2e71b2b2b26fc445d28324d1d286b6fca7ae3e9d19fd300769af024
|
||||
distfiles="http://synergy-project.org/files/packages/${pkgname}-${version}-r2398-Source.tar.gz"
|
||||
checksum=c70cc5bbec47ea22bdc34107a1788cc37143c0fd8d8c4affba4f0257c26408a7
|
||||
|
||||
CXXFLAGS="-pthread"
|
||||
|
||||
|
@ -25,9 +25,8 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
}
|
||||
synergy-gui_package() {
|
||||
depends="desktop-file-utils ${sourcepkg}>=${version}_${revision}"
|
||||
replaces="synergy<1.4.12_2"
|
||||
pkg_install() {
|
||||
vinstall ${wrksrc}/bin/synergy 755 usr/bin
|
||||
vbin ${wrksrc}/bin/synergy
|
||||
vmove usr/share/pixmaps
|
||||
vmove usr/share/applications
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue