=============== Version 2.24.1 =============== - Fixed #555701, libgnome-desktop:gnome_bg_create_pixmap() leaks pixmaps and X clients (Scott Remnant) - Fixed #451498, Preview of "Blank screen" is not consistent (Neil Patel) - Fixed #552119, Add GTK and GNOME to screensaver desktop (William Jon McCann) - Fixed #552523, Screensaver suddenly stopped working (William Jon McCann) - Fixed #555254, gnome-screensaver-dialog NULL pointer crash (William Jon McCann) - Fixed #555491, gnome-screensaver should release mouse/keyboard when failed to grab both of them (Joey Yu Zheng) - Fixed #560456, Cleaning up GTK Includes in gnome-screensaver (Maxim Ermilov) Translations: - Updated ar: Djihed Afifi - Updated ast: Andre Klapper, Astur - Updated be@latin: Ihar Hračyška, Ihar Hrachyshka - Updated pt_BR: Leonardo Ferreira Fontenelle, Vladimir Melo =============== Version 2.24.0 =============== - Updated LINGUAS, sr@latin.po, sr@Latn: Arangel Angov - Updated ar: Djihed Afifi, Khaled Hosny - Updated bg: Alexander Shopov - Updated bn_IN: Runa Bhattacharjee - Updated ca: Gil Forcada - Updated da: Kenneth Nielsen - Updated de: Hendrik Richter - Updated dz: Pema Geyleg, Dawa pemo - Updated en_GB: Philip Withnall, David Lodge - Updated et: Ivar Smolin - Updated fr: Claude Paroz - Updated ga: Seán de Búrca - Updated hr: Robert Sedak, Ante Karamatić - Updated hu: Gabor Kelemen - Updated it: Luca Ferretti - Updated kn: Shankar Prasad - Updated ko: Changwoo Ryu - Updated mk: Arangel Angov, Clytie Siddall <clytie@riverland.net.au> - Updated ml: Praveen Arimbrathodiyil, പ്രവീണ് അരിമ്പ്രത്തൊടിയില് - Updated mr: Sandeep Shedmake - Updated nl: Wouter Bolsterlee - Updated pl: Wadim Dziedzic, wadim dziedzic - Updated pt_BR: Vladimir Melo - Updated ro: Mugurel Tudor, Mișu Moldovan - Updated sr.po, sr@latin: Goran Rakić - Updated ta: I. Felix - Updated tr: Baris Cicek =============== Version 2.23.90 =============== - use standard icon names (Matthias Clasen) - Paint widget background color as face background color. - Add/remove windows as necessary in response to RANDR 1.2 events - Honor the disable_user_switching lockdown key. - Fixed #547013, The dialog incorrectly tell that the numlock is on (William Jon McCann) Translations: - Updated LINGUAS, sr@latin.po, sr@Latn: Goran Rakic - Updated ar: Khaled Hosny - Updated cs: Petr Kovar - Updated eu: Inaki Larranaga Murgoitio, Iñaki Larrañaga Murgoitio - Updated fi: Ilkka Tuohela, Timo Jyrinki - Updated gu: Daniel Nylander, Sweta Kothari - Updated he: Yair Hershkovitz <yairhr@gmail.com>, Yaniv Abir <yanivabir at gmail dot com> - Updated ja: Takeshi AIHANA - Updated lt: Gintautas Miliauskas - Updated pt: Duarte Loreto - Updated pt_BR: Vladimir Melo - Updated sv: Daniel Nylander Help Manual Translations: None =============== Version 2.23.3 =============== * Fix build issue (Wouter Bolsterlee) * Add a simple frame around user icon * Add a new child widget to use for themes to draw on =============== Version 2.23.2 =============== * Fix gamma lost during fade * Show default desktop background behind lock dialog * Add reporting of inhibitors to --query command
68 lines
2.3 KiB
Makefile
68 lines
2.3 KiB
Makefile
# $NetBSD: Makefile,v 1.31 2008/11/15 12:21:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-screensaver-2.24.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-screensaver/2.24/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/GnomeScreensaver/
|
|
COMMENT= Screen saver and locker for the GNOME desktop
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.3
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
.include "options.mk"
|
|
|
|
PKGCONFIG_OVERRIDE= data/gnome-screensaver.pc.in
|
|
|
|
GCONF_SCHEMAS= gnome-screensaver.schemas
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gnome-screensaver
|
|
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
|
|
MESSAGE_SUBST+= EGDIR=${EGDIR:Q}
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/menus
|
|
CONF_FILES= ${EGDIR}/xdg/menus/gnome-screensavers.menu \
|
|
${PKG_SYSCONFDIR}/xdg/menus/gnome-screensavers.menu
|
|
|
|
INSTALLATION_DIRS= ${EGDIR}/pam.d
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${FILESDIR}/pam-gnome-screensaver-NetBSD \
|
|
${DESTDIR}${EGDIR}/pam.d/gnome-screensaver-NetBSD
|
|
${INSTALL_DATA} ${WRKSRC}/data/gnome-screensaver \
|
|
${DESTDIR}${EGDIR}/pam.d/gnome-screensaver-Linux
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libglade+= libglade>=2.5.0
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.libexif+= libexif>=0.6.12
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../sysutils/gnome-menus/buildlink3.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gnome-desktop+= gnome-desktop>=2.23.2
|
|
.include "../../x11/gnome-desktop/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.11.5
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXxf86misc/buildlink3.mk"
|
|
.include "../../x11/libXxf86vm/buildlink3.mk"
|
|
.include "../../x11/libgnomekbd/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|