91a98bf4d1
- Fixed the build on systems lacking openat() - Translation updates - gnome-xkb-info: Fix some layouts not being associated to a locale - gnome-rr: Add missing introspection annotations - wall-clock: Add ref-tests for clock output - wall-clock: Always use the ratio character (#726232) - gnome-rr: Output the EDID vendor/product info as well - gnome-rr: Add backlight output in debug - thumbnailer: Try harder to create a failed thumbnail (#728775) - Fix the build on OpenBSD - gnome-rr: Improve debug output - gnome-rr: Actually define output_get_possible_crtcs (#727034) - gnome-rr: Initialize GnomeRROutputInfo:rotation to GNOME_RR_ROTATION_0 (#727023) - Always set the DPMS mode when requested - gnome-xkb-info: Remove xkbfile dependency (#719942) - API and ABI break - gnome-xkb-info: Apply main layout locale metadata to variants (#711291) - wall-clock: Replace ratio with colon on non-UTF-8 locales (#722664) - more new gnome-rr api - drop using glibc internal headers - docs for thumbnailers - idle monitor fixes - use newer libgsystem internally - gnome-rr: Improve debug output - Add gnome_rr_output_get_min_backlight_step() API
39 lines
1.4 KiB
Makefile
39 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2014/11/08 23:15:06 prlw1 Exp $
|
|
|
|
DISTNAME= gnome-desktop-3.14.1
|
|
PKGNAME= ${DISTNAME:S/desktop/desktop3/}
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-desktop/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME3 desktop-wide documents and libgnome-desktop library
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 AND gnu-fdl-v1.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libgnome-desktop/gnome-desktop-3.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --with-gnome-distributor="The NetBSD Foundation"
|
|
CONFIGURE_ARGS+= --disable-date-in-gnome-version
|
|
CONFIGURE_ARGS+= --disable-desktop-docs
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.38.0
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gsettings-desktop-schemas+= gsettings-desktop-schemas>=3.5.91
|
|
.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
|
|
.include "../../textproc/iso-codes/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
.include "../../x11/xkeyboard-config/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|