diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-15 14:06:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-15 14:06:13 +0800 |
commit | 88e488abe36f58427c978176c47769cbf960f877 (patch) | |
tree | 787addf76ac2d83f2e217431f0acbd62b15ed90b | |
parent | 53979f2fd3bb35dcfa700905ccdea30f47a7c905 (diff) | |
download | marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.tar marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.tar.gz marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.tar.bz2 marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.tar.lz marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.tar.xz marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.tar.zst marcuscom-ports-88e488abe36f58427c978176c47769cbf960f877.zip |
Add gswitchit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@758 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gswitchit/Makefile | 31 | ||||
-rw-r--r-- | x11/gswitchit/distinfo | 1 | ||||
-rw-r--r-- | x11/gswitchit/files/patch-capplets_xkb_capplet.c | 16 | ||||
-rw-r--r-- | x11/gswitchit/files/patch-configure | 21 | ||||
-rw-r--r-- | x11/gswitchit/files/patch-intltool-merge.in | 11 | ||||
-rw-r--r-- | x11/gswitchit/pkg-descr | 12 | ||||
-rw-r--r-- | x11/gswitchit/pkg-plist | 185 |
7 files changed, 277 insertions, 0 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile new file mode 100644 index 000000000..5930c8835 --- /dev/null +++ b/x11/gswitchit/Makefile @@ -0,0 +1,31 @@ +# Ports collection Makefile for: gswitchit +# Date created: 15 May 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gswitchit +PORTVERSION= 2.0.31 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gswitchit + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A simple keyboard state indicator and switcher for GNOME Desktop + +LIB_DEPENDS= xklavier.5:${PORTSDIR}/x11/libxklavier +RUN_DEPENDS= ${X11BASE}/lib/X11/xkb/rules/xfree86.xml:${PORTSDIR}/x11/XFree86-4-clients + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gnomepanel +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11/gswitchit/distinfo b/x11/gswitchit/distinfo new file mode 100644 index 000000000..946bf8e35 --- /dev/null +++ b/x11/gswitchit/distinfo @@ -0,0 +1 @@ +MD5 (gswitchit-2.0.31.tar.gz) = a2735f2199f4525827bd08c956e9ef81 diff --git a/x11/gswitchit/files/patch-capplets_xkb_capplet.c b/x11/gswitchit/files/patch-capplets_xkb_capplet.c new file mode 100644 index 000000000..02cba716f --- /dev/null +++ b/x11/gswitchit/files/patch-capplets_xkb_capplet.c @@ -0,0 +1,16 @@ +--- capplets/xkb_capplet.c.orig Thu May 15 01:41:56 2003 ++++ capplets/xkb_capplet.c Thu May 15 01:42:18 2003 +@@ -222,11 +222,12 @@ + CURRENT_OPTION_GROUP_NAME_PROPERTY, NULL ); + } else if( GTK_IS_OPTION_MENU( optionsCtl ) ) // singlesel + { ++ const gchar *optionName; + theItem = + gtk_menu_get_active( GTK_MENU + ( gtk_option_menu_get_menu + ( GTK_OPTION_MENU( optionsCtl ) ) ) ); +- const gchar *optionName = gtk_widget_get_name( theItem ); ++ optionName = gtk_widget_get_name( theItem ); + XklDebug( 200, "Option [%s:%s] selected \n", groupName, optionName ); + if( optionName != NULL && *optionName != '\0' ) + GSwitchItConfigXkbOptionsAdd( &gswic->config, groupName, optionName ); diff --git a/x11/gswitchit/files/patch-configure b/x11/gswitchit/files/patch-configure new file mode 100644 index 000000000..73d391e2b --- /dev/null +++ b/x11/gswitchit/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Fri May 9 18:17:04 2003 ++++ configure Thu May 15 01:54:40 2003 +@@ -7865,6 +7865,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -8082,8 +8083,8 @@ + + + +-prefix=`$PKG_CONFIG --variable=prefix libgnome-2.0` +-exec_prefix=`$PKG_CONFIG --variable=exec_prefix libgnome-2.0` ++#prefix=`$PKG_CONFIG --variable=prefix libgnome-2.0` ++#exec_prefix=`$PKG_CONFIG --variable=exec_prefix libgnome-2.0` + + # Check whether --enable-install_schemas or --disable-install_schemas was given. + if test "${enable_install_schemas+set}" = set; then diff --git a/x11/gswitchit/files/patch-intltool-merge.in b/x11/gswitchit/files/patch-intltool-merge.in new file mode 100644 index 000000000..e3b788ef7 --- /dev/null +++ b/x11/gswitchit/files/patch-intltool-merge.in @@ -0,0 +1,11 @@ +--- intltool-merge.in.orig Thu May 15 00:47:23 2003 ++++ intltool-merge.in Thu May 15 00:47:52 2003 +@@ -461,7 +461,7 @@ + { + my ($pre_encoded) = @_; + +- my @list_of_chars = unpack ('U*', $pre_encoded); ++ my @list_of_chars = unpack ('C*', $pre_encoded); + + if ($PASS_THROUGH_ARG) + { diff --git a/x11/gswitchit/pkg-descr b/x11/gswitchit/pkg-descr new file mode 100644 index 000000000..e524c011e --- /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 000000000..481cc764a --- /dev/null +++ b/x11/gswitchit/pkg-plist @@ -0,0 +1,185 @@ +bin/gswitchit-properties-capplet +bin/xkb-properties-capplet +etc/gconf/gconf.xml.defaults/apps/gswitchit/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gswitchit/General/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gswitchit/XKB/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/General/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/XKB/%gconf.xml +etc/gconf/schemas/gswitchit.schemas +libdata/bonobo/servers/GNOME_GSwitchItApplet.server +libexec/gswitchit-applet +share/gnome/control-center-2.0/capplets/gswitchit-properties.desktop +share/gnome/control-center-2.0/capplets/xkb-properties.desktop +share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml +share/gnome/gswitchit/interfaces/gswitchit-properties.glade +share/gnome/gswitchit/interfaces/xkb-properties.glade +share/gnome/help/gswitchit/C/III.applet.png +share/gnome/help/gswitchit/C/applet.gif +share/gnome/help/gswitchit/C/applet.popup.png +share/gnome/help/gswitchit/C/gb.applet.png +share/gnome/help/gswitchit/C/gc.png +share/gnome/help/gswitchit/C/gswitchit-applet.xml +share/gnome/help/gswitchit/C/gswitchit-properties-capplet.xml +share/gnome/help/gswitchit/C/gswitchit.xml +share/gnome/help/gswitchit/C/intro.xml +share/gnome/help/gswitchit/C/legal.xml +share/gnome/help/gswitchit/C/refs.xml +share/gnome/help/gswitchit/C/ru.applet.png +share/gnome/help/gswitchit/C/us.applet.png +share/gnome/help/gswitchit/C/xkb-properties-capplet.xml +share/gnome/help/gswitchit/C/xkb.xml +share/gnome/help/gswitchit/C/xpc.1.png +share/gnome/help/gswitchit/C/xpc.2.png +share/gnome/help/gswitchit/C/xpc.3.png +share/gnome/help/gswitchit/C/xpc.4.png +share/gnome/help/gswitchit/C/xpc.5.png +share/gnome/help/gswitchit/C/xpc.layout_tree.png +share/gnome/help/gswitchit/ru/III.applet.png +share/gnome/help/gswitchit/ru/applet.gif +share/gnome/help/gswitchit/ru/applet.popup.png +share/gnome/help/gswitchit/ru/gb.applet.png +share/gnome/help/gswitchit/ru/gc.png +share/gnome/help/gswitchit/ru/gswitchit-applet.xml +share/gnome/help/gswitchit/ru/gswitchit-properties-capplet.xml +share/gnome/help/gswitchit/ru/gswitchit.xml +share/gnome/help/gswitchit/ru/intro.xml +share/gnome/help/gswitchit/ru/legal.xml +share/gnome/help/gswitchit/ru/refs.xml +share/gnome/help/gswitchit/ru/ru.applet.png +share/gnome/help/gswitchit/ru/us.applet.png +share/gnome/help/gswitchit/ru/xkb-properties-capplet.xml +share/gnome/help/gswitchit/ru/xkb.xml +share/gnome/help/gswitchit/ru/xpc.1.png +share/gnome/help/gswitchit/ru/xpc.2.png +share/gnome/help/gswitchit/ru/xpc.3.png +share/gnome/help/gswitchit/ru/xpc.4.png +share/gnome/help/gswitchit/ru/xpc.5.png +share/gnome/help/gswitchit/ru/xpc.layout_tree.png +share/gnome/omf/gswitchit/gswitchit-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gswitchit/gswitchit-C.omf 2>/dev/null || /usr/bin/true +share/gnome/omf/gswitchit/gswitchit-ru.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gswitchit/gswitchit-ru.omf 2>/dev/null || /usr/bin/true +share/gnome/pixmaps/gswitchit-applet.png +share/gnome/pixmaps/gswitchit-properties-capplet.png +share/gnome/pixmaps/gswitchit/III.xpm +share/gnome/pixmaps/gswitchit/IV.xpm +share/gnome/pixmaps/gswitchit/ae.xpm +share/gnome/pixmaps/gswitchit/af.xpm +share/gnome/pixmaps/gswitchit/am.xpm +share/gnome/pixmaps/gswitchit/ar.xpm +share/gnome/pixmaps/gswitchit/at.xpm +share/gnome/pixmaps/gswitchit/az.xpm +share/gnome/pixmaps/gswitchit/be.xpm +share/gnome/pixmaps/gswitchit/bg.xpm +share/gnome/pixmaps/gswitchit/bh.xpm +share/gnome/pixmaps/gswitchit/br.xpm +share/gnome/pixmaps/gswitchit/bu.xpm +share/gnome/pixmaps/gswitchit/by-alt.xpm +share/gnome/pixmaps/gswitchit/by.xpm +share/gnome/pixmaps/gswitchit/ca.xpm +share/gnome/pixmaps/gswitchit/ch.xpm +share/gnome/pixmaps/gswitchit/cu.xpm +share/gnome/pixmaps/gswitchit/cz.xpm +share/gnome/pixmaps/gswitchit/da.xpm +share/gnome/pixmaps/gswitchit/de.xpm +share/gnome/pixmaps/gswitchit/dj.xpm +share/gnome/pixmaps/gswitchit/dz.xpm +share/gnome/pixmaps/gswitchit/ee.xpm +share/gnome/pixmaps/gswitchit/eg.xpm +share/gnome/pixmaps/gswitchit/el.xpm +share/gnome/pixmaps/gswitchit/en7.xpm +share/gnome/pixmaps/gswitchit/es.xpm +share/gnome/pixmaps/gswitchit/eu.xpm +share/gnome/pixmaps/gswitchit/fi.xpm +share/gnome/pixmaps/gswitchit/fr.xpm +share/gnome/pixmaps/gswitchit/gb.xpm +share/gnome/pixmaps/gswitchit/ge.xpm +share/gnome/pixmaps/gswitchit/hr.xpm +share/gnome/pixmaps/gswitchit/hu.xpm +share/gnome/pixmaps/gswitchit/ie.xpm +share/gnome/pixmaps/gswitchit/il.xpm +share/gnome/pixmaps/gswitchit/init.xpm +share/gnome/pixmaps/gswitchit/iq.xpm +share/gnome/pixmaps/gswitchit/is.xpm +share/gnome/pixmaps/gswitchit/it.xpm +share/gnome/pixmaps/gswitchit/jo.xpm +share/gnome/pixmaps/gswitchit/jp.xpm +share/gnome/pixmaps/gswitchit/km.xpm +share/gnome/pixmaps/gswitchit/kw.xpm +share/gnome/pixmaps/gswitchit/la.xpm +share/gnome/pixmaps/gswitchit/lb.xpm +share/gnome/pixmaps/gswitchit/lt.xpm +share/gnome/pixmaps/gswitchit/lv.xpm +share/gnome/pixmaps/gswitchit/ly.xpm +share/gnome/pixmaps/gswitchit/ma.xpm +share/gnome/pixmaps/gswitchit/mk.xpm +share/gnome/pixmaps/gswitchit/mn.xpm +share/gnome/pixmaps/gswitchit/mx.xpm +share/gnome/pixmaps/gswitchit/nl.xpm +share/gnome/pixmaps/gswitchit/no.xpm +share/gnome/pixmaps/gswitchit/om.xpm +share/gnome/pixmaps/gswitchit/pl.xpm +share/gnome/pixmaps/gswitchit/ps.xpm +share/gnome/pixmaps/gswitchit/pt.xpm +share/gnome/pixmaps/gswitchit/qc.xpm +share/gnome/pixmaps/gswitchit/ro.xpm +share/gnome/pixmaps/gswitchit/ru.xpm +share/gnome/pixmaps/gswitchit/ru7.xpm +share/gnome/pixmaps/gswitchit/ru_new.xpm +share/gnome/pixmaps/gswitchit/sa.xpm +share/gnome/pixmaps/gswitchit/si.xpm +share/gnome/pixmaps/gswitchit/sk.xpm +share/gnome/pixmaps/gswitchit/so.xpm +share/gnome/pixmaps/gswitchit/su.xpm +share/gnome/pixmaps/gswitchit/sv.xpm +share/gnome/pixmaps/gswitchit/sy.xpm +share/gnome/pixmaps/gswitchit/th.xpm +share/gnome/pixmaps/gswitchit/tn.xpm +share/gnome/pixmaps/gswitchit/tr.xpm +share/gnome/pixmaps/gswitchit/ua.xpm +share/gnome/pixmaps/gswitchit/uk.xpm +share/gnome/pixmaps/gswitchit/us.xpm +share/gnome/pixmaps/gswitchit/us_new.xpm +share/gnome/pixmaps/gswitchit/uy.xpm +share/gnome/pixmaps/gswitchit/vn.xpm +share/gnome/pixmaps/gswitchit/ye.xpm +share/gnome/pixmaps/gswitchit/yu.xpm +share/gnome/pixmaps/xkb-properties-capplet.png +share/locale/am/LC_MESSAGES/gswitchit.mo +share/locale/bg/LC_MESSAGES/gswitchit.mo +share/locale/cs/LC_MESSAGES/gswitchit.mo +share/locale/de/LC_MESSAGES/gswitchit.mo +share/locale/el/LC_MESSAGES/gswitchit.mo +share/locale/es/LC_MESSAGES/gswitchit.mo +share/locale/fa/LC_MESSAGES/gswitchit.mo +share/locale/fr/LC_MESSAGES/gswitchit.mo +share/locale/ja/LC_MESSAGES/gswitchit.mo +share/locale/lv/LC_MESSAGES/gswitchit.mo +share/locale/mn/LC_MESSAGES/gswitchit.mo +share/locale/nl/LC_MESSAGES/gswitchit.mo +share/locale/no/LC_MESSAGES/gswitchit.mo +share/locale/pt/LC_MESSAGES/gswitchit.mo +share/locale/pt_BR/LC_MESSAGES/gswitchit.mo +share/locale/ru/LC_MESSAGES/gswitchit.mo +share/locale/sr/LC_MESSAGES/gswitchit.mo +share/locale/sr@Latn/LC_MESSAGES/gswitchit.mo +share/locale/sv/LC_MESSAGES/gswitchit.mo +share/locale/uk/LC_MESSAGES/gswitchit.mo +share/locale/vi/LC_MESSAGES/gswitchit.mo +share/locale/zh_CN/LC_MESSAGES/gswitchit.mo +@dirrm share/gnome/pixmaps/gswitchit +@dirrm share/gnome/omf/gswitchit +@dirrm share/gnome/help/gswitchit/ru +@dirrm share/gnome/help/gswitchit/C +@dirrm share/gnome/help/gswitchit +@dirrm share/gnome/gswitchit/interfaces +@dirrm share/gnome/gswitchit +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/XKB +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/General +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit +@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit/XKB +@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit/General +@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gswitchit/gswitchit-C.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gswitchit/gswitchit-ru.omf 2>/dev/null || /usr/bin/true |