Update to 2.10.0 for Gnome 2.10 platform.
This commit is contained in:
parent
026110581f
commit
dce942b916
@ -1,17 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2004/12/30 04:30:12 marcm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2005/05/24 21:37:09 marcm Exp $
|
||||
|
||||
COMMENT= "configuration database system for GNOME"
|
||||
|
||||
VERSION= 2.8.1
|
||||
VERSION= 2.10.0
|
||||
DISTNAME= GConf-${VERSION}
|
||||
PKGNAME= gconf2-${VERSION}p0
|
||||
PKGNAME= gconf2-${VERSION}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/projects/gconf/
|
||||
|
||||
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.8/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.10/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext
|
||||
@ -26,7 +24,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender atk-1.0.0.0 c \
|
||||
WANTLIB= X11 Xft Xrender atk-1.0.0.0 c \
|
||||
fontconfig freetype glib-2.0.0.0 gmodule-2.0.0.0 \
|
||||
gobject-2.0.0.0 gthread-2.0.0.0 m pango-1.0.0.0 \
|
||||
pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (GConf-2.8.1.tar.bz2) = b1173cbe33404bcbcc15710ce2a28f67
|
||||
RMD160 (GConf-2.8.1.tar.bz2) = ab9c58f7254fbc50bf72c3fbd22b112fe3963fb7
|
||||
SHA1 (GConf-2.8.1.tar.bz2) = c1d4ad69e138900fa92afd00fecd3fcc81544e3b
|
||||
SIZE (GConf-2.8.1.tar.bz2) = 1730812
|
||||
MD5 (GConf-2.10.0.tar.bz2) = a7cd37be4e317195a6668a086fc72033
|
||||
RMD160 (GConf-2.10.0.tar.bz2) = 5464159cba1bd55bec976bcb1cbda7d663298e4b
|
||||
SHA1 (GConf-2.10.0.tar.bz2) = 9590cfc310e05c540feeab352199062922b8f4be
|
||||
SIZE (GConf-2.10.0.tar.bz2) = 1734260
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ltmain.sh.orig Tue Oct 12 09:49:00 2004
|
||||
+++ ltmain.sh Wed Dec 22 18:48:43 2004
|
||||
@@ -1978,9 +1978,12 @@ EOF
|
||||
--- ltmain.sh.orig Mon Mar 7 03:25:17 2005
|
||||
+++ ltmain.sh Mon Apr 4 22:28:19 2005
|
||||
@@ -1975,9 +1975,12 @@ EOF
|
||||
if test "$linkmode,$pass" = "prog,link"; then
|
||||
compile_deplibs="$deplib $compile_deplibs"
|
||||
finalize_deplibs="$deplib $finalize_deplibs"
|
||||
@ -15,7 +15,7 @@
|
||||
continue
|
||||
;;
|
||||
-l*)
|
||||
@@ -2417,10 +2420,6 @@ EOF
|
||||
@@ -2410,10 +2413,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
@ -26,7 +26,7 @@
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on
|
||||
@@ -5807,40 +5806,6 @@ relink_command=\"$relink_command\""
|
||||
@@ -5800,40 +5799,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit $EXIT_SUCCESS
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2004/12/10 20:33:59 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2005/05/24 21:37:09 marcm Exp $
|
||||
bin/gconf-merge-tree
|
||||
bin/gconftool-2
|
||||
include/gconf/
|
||||
@ -99,6 +99,7 @@ share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/GConf2.mo
|
||||
share/locale/es/LC_MESSAGES/GConf2.mo
|
||||
share/locale/et/LC_MESSAGES/GConf2.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/GConf2.mo
|
||||
@ -174,6 +175,9 @@ share/locale/uk/LC_MESSAGES/GConf2.mo
|
||||
share/locale/vi/
|
||||
share/locale/vi/LC_MESSAGES/
|
||||
share/locale/vi/LC_MESSAGES/GConf2.mo
|
||||
share/locale/xh/
|
||||
share/locale/xh/LC_MESSAGES/
|
||||
share/locale/xh/LC_MESSAGES/GConf2.mo
|
||||
share/locale/yi/
|
||||
share/locale/yi/LC_MESSAGES/
|
||||
share/locale/yi/LC_MESSAGES/GConf2.mo
|
||||
|
Loading…
Reference in New Issue
Block a user