LAST ONE!
Update gnome-session to pull it all together. Gnome 2.2.1 is now in-tree (and of course Gnome 2.2.2 will be released shortly) ok jolan@
This commit is contained in:
parent
0076b2c247
commit
294b25c0e0
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2003/02/18 07:14:46 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2003/06/12 20:24:02 marcm Exp $
|
||||
|
||||
COMMENT= "GNOME session"
|
||||
|
||||
DISTNAME= gnome-session-2.0.9
|
||||
DISTNAME= gnome-session-2.2.1
|
||||
CATEGORIES= x11 x11/gnome
|
||||
|
||||
HOMEPAGE= http://www.gnome.org
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.0/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.2/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
# LGPL
|
||||
@ -21,15 +21,17 @@ MODULES= gettext
|
||||
|
||||
BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \
|
||||
:scrollkeeper->=0.3.11:textproc/scrollkeeper
|
||||
RUN_DEPENDS= :esound-*:audio/esound \
|
||||
:gnome-applets2-*:x11/gnome/applets2 \
|
||||
:gnome-terminal-*:x11/gnome/terminal \
|
||||
:nautilus-*:x11/gnome/nautilus \
|
||||
:yelp-*:x11/gnome/yelp \
|
||||
:metacity-*:x11/gnome/metacity
|
||||
LIB_DEPENDS= gnomeui-2.0::x11/gnome/libgnomeui
|
||||
|
||||
MAKE_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||
# Here we hang all the additional ports that will make up a satisfying
|
||||
# Gnome2 user experience :)
|
||||
RUN_DEPENDS+= :gnome-applets2-*:x11/gnome/applets2
|
||||
RUN_DEPENDS+= :gnome-terminal-*:x11/gnome/terminal
|
||||
RUN_DEPENDS+= :nautilus-*:x11/gnome/nautilus
|
||||
RUN_DEPENDS+= :metacity-*:x11/gnome/metacity
|
||||
RUN_DEPENDS+= :gnome-themes-*:x11/gnome/themes
|
||||
#RUN_DEPENDS+= :yelp-*:x11/gnome/yelp
|
||||
RUN_DEPENDS+= :xscreensaver-*:x11/xscreensaver,gtk2
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
USE_X11= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome-session-2.0.9.tar.bz2) = 55659ab1dbcc521ded652aadc309287d
|
||||
RMD160 (gnome-session-2.0.9.tar.bz2) = db1ef7046cb50c8601da7968933e0c6823ed0a6f
|
||||
SHA1 (gnome-session-2.0.9.tar.bz2) = fad38bad957ac71e9646b041d439480b44c3bf24
|
||||
MD5 (gnome-session-2.2.1.tar.bz2) = 53330d8b034d75c9e6d3e79e7314eb77
|
||||
RMD160 (gnome-session-2.2.1.tar.bz2) = 25598a724b0b4cd85c99e6d1d9600eed4bbbbd5c
|
||||
SHA1 (gnome-session-2.2.1.tar.bz2) = 39bc305deecd14df4ed92da798e944b8070551a8
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 19:06:39 todd Exp $
|
||||
--- ltmain.sh.orig Thu Nov 14 19:51:46 2002
|
||||
+++ ltmain.sh Thu Nov 28 15:43:33 2002
|
||||
@@ -1060,6 +1060,17 @@ compiler."
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2003/06/12 20:24:02 marcm Exp $
|
||||
--- ltmain.sh.orig Tue Feb 25 18:13:53 2003
|
||||
+++ ltmain.sh Wed May 28 17:16:50 2003
|
||||
@@ -1071,6 +1071,17 @@ compiler."
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 19:06:39 todd Exp $
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1496,6 +1507,9 @@ compiler."
|
||||
@@ -1511,6 +1522,9 @@ compiler."
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
@ -29,7 +29,7 @@ $OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/01/31 19:06:39 todd Exp $
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -4446,40 +4460,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -4524,40 +4538,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = ":" && exit 0
|
||||
|
||||
|
12
x11/gnome/session/patches/patch-po_Makefile_in_in
Normal file
12
x11/gnome/session/patches/patch-po_Makefile_in_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2003/06/12 20:24:02 marcm Exp $
|
||||
--- po/Makefile.in.in.orig Wed May 28 19:34:46 2003
|
||||
+++ po/Makefile.in.in Wed May 28 19:35:04 2003
|
||||
@@ -28,7 +28,7 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
-localedir = $(libdir)/locale
|
||||
+localedir = $(datadir)/locale
|
||||
gnulocaledir = $(datadir)/locale
|
||||
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||
subdir = po
|
@ -1,14 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/31 19:06:39 todd Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/06/12 20:24:03 marcm Exp $
|
||||
@pkgcfl gnome-core-*
|
||||
bin/gnome-session
|
||||
bin/gnome-session-properties
|
||||
bin/gnome-session-save
|
||||
bin/gnome-smproxy
|
||||
bin/gnome-wm
|
||||
man/man1/gnome-session-save.1
|
||||
man/man1/gnome-session.1
|
||||
man/man1/gnome-smproxy.1
|
||||
man/man1/gnome-wm.1
|
||||
man/man1/save-session.1
|
||||
man/man1/session-properties.1
|
||||
man/man5/default.session.5
|
||||
share/control-center-2.0/capplets/session-properties.desktop
|
||||
@ -29,6 +29,7 @@ share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo
|
||||
@ -36,12 +37,15 @@ share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/he/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/id/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo
|
||||
@ -54,6 +58,7 @@ share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sp/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo
|
||||
@ -68,8 +73,6 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@dirrm share/schemas/gnome-session
|
||||
@dirrm share/pixmaps/splash
|
||||
@comment @dirrm share/pixmaps
|
||||
@comment @exec mkdir -p %D/share/omf/gnome-core
|
||||
@comment @dirrm share/omf/gnome-core
|
||||
@comment @dirrm share/locale/zh_TW/LC_MESSAGES
|
||||
@comment @dirrm share/locale/zh_TW
|
||||
@comment @dirrm share/locale/zh_CN/LC_MESSAGES
|
||||
@ -88,6 +91,8 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/sv
|
||||
@comment @dirrm share/locale/sr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sr
|
||||
@comment @dirrm share/locale/sq/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sq
|
||||
@comment @dirrm share/locale/sp/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sp
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@ -112,6 +117,8 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/nl
|
||||
@comment @dirrm share/locale/ms/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ms
|
||||
@comment @dirrm share/locale/mn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mn
|
||||
@comment @dirrm share/locale/mk/LC_MESSAGES
|
||||
@comment @dirrm share/locale/mk
|
||||
@comment @dirrm share/locale/lv/LC_MESSAGES
|
||||
@ -120,10 +127,14 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/lt
|
||||
@comment @dirrm share/locale/ko/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ko
|
||||
@comment @dirrm share/locale/kn/LC_MESSAGES
|
||||
@comment @dirrm share/locale/kn
|
||||
@comment @dirrm share/locale/ja/LC_MESSAGES
|
||||
@comment @dirrm share/locale/ja
|
||||
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||
@comment @dirrm share/locale/it
|
||||
@comment @dirrm share/locale/id/LC_MESSAGES
|
||||
@comment @dirrm share/locale/id
|
||||
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/hu
|
||||
@comment @dirrm share/locale/hi/LC_MESSAGES
|
||||
@ -138,6 +149,8 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/fi/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fi
|
||||
@comment @dirrm share/locale/fa/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fa
|
||||
@comment @dirrm share/locale/eu/LC_MESSAGES
|
||||
@comment @dirrm share/locale/eu
|
||||
@comment @dirrm share/locale/et/LC_MESSAGES
|
||||
@ -169,5 +182,6 @@ share/schemas/gnome-session/gnome-session.schemas
|
||||
@comment @dirrm share/locale/am/LC_MESSAGES
|
||||
@comment @dirrm share/locale/am
|
||||
@comment @dirrm share/locale
|
||||
@comment @dirrm share/gnome
|
||||
@comment @dirrm share/control-center-2.0/capplets
|
||||
@comment @dirrm share/control-center-2.0
|
||||
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-session/*.schemas > /dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user