diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-01 00:24:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-01 00:24:08 +0800 |
commit | c98f6892f4f0d95aac77f1ee651a617bf1145103 (patch) | |
tree | a3645be7b661c4235cdd220f7193bf931fa613fc /x11-toolkits/libbonoboui | |
parent | 078001fa10dcccd539e2c371d15b802d012b1469 (diff) | |
download | freebsd-ports-gnome-c98f6892f4f0d95aac77f1ee651a617bf1145103.tar.gz freebsd-ports-gnome-c98f6892f4f0d95aac77f1ee651a617bf1145103.tar.zst freebsd-ports-gnome-c98f6892f4f0d95aac77f1ee651a617bf1145103.zip |
Move back to share/gnome as a datadir.
The GNOME 2.0 APIs can be installed right along with the GNOME 1.4 APIs, but
the desktops will be mutually independent. That is, you will not be
able to install gnomedesktop, for example, on the same machine as gnomecore.
However, you will be able to install the GNOME 2.0 desktop, and use all your
favorite GNOME 1.4 applications (like gaim, AbiWord, Evolution, etc.).
Diffstat (limited to 'x11-toolkits/libbonoboui')
-rw-r--r-- | x11-toolkits/libbonoboui/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/libbonoboui/pkg-plist | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index f71ae7c2189b..3f741bd7a869 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -7,6 +7,7 @@ PORTNAME= libbonoboui PORTVERSION= 1.115.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta4 @@ -22,8 +23,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \ - --datadir=${PREFIX}/share/gnome2 +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} diff --git a/x11-toolkits/libbonoboui/pkg-plist b/x11-toolkits/libbonoboui/pkg-plist index a2a7f1139b21..64e394a3eb2e 100644 --- a/x11-toolkits/libbonoboui/pkg-plist +++ b/x11-toolkits/libbonoboui/pkg-plist @@ -39,7 +39,7 @@ lib/libbonoboui-2.so.0 lib/libglade/2.0/libbonobo.so libdata/bonobo/servers/Bonobo_Sample_Controls.server libdata/pkgconfig/libbonoboui-2.0.pc -share/gnome2/gnome-2.0/ui/Bonobo_Sample_Hello.xml +share/gnome/gnome-2.0/ui/Bonobo_Sample_Hello.xml share/locale/az/LC_MESSAGES/libbonoboui-2.0.mo share/locale/bg/LC_MESSAGES/libbonoboui-2.0.mo share/locale/ca/LC_MESSAGES/libbonoboui-2.0.mo @@ -66,7 +66,7 @@ share/locale/uk/LC_MESSAGES/libbonoboui-2.0.mo share/locale/wa/LC_MESSAGES/libbonoboui-2.0.mo share/locale/zh_CN/LC_MESSAGES/libbonoboui-2.0.mo share/locale/zh_TW/LC_MESSAGES/libbonoboui-2.0.mo -@dirrm share/gnome2/gnome-2.0/ui -@dirrm share/gnome2/gnome-2.0 +@dirrm share/gnome/gnome-2.0/ui +@dirrm share/gnome/gnome-2.0 @dirrm include/libbonoboui-2.0/bonobo @dirrm include/libbonoboui-2.0 |