diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
commit | e83248f2b323aa90dfea75471b86ccc444a80f88 (patch) | |
tree | f4fc2dbabf96cb67c502479d9fc13f40bf0d0108 /x11/libgnomekbd | |
parent | 52dd0c5de1d6a7165dc355ecf161f52bb7dbbfda (diff) | |
download | freebsd-ports-graphics-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.gz freebsd-ports-graphics-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.zst freebsd-ports-graphics-e83248f2b323aa90dfea75471b86ccc444a80f88.zip |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Diffstat (limited to 'x11/libgnomekbd')
-rw-r--r-- | x11/libgnomekbd/Makefile | 33 | ||||
-rw-r--r-- | x11/libgnomekbd/distinfo | 3 | ||||
-rw-r--r-- | x11/libgnomekbd/pkg-descr | 1 | ||||
-rw-r--r-- | x11/libgnomekbd/pkg-plist | 30 |
4 files changed, 67 insertions, 0 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile new file mode 100644 index 00000000000..db661e438d6 --- /dev/null +++ b/x11/libgnomekbd/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libgnomekbd +# Date created: 2006-11-07 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11/libgnomekbd/Makefile,v 1.5 2007/03/12 01:37:17 mezz Exp $ +# + +PORTNAME= libgnomekbd +PORTVERSION= 2.18.0 +CATEGORIES= x11 gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME keyboard shared library + +LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +USE_BZIP2= yes +USE_GNOME= libgnomeui gnometarget gnomeprefix gnomehack +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes +USE_GMAKE= yes + +GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.mk> diff --git a/x11/libgnomekbd/distinfo b/x11/libgnomekbd/distinfo new file mode 100644 index 00000000000..378f82cf5fd --- /dev/null +++ b/x11/libgnomekbd/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libgnomekbd-2.18.0.tar.bz2) = f176e026158f678144511fb343ec7269 +SHA256 (gnome2/libgnomekbd-2.18.0.tar.bz2) = a5f6c32671c8b4870e407d16f1c709564d486cf9ac7617163430d7a7f7af331e +SIZE (gnome2/libgnomekbd-2.18.0.tar.bz2) = 332463 diff --git a/x11/libgnomekbd/pkg-descr b/x11/libgnomekbd/pkg-descr new file mode 100644 index 00000000000..a4b625c7812 --- /dev/null +++ b/x11/libgnomekbd/pkg-descr @@ -0,0 +1 @@ +GNOME keyboard shared library diff --git a/x11/libgnomekbd/pkg-plist b/x11/libgnomekbd/pkg-plist new file mode 100644 index 00000000000..f4ca7d9fb9c --- /dev/null +++ b/x11/libgnomekbd/pkg-plist @@ -0,0 +1,30 @@ +bin/gkbd-indicator-plugins-capplet +include/libgnomekbd/gkbd-config-registry-client.h +include/libgnomekbd/gkbd-config-registry.h +include/libgnomekbd/gkbd-desktop-config.h +include/libgnomekbd/gkbd-indicator-config.h +include/libgnomekbd/gkbd-indicator-plugin.h +include/libgnomekbd/gkbd-indicator.h +include/libgnomekbd/gkbd-keyboard-config.h +include/libgnomekbd/gkbd-keyboard-drawing.h +include/libgnomekbd/gkbd-util.h +lib/libgnomekbd.a +lib/libgnomekbd.la +lib/libgnomekbd.so +lib/libgnomekbd.so.1 +lib/libgnomekbdui.a +lib/libgnomekbdui.la +lib/libgnomekbdui.so +lib/libgnomekbdui.so.1 +libdata/pkgconfig/libgnomekbd.pc +libdata/pkgconfig/libgnomekbdui.pc +share/gnome/applications/gkbd-indicator-plugins-capplet.desktop +share/gnome/libgnomekbd/glade/gkbd-indicator-plugins.glade +share/icons/hicolor/48x48/apps/gkbd-indicator-plugins-capplet.png +share/locale/bg/LC_MESSAGES/libgnomekbd.mo +share/locale/ja/LC_MESSAGES/libgnomekbd.mo +share/locale/nb/LC_MESSAGES/libgnomekbd.mo +share/locale/ru/LC_MESSAGES/libgnomekbd.mo +@dirrm share/gnome/libgnomekbd/glade +@dirrm share/gnome/libgnomekbd +@dirrm include/libgnomekbd |