mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add ksynaptics 0.3.1, KDE control center module for Synaptics touchpads.
KSynaptics is a KDE control center module that enables users to take full advantage of their mobiles' Synaptics touchpad. It depends on the Xorg/XFree86 synaptics driver and offers the following features: * adjustable pressure sensitivity * tapping configuration / smart tapping * mouse button emulation * circular scrolling * smart mode WWW: http://qsynaptics.sourceforge.net/
This commit is contained in:
parent
d596967f05
commit
469d872039
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157700
@ -266,6 +266,7 @@
|
||||
SUBDIR += komparator
|
||||
SUBDIR += krename
|
||||
SUBDIR += kshutdown
|
||||
SUBDIR += ksynaptics
|
||||
SUBDIR += lavaps
|
||||
SUBDIR += lcdproc
|
||||
SUBDIR += ldap-account-manager
|
||||
|
29
sysutils/ksynaptics/Makefile
Normal file
29
sysutils/ksynaptics/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: ksynaptics
|
||||
# Date created: Sun Mar 19 23:11:08 CET 2006
|
||||
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ksynaptics
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= http://qsynaptics.sourceforge.net/
|
||||
|
||||
MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= KDE control center module for Synaptics touchpads
|
||||
|
||||
LIB_DEPENDS= synaptics:${PORTSDIR}/x11/libsynaptics
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|/usr/include/synaptics|${X11BASE}/include/synaptics|g' \
|
||||
${WRKSRC}/ksynaptics/src/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/ksynaptics/distinfo
Normal file
3
sysutils/ksynaptics/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ksynaptics-0.3.1.tar.bz2) = c9c124ba59bbb898bfc73f2ab00e8006
|
||||
SHA256 (ksynaptics-0.3.1.tar.bz2) = b34a3df0ace69679f3b383fbe5f2829bda68516bea24f03fee417d903a3235f4
|
||||
SIZE (ksynaptics-0.3.1.tar.bz2) = 680089
|
11
sysutils/ksynaptics/pkg-descr
Normal file
11
sysutils/ksynaptics/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
KSynaptics is a KDE control center module that enables users to take full
|
||||
advantage of their mobiles' Synaptics touchpad. It depends on the Xorg/XFree86
|
||||
synaptics driver and offers the following features:
|
||||
|
||||
* adjustable pressure sensitivity
|
||||
* tapping configuration / smart tapping
|
||||
* mouse button emulation
|
||||
* circular scrolling
|
||||
* smart mode
|
||||
|
||||
WWW: http://qsynaptics.sourceforge.net/
|
59
sysutils/ksynaptics/pkg-plist
Normal file
59
sysutils/ksynaptics/pkg-plist
Normal file
@ -0,0 +1,59 @@
|
||||
bin/syndock
|
||||
lib/kde3/kcm_ksynaptics.a
|
||||
lib/kde3/kcm_ksynaptics.la
|
||||
lib/kde3/kcm_ksynaptics.so
|
||||
lib/kde3/syndock.a
|
||||
lib/kde3/syndock.la
|
||||
lib/kde3/syndock.so
|
||||
lib/libkdeinit_syndock.a
|
||||
lib/libkdeinit_syndock.la
|
||||
lib/libkdeinit_syndock.so
|
||||
share/applications/kde/ksynaptics.desktop
|
||||
share/autostart/syndock.desktop
|
||||
share/config.kcfg/kcm_ksynaptics.kcfg
|
||||
share/icons/hicolor/128x128/apps/ksynaptics.png
|
||||
share/icons/hicolor/128x128/apps/syndockdisabled.png
|
||||
share/icons/hicolor/16x16/apps/ksynaptics.png
|
||||
share/icons/hicolor/16x16/apps/syndockdisabled.png
|
||||
share/icons/hicolor/32x32/apps/ksynaptics.png
|
||||
share/icons/hicolor/32x32/apps/syndockdisabled.png
|
||||
share/icons/hicolor/48x48/apps/ksynaptics.png
|
||||
share/icons/hicolor/48x48/apps/syndockdisabled.png
|
||||
share/icons/hicolor/64x64/apps/ksynaptics.png
|
||||
share/icons/hicolor/64x64/apps/syndockdisabled.png
|
||||
share/locale/br/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/cy/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/da/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/de/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/el/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/en_GB/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/es/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/et/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/fr/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/ga/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/it/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/lt/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/mt/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/nl/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/pa/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/pl/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/pt/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/rw/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/sr/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/sv/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/ta/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/th/LC_MESSAGES/ksynaptics.mo
|
||||
share/locale/tr/LC_MESSAGES/ksynaptics.mo
|
||||
@dirrmtry share/locale/sr/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/pt/LC_MESSAGES
|
||||
@dirrmtry share/locale/pt
|
||||
@dirrmtry share/locale/pl/LC_MESSAGES
|
||||
@dirrmtry share/locale/pl
|
||||
@dirrmtry share/locale/el/LC_MESSAGES
|
||||
@dirrmtry share/locale/el
|
||||
@dirrmtry share/autostart
|
||||
@dirrmtry share/applications/kde
|
Loading…
Reference in New Issue
Block a user