pkgsrc/x11/gtk-mac-integration/Makefile

25 lines
634 B
Makefile
Raw Normal View History

2021-12-08 17:01:42 +01:00
# $NetBSD: Makefile,v 1.19 2021/12/08 16:02:50 adam Exp $
DISTNAME= gtk-mac-integration-3.0.1
2021-12-08 17:01:42 +01:00
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-mac-integration/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= adam@NetBSD.org
2017-08-16 22:21:03 +02:00
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
gtk-mac-integration: updated to 3.0.0 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!
2021-04-09 13:14:54 +02:00
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
gtk-mac-integration: updated to 3.0.0 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!
2021-04-09 13:14:54 +02:00
CONFIGURE_ARGS+= --with-gtk2
CONFIGURE_ARGS+= --with-gtk3
.include "../../x11/gtk2/buildlink3.mk"
gtk-mac-integration: updated to 3.0.0 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!
2021-04-09 13:14:54 +02:00
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"