mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add gsynaptics 0.9.6, is a setting tool for
Synaptics Touchpad driver for XFree86 4.x/XOrg. WWW: http://sourceforge.jp/projects/gsynaptics/ Committed at: CBUG Welcome motoyuki and rushani to Tokyo party Committed with: ume, cjh, metal, rushani, motoyuki, hrs, daichi and nork
This commit is contained in:
parent
cdbf49e1ec
commit
1af0bdb083
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160207
@ -77,6 +77,7 @@
|
||||
SUBDIR += gpctool
|
||||
SUBDIR += grabc
|
||||
SUBDIR += gromit
|
||||
SUBDIR += gsynaptics
|
||||
SUBDIR += gtk-launch
|
||||
SUBDIR += gtk-theme-switch
|
||||
SUBDIR += gtk-themepreview
|
||||
|
34
x11/gsynaptics/Makefile
Normal file
34
x11/gsynaptics/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: gsynaptics
|
||||
# Date created: 2006-03-19
|
||||
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gsynaptics
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
||||
MASTER_SITE_SUBDIR= gsynaptics/19524
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= GNOME Synaptics Touchpad setting tool
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${PREFIX}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-servers/synaptics
|
||||
|
||||
USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2
|
||||
USE_X_PREFIX= yes
|
||||
USE_ICONV= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS=-L${LOCALBASE}/lib
|
||||
|
||||
MAN1= gsynaptics.1 gsynaptics-init.1
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/gsynaptics/distinfo
Normal file
3
x11/gsynaptics/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gsynaptics-0.9.6.tar.gz) = 7c60555a0b5d3a6f5faa0605d51ff994
|
||||
SHA256 (gsynaptics-0.9.6.tar.gz) = 7c26ccb60d70bde8aa417f215e7c49005570e9dd6ddd0e5246804710e0175856
|
||||
SIZE (gsynaptics-0.9.6.tar.gz) = 388345
|
4
x11/gsynaptics/pkg-descr
Normal file
4
x11/gsynaptics/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
gsynaptics is a setting tool for Synaptics Touchpad
|
||||
driver for XFree86 4.x/XOrg.
|
||||
|
||||
WWW: http://sourceforge.jp/projects/gsynaptics/
|
31
x11/gsynaptics/pkg-message
Normal file
31
x11/gsynaptics/pkg-message
Normal file
@ -0,0 +1,31 @@
|
||||
===============================================================================
|
||||
|
||||
* SETUP NOTE * SETUP NOTE *
|
||||
|
||||
o Enable "SHMConfig on" in /etc/xorg.conf (or /etc/XF86Config)
|
||||
This tools can be used only if "SHMConfig" "on" in the section
|
||||
of synaptics driver in /etc/xorg.conf or /etc/XF86Config.
|
||||
|
||||
/etc/xorg.conf (/etc/XF86Config) ------------------
|
||||
:
|
||||
Section "InputDevice"
|
||||
Driver "synaptics"
|
||||
:
|
||||
Option "SHMConfig" "on"
|
||||
:
|
||||
EndSection
|
||||
:
|
||||
/etc/xorg.conf (/etc/XF86Config) ------------------
|
||||
|
||||
o To use your setting value at each time of starting of Xserver,
|
||||
you have to run gsynaptics-init at starting time of Xserver.
|
||||
|
||||
GNOME users,
|
||||
you have to add gsynaptics-init on [Desktop] - [Preferences]
|
||||
- [Sessions] - [Startup Programs] in GNOME Menu.
|
||||
|
||||
non GNOME users,
|
||||
you have to add gsynaptics-init in .xinitrc or
|
||||
.xsession.
|
||||
|
||||
===============================================================================
|
13
x11/gsynaptics/pkg-plist
Normal file
13
x11/gsynaptics/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/gsynaptics
|
||||
bin/gsynaptics-init
|
||||
share/applications/gsynaptics.desktop
|
||||
share/gnome/autostart/gsynaptics-init.desktop
|
||||
share/gsynaptics/gsynaptics.glade
|
||||
share/locale/es/LC_MESSAGES/gsynaptics.mo
|
||||
share/locale/fr/LC_MESSAGES/gsynaptics.mo
|
||||
share/locale/ja/LC_MESSAGES/gsynaptics.mo
|
||||
share/pixmaps/touchpad.png
|
||||
@dirrmtry share/pixmaps
|
||||
@dirrmtry share/gnome/autostart
|
||||
@dirrmtry share/applications
|
||||
@dirrm share/gsynaptics
|
Loading…
Reference in New Issue
Block a user