From 11e0dec2b5128a6dc6e4da3597b488f13e1ab49b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 28 Jul 2000 15:42:31 +0000 Subject: Add gswitchit_applet - a keyboard layout state indicator and switcher for Gnome Desktop. Obtained from: http://www.gnome.org/ --- x11/Makefile | 1 + x11/gswitchit/Makefile | 37 +++++++++++++++++++++++++++++++++++++ x11/gswitchit/distinfo | 1 + x11/gswitchit/pkg-comment | 1 + x11/gswitchit/pkg-descr | 12 ++++++++++++ x11/gswitchit/pkg-plist | 11 +++++++++++ x11/gswitchit_applet/Makefile | 37 +++++++++++++++++++++++++++++++++++++ x11/gswitchit_applet/distinfo | 1 + x11/gswitchit_applet/pkg-comment | 1 + x11/gswitchit_applet/pkg-descr | 12 ++++++++++++ x11/gswitchit_applet/pkg-plist | 11 +++++++++++ 11 files changed, 125 insertions(+) create mode 100644 x11/gswitchit/Makefile create mode 100644 x11/gswitchit/distinfo create mode 100644 x11/gswitchit/pkg-comment create mode 100644 x11/gswitchit/pkg-descr create mode 100644 x11/gswitchit/pkg-plist create mode 100644 x11/gswitchit_applet/Makefile create mode 100644 x11/gswitchit_applet/distinfo create mode 100644 x11/gswitchit_applet/pkg-comment create mode 100644 x11/gswitchit_applet/pkg-descr create mode 100644 x11/gswitchit_applet/pkg-plist diff --git a/x11/Makefile b/x11/Makefile index 2fff7d2b9f71..c3cab15c1258 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -28,6 +28,7 @@ SUBDIR += gnomeapplets SUBDIR += gnomecore SUBDIR += gnomelibs + SUBDIR += gswitchit_applet SUBDIR += gtk-theme-switch SUBDIR += gvid SUBDIR += gyroscope diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile new file mode 100644 index 000000000000..112b0620b41a --- /dev/null +++ b/x11/gswitchit/Makefile @@ -0,0 +1,37 @@ +# Ports collection Makefile for: gswitchit_applet +# Date created: 5 June 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gswitchit_applet +PORTVERSION= 0.61 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gswitchit + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gnome.4:${PORTSDIR}/x11/gnomelibs \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter + +USE_X_PREFIX= yes +USE_LIBTOOL= yes + +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gswitchit_applet.1 + +post-extract: + @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include diff --git a/x11/gswitchit/distinfo b/x11/gswitchit/distinfo new file mode 100644 index 000000000000..fa5dc67326e5 --- /dev/null +++ b/x11/gswitchit/distinfo @@ -0,0 +1 @@ +MD5 (gswitchit_applet-0.61.tar.gz) = 4de091c352c7374613a2e58ce8d4881a diff --git a/x11/gswitchit/pkg-comment b/x11/gswitchit/pkg-comment new file mode 100644 index 000000000000..76bc502b2353 --- /dev/null +++ b/x11/gswitchit/pkg-comment @@ -0,0 +1 @@ +A simple keyboard state indicator and switcher for GNOME Desktop diff --git a/x11/gswitchit/pkg-descr b/x11/gswitchit/pkg-descr new file mode 100644 index 000000000000..e524c011e7df --- /dev/null +++ b/x11/gswitchit/pkg-descr @@ -0,0 +1,12 @@ +GSwitchIt is just a simple keyboard state indicator and switcher for GNOME +panel. + +Features: +--------- +o Support up to 4 keyboard groups. +o Customizable images for each group. +o Switching using the applet menu or by double-click. +o Audible bell on layout switching (BTW, it can be turned off!). +o Support for "secondary" layouts (i.e. layouts reachable only from popup menu). + +WWW: http://gswitchit.sourceforge.net/ diff --git a/x11/gswitchit/pkg-plist b/x11/gswitchit/pkg-plist new file mode 100644 index 000000000000..c36832bf0193 --- /dev/null +++ b/x11/gswitchit/pkg-plist @@ -0,0 +1,11 @@ +bin/gswitchit-properties_capplet +bin/gswitchit_applet +etc/CORBA/servers/gswitchit_applet.gnorba +share/gnome/applets/Utility/gswitchit_applet.desktop +share/gnome/apps/Settings/gswitchit-properties.desktop +share/gnome/control-center/gswitchit-properties.desktop +share/gnome/pixmaps/gswitchit.png +share/gnome/pixmaps/ru.xpm +share/gnome/pixmaps/us.xpm +share/locale/de/LC_MESSAGES/gswitchit_applet.mo +share/locale/ru/LC_MESSAGES/gswitchit_applet.mo diff --git a/x11/gswitchit_applet/Makefile b/x11/gswitchit_applet/Makefile new file mode 100644 index 000000000000..112b0620b41a --- /dev/null +++ b/x11/gswitchit_applet/Makefile @@ -0,0 +1,37 @@ +# Ports collection Makefile for: gswitchit_applet +# Date created: 5 June 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gswitchit_applet +PORTVERSION= 0.61 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gswitchit + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ + gnome.4:${PORTSDIR}/x11/gnomelibs \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf +RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter + +USE_X_PREFIX= yes +USE_LIBTOOL= yes + +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gswitchit_applet.1 + +post-extract: + @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include diff --git a/x11/gswitchit_applet/distinfo b/x11/gswitchit_applet/distinfo new file mode 100644 index 000000000000..fa5dc67326e5 --- /dev/null +++ b/x11/gswitchit_applet/distinfo @@ -0,0 +1 @@ +MD5 (gswitchit_applet-0.61.tar.gz) = 4de091c352c7374613a2e58ce8d4881a diff --git a/x11/gswitchit_applet/pkg-comment b/x11/gswitchit_applet/pkg-comment new file mode 100644 index 000000000000..76bc502b2353 --- /dev/null +++ b/x11/gswitchit_applet/pkg-comment @@ -0,0 +1 @@ +A simple keyboard state indicator and switcher for GNOME Desktop diff --git a/x11/gswitchit_applet/pkg-descr b/x11/gswitchit_applet/pkg-descr new file mode 100644 index 000000000000..e524c011e7df --- /dev/null +++ b/x11/gswitchit_applet/pkg-descr @@ -0,0 +1,12 @@ +GSwitchIt is just a simple keyboard state indicator and switcher for GNOME +panel. + +Features: +--------- +o Support up to 4 keyboard groups. +o Customizable images for each group. +o Switching using the applet menu or by double-click. +o Audible bell on layout switching (BTW, it can be turned off!). +o Support for "secondary" layouts (i.e. layouts reachable only from popup menu). + +WWW: http://gswitchit.sourceforge.net/ diff --git a/x11/gswitchit_applet/pkg-plist b/x11/gswitchit_applet/pkg-plist new file mode 100644 index 000000000000..c36832bf0193 --- /dev/null +++ b/x11/gswitchit_applet/pkg-plist @@ -0,0 +1,11 @@ +bin/gswitchit-properties_capplet +bin/gswitchit_applet +etc/CORBA/servers/gswitchit_applet.gnorba +share/gnome/applets/Utility/gswitchit_applet.desktop +share/gnome/apps/Settings/gswitchit-properties.desktop +share/gnome/control-center/gswitchit-properties.desktop +share/gnome/pixmaps/gswitchit.png +share/gnome/pixmaps/ru.xpm +share/gnome/pixmaps/us.xpm +share/locale/de/LC_MESSAGES/gswitchit_applet.mo +share/locale/ru/LC_MESSAGES/gswitchit_applet.mo -- cgit v1.2.3