diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-30 16:24:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-30 16:24:08 +0000 |
commit | cc2170c384d0245cc774e076cd41ea8ae01de347 (patch) | |
tree | dc674d40ddafb5a9ce2d14e94e98f2d44d08c680 /x11-toolkits/libgnomeui | |
parent | 41d38932d16bd3609891da085cd3a0a2ab3cb164 (diff) | |
download | ports-cc2170c384d0245cc774e076cd41ea8ae01de347.tar.gz ports-cc2170c384d0245cc774e076cd41ea8ae01de347.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.).
Notes
Notes:
svn path=/head/; revision=58366
Diffstat (limited to 'x11-toolkits/libgnomeui')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/libgnomeui/pkg-plist | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index eb9ac45f2a76..fcb138f9cb8b 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnomeui 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 @@ -23,8 +24,8 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_BISON= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome2 \ - --datadir=${PREFIX}/share/gnome2 \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist index 2d69de40e06c..362d0a376072 100644 --- a/x11-toolkits/libgnomeui/pkg-plist +++ b/x11-toolkits/libgnomeui/pkg-plist @@ -117,12 +117,12 @@ share/doc/libgnomeui/libgnomeui-gnomepixmapentry.html share/doc/libgnomeui/libgnomeui-gnomepropertybox.html share/doc/libgnomeui/libgnomeui-gnomescores.html share/doc/libgnomeui/libgnomeui-gnometypebuiltins.html -share/gnome2/pixmaps/gnome-about-logo.png -share/gnome2/pixmaps/gnome-default-dlg.png -share/gnome2/pixmaps/gnome-error.png -share/gnome2/pixmaps/gnome-info.png -share/gnome2/pixmaps/gnome-question.png -share/gnome2/pixmaps/gnome-warning.png +share/gnome/pixmaps/gnome-about-logo.png +share/gnome/pixmaps/gnome-default-dlg.png +share/gnome/pixmaps/gnome-error.png +share/gnome/pixmaps/gnome-info.png +share/gnome/pixmaps/gnome-question.png +share/gnome/pixmaps/gnome-warning.png share/locale/az/LC_MESSAGES/libgnomeui-2.0.mo share/locale/de/LC_MESSAGES/libgnomeui-2.0.mo share/locale/en_GB/LC_MESSAGES/libgnomeui-2.0.mo @@ -152,7 +152,7 @@ share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo -@dirrm share/gnome2/pixmaps +@dirrm share/gnome/pixmaps @dirrm share/doc/libgnomeui @dirrm include/libgnomeui-2.0/libgnomeui @dirrm include/libgnomeui-2.0 |