Update to gnome-screensaver-2.30.0.

This commit is contained in:
ajacoutot 2010-04-23 11:56:09 +00:00
parent 1923dab7a8
commit a82da030f0
5 changed files with 31 additions and 21 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2010/03/26 16:25:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2010/04/23 11:56:09 ajacoutot Exp $
COMMENT= screen saver and locker for GNOME
GNOME_PROJECT= gnome-screensaver
GNOME_VERSION= 2.28.3
PKGNAME= ${DISTNAME}p0
GNOME_VERSION= 2.30.0
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
@ -20,7 +19,7 @@ WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs startup-notification-1
WANTLIB += xcb xcb-atom xcb-aux xcb-event xkbfile xklavier xml2
WANTLIB += z
WANTLIB += z xcb-render xcb-render-util
MODULES= devel/gettext \
x11/gnome \

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-screensaver-2.28.3.tar.bz2) = 5vubIG80cMBOIUdO5taWhw==
RMD160 (gnome/gnome-screensaver-2.28.3.tar.bz2) = 1PIrZ5+l9Bua0qaRJar2vgtha4c=
SHA1 (gnome/gnome-screensaver-2.28.3.tar.bz2) = 9ir3MzJO1r7Q8J7Ug5mVL45hpkc=
SHA256 (gnome/gnome-screensaver-2.28.3.tar.bz2) = 8v/sT2N4g8fbFfuUw/hafVmt488fAQfs68Ad8T8K1cM=
SIZE (gnome/gnome-screensaver-2.28.3.tar.bz2) = 4787224
MD5 (gnome/gnome-screensaver-2.30.0.tar.bz2) = oYCGvyGReV2Ht+qAt7Ztqg==
RMD160 (gnome/gnome-screensaver-2.30.0.tar.bz2) = ZyzP7AxX+sRYXSmZd7kUKnrMHI0=
SHA1 (gnome/gnome-screensaver-2.30.0.tar.bz2) = TOtE0X2Mb/Ey5nhefnxvSNcDnh0=
SHA256 (gnome/gnome-screensaver-2.30.0.tar.bz2) = 9lPT5Khy1DW86ddOqNFOVAkMTIA1IdX+lA6UjB3MwGA=
SIZE (gnome/gnome-screensaver-2.30.0.tar.bz2) = 4803639

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-config_h_in,v 1.3 2010/02/08 17:04:14 ajacoutot Exp $
--- config.h.in.orig Fri Jan 29 04:09:01 2010
+++ config.h.in Fri Jan 29 08:29:38 2010
$OpenBSD: patch-config_h_in,v 1.4 2010/04/23 11:56:09 ajacoutot Exp $
--- config.h.in.orig Tue Mar 30 17:17:30 2010
+++ config.h.in Fri Apr 23 13:41:53 2010
@@ -12,6 +12,9 @@
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET
@ -11,3 +11,13 @@ $OpenBSD: patch-config_h_in,v 1.3 2010/02/08 17:04:14 ajacoutot Exp $
/* Define to 1 if you have the `clearenv' function. */
#undef HAVE_CLEARENV
@@ -168,9 +171,6 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_ac,v 1.2 2009/10/14 09:55:24 ajacoutot Exp $
--- configure.ac.orig Wed Sep 23 10:36:43 2009
+++ configure.ac Wed Oct 14 11:35:09 2009
@@ -621,6 +621,7 @@ have_shadow_enhanced=no
$OpenBSD: patch-configure_ac,v 1.3 2010/04/23 11:56:09 ajacoutot Exp $
--- configure.ac.orig Tue Mar 30 17:16:51 2010
+++ configure.ac Fri Apr 23 13:41:53 2010
@@ -625,6 +625,7 @@ have_shadow_enhanced=no
have_shadow_adjunct=no
have_shadow_hpux=no
have_passwd_helper=no
@ -9,7 +9,7 @@ $OpenBSD: patch-configure_ac,v 1.2 2009/10/14 09:55:24 ajacoutot Exp $
with_shadow_req=unspecified
@@ -837,6 +838,44 @@ esac
@@ -841,6 +842,44 @@ esac
AM_CONDITIONAL(HAVE_PASSWD_HELPER, test x$have_passwd_helper = xyes)
AC_SUBST(HAVE_PASSWD_HELPER)
@ -54,7 +54,7 @@ $OpenBSD: patch-configure_ac,v 1.2 2009/10/14 09:55:24 ajacoutot Exp $
if test "$need_setuid" = yes -a "$have_pam" != yes ; then
NEED_SETUID=yes
else
@@ -849,7 +888,7 @@ dnl Authentication scheme
@@ -853,7 +892,7 @@ dnl Authentication scheme
dnl ---------------------------------------------------------------------------
AC_ARG_ENABLE(authentication-scheme,
@ -63,7 +63,7 @@ $OpenBSD: patch-configure_ac,v 1.2 2009/10/14 09:55:24 ajacoutot Exp $
authentication scheme [default=auto]],,
enable_authentication_scheme=auto)
@@ -861,11 +900,16 @@ fi
@@ -865,11 +904,16 @@ fi
if test x$enable_authentication_scheme = xhelper -a x$have_passwd_helper = xno ; then
AC_MSG_ERROR(Password helper support requested but not available)
fi
@ -80,7 +80,7 @@ $OpenBSD: patch-configure_ac,v 1.2 2009/10/14 09:55:24 ajacoutot Exp $
elif test x$enable_authentication_scheme = xpwent ; then
AUTH_SCHEME="pwent"
elif test x$enable_authentication_scheme = xauto ; then
@@ -873,6 +917,8 @@ elif test x$enable_authentication_scheme = xauto ; the
@@ -877,6 +921,8 @@ elif test x$enable_authentication_scheme = xauto ; the
AUTH_SCHEME="pam"
elif test x$have_passwd_helper != xno ; then
AUTH_SCHEME="helper"

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2009/12/21 18:03:19 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2010/04/23 11:56:09 ajacoutot Exp $
@bin bin/gnome-screensaver
@bin bin/gnome-screensaver-command
@bin bin/gnome-screensaver-preferences
@ -72,6 +72,7 @@ share/locale/da/LC_MESSAGES/gnome-screensaver.mo
share/locale/de/LC_MESSAGES/gnome-screensaver.mo
share/locale/dz/LC_MESSAGES/gnome-screensaver.mo
share/locale/el/LC_MESSAGES/gnome-screensaver.mo
share/locale/en@shaw/LC_MESSAGES/gnome-screensaver.mo
share/locale/en_CA/LC_MESSAGES/gnome-screensaver.mo
share/locale/en_GB/LC_MESSAGES/gnome-screensaver.mo
share/locale/es/LC_MESSAGES/gnome-screensaver.mo