9880b9a353
Changes from version gtk-mac-integration-2.1.3 to version gtk-mac-integration-3.0.0 * Removed the obsolete Carbon-based gtk-mac-bundle, gtk-mac-dock, and gtk-mac-menu. * Removed the obsolete PyGtk bindings. * Added translations for Croatian, Friulian, Greek, and Slovenian * Updated Danish, Hungarian, Korean, and Turkish Translations * Replaced git repository and bug URLs to reflect Gnome project's move to gitlab.gnome.org Changes from version gtk-mac-integration-2.1.2 to version gtk-mac-integration-2.1.3 * Use glib instead of the custom gettext code (HEAD, origin/master, orig* Add Indonesian translation * fix typo in CGBitmapInfo * Fix invalid image alphaInfo error * Update German translation * Add Brazilian Portuguese translation * Add Indonesian translation Changes from version gtk-mac-integration-2.1.1 to version gtk-mac-integration-2.1.2 * Include gettext.h in the distribution tarball. Broke the build. * Fix up some compiler warnings. Changes from version gtk-mac-integration-2.0.8 to version gtk-mac-integration-2.1.1 * Add bit-compiled translation files to gitignore. * Add function gtkosx_application_set_about_item. Prefer this to setting item 0 with gtkosx_application_insert_app_menu_item. * Convert translation handling to gettext. * Remove obsolete dependency on gnome-common. * Update documentation URL. * Commit documentation so that it appears at https://jralls.github.io/gtk-mac-integration. * Change Spanish translation of 'Quit'. * Set PREFIX to default_prefix if --prefix isn't set. * Correct Latvian translation code and file name. * Polish translation by a human translator!
23 lines
619 B
Makefile
23 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/04/09 11:14:54 adam Exp $
|
|
|
|
DISTNAME= gtk-mac-integration-3.0.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-mac-integration/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://www.gtk.org/download/macos.php
|
|
COMMENT= OS X integration for GTK
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
ONLY_FOR_PLATFORM= Darwin-*-*
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-gtk2
|
|
CONFIGURE_ARGS+= --with-gtk3
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|