Remove Gnome 1 core and applets.
Gnome 1, as a standalone environment, has left the building. Applications that use the remaining Gnome 1 ports (bonobo, bonobo-conf, controlcenter, libs, oaf, print and vfs) will still work, but the Gnome 1 desktop itself is no more. This is a first step at Gnome 1 removal. Other Gnome 1 bits will be removed as their dependent ports get updated. This also removes the Gnome 1 vs Gnome 2 conflicts so it should make the package builders happy.
This commit is contained in:
parent
21be38284a
commit
b0e260d78c
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2003/08/07 02:22:44 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2003/09/26 05:04:04 marcm Exp $
|
||||
|
||||
SUBDIR += applets
|
||||
SUBDIR += applets2
|
||||
SUBDIR += bonobo
|
||||
SUBDIR += bonobo-activation
|
||||
SUBDIR += bonobo-conf
|
||||
SUBDIR += controlcenter
|
||||
SUBDIR += controlcenter2
|
||||
SUBDIR += core
|
||||
SUBDIR += desktop
|
||||
SUBDIR += eel
|
||||
SUBDIR += gail
|
||||
|
@ -1,33 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2003/01/02 08:18:43 marcm Exp $
|
||||
|
||||
COMMENT= "applets for use with the GNOME panel"
|
||||
|
||||
DISTNAME= gnome-applets-1.4.0.5
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/1.4/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper
|
||||
LIB_DEPENDS= panel_applet::x11/gnome/core \
|
||||
gtop,gtop_common,gtop_sysdeps::devel/libgtop,gnome
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-applets; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-applets/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (gnome-applets-1.4.0.5.tar.bz2) = 8c63c024d035d4651871e55ef7aa7328
|
||||
RMD160 (gnome-applets-1.4.0.5.tar.bz2) = 304b4ed2c05e01737ae805f9ee89b57c5d7e69e3
|
||||
SHA1 (gnome-applets-1.4.0.5.tar.bz2) = a01e8808500694c6796dbecb35ff8c37f88763da
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-asclock_asclock_applet_desktop,v 1.3 2002/02/15 19:13:15 nino Exp $
|
||||
--- asclock/asclock_applet.desktop.orig Sun Feb 3 01:39:07 2002
|
||||
+++ asclock/asclock_applet.desktop Wed Feb 6 18:19:35 2002
|
||||
@@ -66,6 +66,6 @@ Comment[uk]=ðÒÏÓÔÏ ¦ÎÛÉÊ ÇÏÄÉÎÎÉË
|
||||
Comment[wa]=Co ene ôte ôrlodje, ciste chal avou l' aparince NeXT
|
||||
Comment[zh_TW]=¥tÃþ®ÉÄÁ
|
||||
Exec=asclock_applet --activate-goad-server=asclock_applet
|
||||
-Icon=
|
||||
+Icon=gnome-clock.png
|
||||
Terminal=0
|
||||
Type=Application
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-battery_read-battery_c,v 1.2 2002/01/22 15:34:59 naddy Exp $
|
||||
--- battery/read-battery.c.orig Thu Aug 23 11:09:54 2001
|
||||
+++ battery/read-battery.c Mon Jan 21 20:30:33 2002
|
||||
@@ -198,7 +198,7 @@ battery_read_charge (int * percentage,
|
||||
close(fd);
|
||||
return TRUE;
|
||||
|
||||
-#elif defined(__NetBSD__) && defined(NETBSD_APM)
|
||||
+#elif (defined(__NetBSD__) && defined(NETBSD_APM)) || (defined(__OpenBSD__) && defined(OPENBSD_APM))
|
||||
|
||||
struct apm_power_info aip;
|
||||
int fd;
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-battery_read-battery_h,v 1.2 2002/01/22 15:34:59 naddy Exp $
|
||||
--- battery/read-battery.h.orig Thu Aug 23 11:10:07 2001
|
||||
+++ battery/read-battery.h Mon Jan 21 20:30:13 2002
|
||||
@@ -18,7 +18,7 @@ typedef struct apm_info {
|
||||
#include <fcntl.h>
|
||||
#include <machine/apm_bios.h>
|
||||
#define APMDEV "/dev/apm"
|
||||
-#elif __NetBSD__ && defined(NETBSD_APM)
|
||||
+#elif (__NetBSD__ && defined(NETBSD_APM)) || (defined(__OpenBSD__) && defined(OPENBSD_APM))
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <machine/apmvar.h>
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-config_h_in,v 1.1 2002/01/22 15:34:59 naddy Exp $
|
||||
--- config.h.in.orig Mon Jan 21 20:31:30 2002
|
||||
+++ config.h.in Mon Jan 21 20:32:03 2002
|
||||
@@ -78,6 +78,9 @@
|
||||
/* Define if this NetBSD platform supports APM. */
|
||||
#undef NETBSD_APM
|
||||
|
||||
+/* Define if this OpenBSD platform supports APM. */
|
||||
+#undef OPENBSD_APM
|
||||
+
|
||||
/* Define if you have the __argz_count function. */
|
||||
#undef HAVE___ARGZ_COUNT
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1 2002/01/22 15:34:59 naddy Exp $
|
||||
--- configure.in.orig Mon Jan 21 20:29:07 2002
|
||||
+++ configure.in Mon Jan 21 20:29:28 2002
|
||||
@@ -124,6 +124,9 @@ case "$host_os" in
|
||||
netbsd*)
|
||||
AC_CHECK_HEADERS(machine/apmvar.h, AC_DEFINE(NETBSD_APM))
|
||||
;;
|
||||
+openbsd*)
|
||||
+ AC_CHECK_HEADERS(machine/apmvar.h, AC_DEFINE(OPENBSD_APM))
|
||||
+ ;;
|
||||
esac
|
||||
|
||||
dnl mixer
|
@ -1,72 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2002/02/15 19:13:15 nino Exp $
|
||||
--- ltmain.sh.orig Sun Feb 3 00:54:30 2002
|
||||
+++ ltmain.sh Wed Feb 13 09:11:30 2002
|
||||
@@ -1060,6 +1060,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1496,6 +1507,9 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+ -pthread)
|
||||
+ continue
|
||||
+ ;;
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4457,40 +4471,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-modemlights-modemlights.h,v 1.2 2001/09/19 16:28:58 naddy Exp $
|
||||
--- modemlights/modemlights.h.orig Fri Jun 8 21:23:34 2001
|
||||
+++ modemlights/modemlights.h Fri Jun 8 21:23:41 2001
|
||||
@@ -17,6 +17,8 @@
|
||||
#include <net/if.h>
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
+# include <sys/timeout.h>
|
||||
+# include <net/ppp_defs.h>
|
||||
# include <net/bpf.h>
|
||||
# include <net/if_pppvar.h>
|
||||
# include <net/if_ppp.h>
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-omf-install_Makefile_in,v 1.3 2002/02/15 19:13:15 nino Exp $
|
||||
--- omf-install/Makefile.in.orig Sun Feb 3 01:50:53 2002
|
||||
+++ omf-install/Makefile.in Wed Feb 6 18:19:35 2002
|
||||
@@ -296,7 +296,6 @@ install-data-local:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
|
||||
done
|
||||
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
|
||||
|
||||
uninstall-local:
|
||||
-for file in $(srcdir)/*.omf; do \
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.3 2002/02/15 19:50:40 nino Exp $
|
||||
--- po/Makefile.in.in.orig Sun Feb 3 00:54:30 2002
|
||||
+++ po/Makefile.in.in Sun Feb 10 20:06:23 2002
|
||||
@@ -106,7 +106,7 @@ install-data-yes: all
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
|
||||
+ lang=`echo $$cat | sed 's/\.g*mo$$//'`; \
|
||||
dir=$(localedir)/$$lang/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $(DESTDIR)$$dir; \
|
||||
if test -r $$cat; then \
|
@ -1,54 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2002/02/15 19:16:58 nino Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
FILES='
|
||||
CORBA/servers/another_clock_applet.gnorba
|
||||
CORBA/servers/asclock_applet.gnorba
|
||||
CORBA/servers/battery_applet.gnorba
|
||||
CORBA/servers/charpick_applet.gnorba
|
||||
CORBA/servers/clockmail_applet.gnorba
|
||||
CORBA/servers/cpumemusage_applet.gnorba
|
||||
CORBA/servers/diskusage_applet.gnorba
|
||||
CORBA/servers/drivemount_applet.gnorba
|
||||
CORBA/servers/fifteen_applet.gnorba
|
||||
CORBA/servers/geyes_applet.gnorba
|
||||
CORBA/servers/gkb_applet.gnorba
|
||||
CORBA/servers/gnotes_applet.gnorba
|
||||
CORBA/servers/gtik2_applet.gnorba
|
||||
CORBA/servers/gweather.gnorba
|
||||
CORBA/servers/jbc_applet.gnorba
|
||||
CORBA/servers/life_applet.gnorba
|
||||
CORBA/servers/mini-commander_applet.gnorba
|
||||
CORBA/servers/mixer_applet.gnorba
|
||||
CORBA/servers/modemlights_applet.gnorba
|
||||
CORBA/servers/multiload_applet.gnorba
|
||||
CORBA/servers/odometer_applet.gnorba
|
||||
CORBA/servers/quicklaunch_applet.gnorba
|
||||
CORBA/servers/slash_applet.gnorba
|
||||
CORBA/servers/sound-monitor_applet.gnorba
|
||||
CORBA/servers/tickastat_applet.gnorba
|
||||
CORBA/servers/webcontrol_applet.gnorba
|
||||
CORBA/servers/whereami_applet.gnorba
|
||||
'
|
||||
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "|"
|
||||
echo "| FYI, the following configuration files belongs to this package:"
|
||||
echo "|"
|
||||
for f in ${FILES}; do
|
||||
echo "| ${SYSCONFDIR}/$f"
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
|
||||
exit 0
|
@ -1,7 +0,0 @@
|
||||
This package contains the GNOME panel, the menu system, the session
|
||||
manager, the help system, the GNOME terminal, some essential applets and
|
||||
other basic tools.
|
||||
|
||||
For more information about the GNOME project, visit:
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,109 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.4 2002/02/15 19:16:58 nino Exp $
|
||||
|
||||
set -e
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
P_NAME=gnome-applets
|
||||
DEST_PFX=${SYSCONFDIR}
|
||||
SOURCE_PFX=${PREFIX}/share/examples/${P_NAME}
|
||||
|
||||
FILES='
|
||||
CORBA/servers/another_clock_applet.gnorba
|
||||
CORBA/servers/asclock_applet.gnorba
|
||||
CORBA/servers/battery_applet.gnorba
|
||||
CORBA/servers/charpick_applet.gnorba
|
||||
CORBA/servers/clockmail_applet.gnorba
|
||||
CORBA/servers/cpumemusage_applet.gnorba
|
||||
CORBA/servers/diskusage_applet.gnorba
|
||||
CORBA/servers/drivemount_applet.gnorba
|
||||
CORBA/servers/fifteen_applet.gnorba
|
||||
CORBA/servers/geyes_applet.gnorba
|
||||
CORBA/servers/gkb_applet.gnorba
|
||||
CORBA/servers/gnotes_applet.gnorba
|
||||
CORBA/servers/gtik2_applet.gnorba
|
||||
CORBA/servers/gweather.gnorba
|
||||
CORBA/servers/jbc_applet.gnorba
|
||||
CORBA/servers/life_applet.gnorba
|
||||
CORBA/servers/mini-commander_applet.gnorba
|
||||
CORBA/servers/mixer_applet.gnorba
|
||||
CORBA/servers/modemlights_applet.gnorba
|
||||
CORBA/servers/multiload_applet.gnorba
|
||||
CORBA/servers/odometer_applet.gnorba
|
||||
CORBA/servers/quicklaunch_applet.gnorba
|
||||
CORBA/servers/slash_applet.gnorba
|
||||
CORBA/servers/sound-monitor_applet.gnorba
|
||||
CORBA/servers/tickastat_applet.gnorba
|
||||
CORBA/servers/webcontrol_applet.gnorba
|
||||
CORBA/servers/whereami_applet.gnorba
|
||||
'
|
||||
|
||||
do_post() {
|
||||
|
||||
echo
|
||||
echo "+--------------- ${P_NAME}"
|
||||
|
||||
# install or take note of existing config files
|
||||
for f in ${FILES}; do
|
||||
if [ -f "${DEST_PFX}/$f" ]; then
|
||||
OLD_CONFS="${OLD_CONFS} $f"
|
||||
else
|
||||
if ! install -m 644 ${SOURCE_PFX}/$f ${DEST_PFX}/$f; then
|
||||
echo "| ERROR: The following file could not be installed, exiting: ${DEST_PFX}/$f"
|
||||
exit 1
|
||||
fi
|
||||
NEW_CONFS="${NEW_CONFS} $f"
|
||||
fi
|
||||
done
|
||||
|
||||
# print status report
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "| The following NEW configuration files have been installed:"
|
||||
echo "|"
|
||||
for f in ${NEW_CONFS}; do
|
||||
echo "| ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -n "${OLD_CONFS}" ]; then
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "|"
|
||||
fi
|
||||
echo "| The following OLD configuration files was found and have NOT been overwritten:"
|
||||
echo "| You should however manually compare them to their equivalents in "
|
||||
echo "|"
|
||||
echo "| ${SOURCE_PFX}"
|
||||
echo "|"
|
||||
echo "| and update your configuration if needed."
|
||||
echo "|"
|
||||
for f in ${OLD_CONFS}; do
|
||||
echo "| ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
echo "+--------------- ${P_NAME}"
|
||||
echo
|
||||
}
|
||||
|
||||
# verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
;;
|
||||
POST-INSTALL)
|
||||
do_post
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 06:20:16 marcm Exp $
|
||||
@pkgcfl gnome-applets-1*
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/09/26 05:04:05 marcm Exp $
|
||||
bin/gkb_xmmap
|
||||
lib/bonobo/servers/GNOME_BattstatApplet.server
|
||||
lib/bonobo/servers/GNOME_CharpickerApplet.server
|
||||
|
@ -1,46 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2003/01/02 08:12:19 marcm Exp $
|
||||
|
||||
COMMENT= "core GNOME system"
|
||||
|
||||
DISTNAME= gnome-core-1.4.0.6
|
||||
CATEGORIES= x11 x11/gnome
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-core/1.4/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= glade.4,glade-gnome::devel/libglade,gnome \
|
||||
gnome.36,gnorba,zvt::x11/gnome/libs \
|
||||
ghttp.1::www/libghttp \
|
||||
gdk_pixbuf::graphics/gdk-pixbuf \
|
||||
gnomecanvaspixbuf::graphics/gdk-pixbuf,-gnome \
|
||||
capplet::x11/gnome/controlcenter
|
||||
|
||||
BUILD_DEPENDS= :scrollkeeper->=0.3.11:textproc/scrollkeeper
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --with-kde-datadir=${LOCALBASE}/share
|
||||
CONFIGURE_ARGS+= --with-kde-docdir=${LOCALBASE}/share
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lm"
|
||||
|
||||
pre-build:
|
||||
@cd ${WRKSRC}; \
|
||||
for f in `find . \( -name '*.desktop.in' -or -name '*.soundlist.in' \) -and ! -path '*desktop-links/*'`; \
|
||||
do ./xml-i18n-merge po $$f $${f%.in} -d -p; done
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnome-core; \
|
||||
cp -Rp ${WRKINST}/${SYSCONFDIR}/* ${PREFIX}/share/examples/gnome-core/
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (gnome-core-1.4.0.6.tar.bz2) = 86395834dc18d3034b47c9dc2e1036a4
|
||||
RMD160 (gnome-core-1.4.0.6.tar.bz2) = b75d241b6c9a48c7db4dd3937e3046f714d2b456
|
||||
SHA1 (gnome-core-1.4.0.6.tar.bz2) = d2c055d3b56416e732042369241d1b0d7423a312
|
@ -1,59 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.4 2002/03/25 17:09:36 nino Exp $
|
||||
--- configure.orig Sat Feb 16 16:04:29 2002
|
||||
+++ configure Sat Feb 16 16:04:44 2002
|
||||
@@ -4106,8 +4106,8 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -4116,8 +4116,8 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -4629,6 +4629,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
+ sys_lib_search_path_spec="/usr/lib"
|
||||
+ sys_lib_dlsearch_path_spec="/usr/lib /usr/local/lib"
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
case "$host_os" in
|
||||
openbsd2.[89] | openbsd2.[89].*)
|
||||
@@ -8418,6 +8420,10 @@ fi
|
||||
|
||||
fi
|
||||
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ LIBS="$LIBS -lintl";
|
||||
+ fi
|
||||
+
|
||||
if test "$gt_cv_func_gettext_libc" = "yes" \
|
||||
|| test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
cat >> confdefs.h <<\EOF
|
||||
@@ -10196,11 +10202,11 @@ cat >> confdefs.h <<EOF
|
||||
EOF
|
||||
|
||||
cat >> confdefs.h <<EOF
|
||||
-#define KDE_ICONDIR "$kde_datadir/icons"
|
||||
+#define KDE_ICONDIR "$kde_datadir/icons/hicolor/48x48/apps"
|
||||
EOF
|
||||
|
||||
cat >> confdefs.h <<EOF
|
||||
-#define KDE_MINI_ICONDIR "$kde_datadir/icons/mini"
|
||||
+#define KDE_MINI_ICONDIR "$kde_datadir/icons/hicolor/16x16/apps"
|
||||
EOF
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-gsm_default_session_5_in,v 1.1 2002/04/02 03:31:50 espie Exp $
|
||||
--- gsm/default.session.5.in.orig Tue Apr 2 05:22:13 2002
|
||||
+++ gsm/default.session.5.in Tue Apr 2 05:24:51 2002
|
||||
@@ -7,8 +7,8 @@
|
||||
.\"
|
||||
.TH GNOME 1 "GNOME 1.0"
|
||||
.SH NAME
|
||||
-GNOME Default session configuration file.
|
||||
-.PP
|
||||
+default.session - GNOME Default session configuration file.
|
||||
+.SH DESCRIPTION
|
||||
The
|
||||
.I @datadir@/gnome/default.session
|
||||
file contains a list of programs to be launched the first time a user
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-help-browser_Makefile_in,v 1.2 2002/02/15 19:18:52 nino Exp $
|
||||
--- help-browser/Makefile.in.orig Sun Jan 27 00:24:00 2002
|
||||
+++ help-browser/Makefile.in Sun Feb 3 14:24:28 2002
|
||||
@@ -720,7 +720,7 @@ mostlyclean distclean maintainer-clean
|
||||
$(ORBIT_GENERATED_SOURCEFILES): my_help_browser_idl
|
||||
|
||||
my_help_browser_idl: $(top_srcdir)/idl/help-browser.idl $(ORBIT_IDL)
|
||||
- $(ORBIT_IDL) $<
|
||||
+ $(ORBIT_IDL) $(top_srcdir)/idl/help-browser.idl
|
||||
touch my_help_browser_idl
|
||||
|
||||
help-caller.o gnome-help-browser.o: help-browser.h
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-help-browser_help_es_Makefile_in,v 1.1 2002/02/15 19:18:52 nino Exp $
|
||||
--- help-browser/help/es/Makefile.in.orig Tue Feb 5 14:28:14 2002
|
||||
+++ help-browser/help/es/Makefile.in Tue Feb 5 14:28:48 2002
|
||||
@@ -182,7 +182,7 @@ EXTRA_DIST = gnome-help-browser-help.htm
|
||||
default-page.html
|
||||
|
||||
|
||||
-help_browser_helpdir = $(datadir)/gnome/help/help-browser/C
|
||||
+help_browser_helpdir = $(datadir)/gnome/help/help-browser/es
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../../../config.h
|
||||
CONFIG_CLEAN_FILES =
|
@ -1,62 +0,0 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2002/03/02 15:45:50 nino Exp $
|
||||
--- ltmain.sh.orig Fri Jan 25 01:45:33 2002
|
||||
+++ ltmain.sh Tue Feb 12 21:02:54 2002
|
||||
@@ -1060,6 +1060,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ case $host in
|
||||
+ *-*-openbsd*)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ *)
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -4457,40 +4473,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-omf-install_Makefile_in,v 1.2 2002/02/15 19:18:52 nino Exp $
|
||||
--- omf-install/Makefile.in.orig Sun Jan 27 00:27:36 2002
|
||||
+++ omf-install/Makefile.in Sun Feb 3 14:24:28 2002
|
||||
@@ -300,7 +300,6 @@ install-data-local:
|
||||
-for file in $(srcdir)/*.omf; do \
|
||||
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
|
||||
done
|
||||
- -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
|
||||
|
||||
uninstall-local:
|
||||
-for file in $(srcdir)/*.omf; do \
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-panel_Makefile_in,v 1.2 2002/02/15 19:18:53 nino Exp $
|
||||
--- panel/Makefile.in.orig Sun Jan 27 00:25:40 2002
|
||||
+++ panel/Makefile.in Mon Feb 11 11:37:45 2002
|
||||
@@ -239,7 +239,7 @@ libpanel_appletinclude_HEADERS = \
|
||||
gnome-panel.h
|
||||
|
||||
|
||||
-libpanel_applet_la_LDFLAGS = -version-info 0:1:0 -rpath $(libdir)
|
||||
+libpanel_applet_la_LDFLAGS = -version-info 0:2:0 -rpath $(libdir)
|
||||
libpanel_applet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB)
|
||||
|
||||
libpanel_status_la_SOURCES = \
|
||||
@@ -1385,7 +1385,7 @@ maintainer-clean-generic clean mostlycle
|
||||
$(CORBA_SRCLIST): my_gnome_panel_idl
|
||||
|
||||
my_gnome_panel_idl: $(top_srcdir)/idl/gnome-panel.idl $(ORBIT_IDL)
|
||||
- if $(ORBIT_IDL) `@GNOME_CONFIG@ --cflags idl` $< ; then touch my_gnome_panel_idl; else /bin/false; fi
|
||||
+ if $(ORBIT_IDL) `@GNOME_CONFIG@ --cflags idl` $(top_srcdir)/idl/gnome-panel.idl ; then touch my_gnome_panel_idl; else /bin/false; fi
|
||||
|
||||
# We need explicit dependencies here for people building out
|
||||
# of the tarballs.
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-panel_doc_Makefile_in,v 1.2 2002/02/15 19:18:53 nino Exp $
|
||||
--- panel/doc/Makefile.in.orig Sun Jan 27 00:25:43 2002
|
||||
+++ panel/doc/Makefile.in Sun Feb 3 14:24:28 2002
|
||||
@@ -392,7 +392,7 @@ install-data-local:
|
||||
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
|
||||
done; \
|
||||
echo '-- Installing $(srcdir)/html/index.sgml' ; \
|
||||
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
|
||||
+ $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || true; \
|
||||
echo '-- Fixing Crossreferences' ; \
|
||||
gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
|
||||
fi)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-panel_menu_c,v 1.2 2002/02/15 19:18:53 nino Exp $
|
||||
--- panel/menu.c.orig Fri Oct 26 11:13:46 2001
|
||||
+++ panel/menu.c Sun Feb 3 14:24:49 2002
|
||||
@@ -3804,7 +3804,7 @@ create_kde_menu (GtkWidget *menu, gboole
|
||||
{
|
||||
char *pixmap_name;
|
||||
|
||||
- pixmap_name = g_concat_dir_and_file (kde_icondir, "exec.xpm");
|
||||
+ pixmap_name = g_concat_dir_and_file (kde_icondir, "go.png");
|
||||
|
||||
if(!fake || menu) {
|
||||
menu = create_menu_at (menu,
|
@ -1,39 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2002/02/15 19:18:53 nino Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
FILES='
|
||||
CORBA/servers/deskguide_applet.gnorba
|
||||
CORBA/servers/fish_applet.gnorba
|
||||
CORBA/servers/gen_util.gnorba
|
||||
CORBA/servers/gnome-terminal.gnorba
|
||||
CORBA/servers/help-browser.gnorba
|
||||
CORBA/servers/panel.gnorba
|
||||
CORBA/servers/tasklist_applet.gnorba
|
||||
gnome/panel-config/panel
|
||||
gnome/panel-config/panel.d/default/Applet_Config
|
||||
gnome/panel-config/panel.d/default/panel
|
||||
sound/events/mailcheck.soundlist
|
||||
sound/events/panel.soundlist
|
||||
'
|
||||
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "|"
|
||||
echo "| FYI, the following configuration files belongs to this package:"
|
||||
echo "|"
|
||||
for f in ${FILES}; do
|
||||
echo "| ${SYSCONFDIR}/$f"
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
|
||||
exit 0
|
@ -1,7 +0,0 @@
|
||||
This package contains the GNOME panel, the menu system, the session
|
||||
manager, the help system, the GNOME terminal, some essential applets and
|
||||
other basic tools.
|
||||
|
||||
For more information about the GNOME project, visit:
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,97 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.3 2002/02/15 19:18:53 nino Exp $
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
P_NAME=gnome-core
|
||||
DEST_PFX=${SYSCONFDIR}
|
||||
SOURCE_PFX=${PREFIX}/share/examples/${P_NAME}
|
||||
|
||||
FILES='
|
||||
CORBA/servers/deskguide_applet.gnorba
|
||||
CORBA/servers/fish_applet.gnorba
|
||||
CORBA/servers/gen_util.gnorba
|
||||
CORBA/servers/gnome-terminal.gnorba
|
||||
CORBA/servers/help-browser.gnorba
|
||||
CORBA/servers/panel.gnorba
|
||||
CORBA/servers/tasklist_applet.gnorba
|
||||
gnome/panel-config/panel
|
||||
gnome/panel-config/panel.d/default/Applet_Config
|
||||
gnome/panel-config/panel.d/default/panel
|
||||
sound/events/mailcheck.soundlist
|
||||
sound/events/panel.soundlist
|
||||
'
|
||||
|
||||
do_post() {
|
||||
|
||||
echo
|
||||
echo "+--------------- ${P_NAME}"
|
||||
|
||||
# install dirs if neccesary
|
||||
install -d ${DEST_PFX}/gnome/panel-config/panel.d/default
|
||||
|
||||
# install or take note of existing config files
|
||||
for f in ${FILES}; do
|
||||
if [ -f "${DEST_PFX}/$f" ]; then
|
||||
OLD_CONFS="${OLD_CONFS} $f"
|
||||
else
|
||||
if ! install -m 644 ${SOURCE_PFX}/$f ${DEST_PFX}/$f; then
|
||||
echo "| ERROR: The following file could not be installed, exiting: ${DEST_PFX}/$f"
|
||||
exit 1
|
||||
fi
|
||||
NEW_CONFS="${NEW_CONFS} $f"
|
||||
fi
|
||||
done
|
||||
|
||||
# print status report
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "| The following NEW configuration files have been installed:"
|
||||
echo "|"
|
||||
for f in ${NEW_CONFS}; do
|
||||
echo "| ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
|
||||
if [ -n "${OLD_CONFS}" ]; then
|
||||
if [ -n "${NEW_CONFS}" ]; then
|
||||
echo "|"
|
||||
fi
|
||||
echo "| The following OLD configuration files was found and have NOT been overwritten:"
|
||||
echo "| You should however manually compare them to their equivalents in "
|
||||
echo "|"
|
||||
echo "| ${SOURCE_PFX}"
|
||||
echo "|"
|
||||
echo "| and update your configuration if needed."
|
||||
echo "|"
|
||||
for f in ${OLD_CONFS}; do
|
||||
echo "| ${DEST_PFX}/$f"
|
||||
done
|
||||
fi
|
||||
echo "+--------------- ${P_NAME}"
|
||||
echo
|
||||
}
|
||||
|
||||
# verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
;;
|
||||
POST-INSTALL)
|
||||
do_post
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
@ -1,6 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2002/02/15 19:18:53 nino Exp $
|
||||
lib/libfish_applet.so.0.0
|
||||
lib/libgen_util_applet.so.0.0
|
||||
lib/libpanel_applet.so.0.2
|
||||
lib/libpanel_status.so.0.0
|
||||
DYNLIBDIR(%D/lib)
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:03 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/09/26 05:04:05 marcm Exp $
|
||||
bin/gnome-about
|
||||
include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h
|
||||
include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/08/23 19:51:44 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/09/26 05:04:05 marcm Exp $
|
||||
bin/gnome-desktop-item-edit
|
||||
bin/gnome-panel
|
||||
bin/gnome-panel-preferences
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/08/06 20:45:06 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/09/26 05:04:05 marcm Exp $
|
||||
bin/gnome-session
|
||||
bin/gnome-session-properties
|
||||
bin/gnome-session-save
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/08/06 20:45:06 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/09/26 05:04:05 marcm Exp $
|
||||
bin/gnome-terminal
|
||||
lib/bonobo/servers/gnome-terminal.server
|
||||
share/applications/gnome-terminal.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user