Received: by mail.netbsd.org (Postfix, from userid 605) id 39FB884CFD; Fri, 9 Apr 2021 11:14:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E67D84D56 for ; Fri, 9 Apr 2021 11:14:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id c9rUeyhl89MY for ; Fri, 9 Apr 2021 11:14:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5272B84CFD for ; Fri, 9 Apr 2021 11:14:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BF12FA95; Fri, 9 Apr 2021 11:14:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617966894176600" MIME-Version: 1.0 Date: Fri, 9 Apr 2021 11:14:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/x11/gtk-mac-integration To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210409111454.4BF12FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617966894176600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 9 11:14:54 UTC 2021 Modified Files: pkgsrc/x11/gtk-mac-integration: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: 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! To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/gtk-mac-integration/DESCR cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/gtk-mac-integration/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/gtk-mac-integration/PLIST cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/gtk-mac-integration/buildlink3.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtk-mac-integration/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617966894176600 Content-Disposition: inline Content-Length: 9599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk-mac-integration/DESCR diff -u pkgsrc/x11/gtk-mac-integration/DESCR:1.1 pkgsrc/x11/gtk-mac-integration/DESCR:1.2 --- pkgsrc/x11/gtk-mac-integration/DESCR:1.1 Sun Dec 1 11:56:41 2013 +++ pkgsrc/x11/gtk-mac-integration/DESCR Fri Apr 9 11:14:54 2021 @@ -1,4 +1,3 @@ -GTK+ Integration for the Mac OS X desktop, like the menubar, dock and app -bundles. This library provides two implementations: An older Carbon -implementation (gtk-mac-integration) and a new implementation in Cocoa -(GtkOSXApplication). PyGtk bindings are provided for both. +Provides integration for Gtk+ applications into the Mac desktop, with +support for the Mac menubar, the Dock, and for finding resources in +bundles. GtkosxApplication is gobject-introspectable. Index: pkgsrc/x11/gtk-mac-integration/Makefile diff -u pkgsrc/x11/gtk-mac-integration/Makefile:1.16 pkgsrc/x11/gtk-mac-integration/Makefile:1.17 --- pkgsrc/x11/gtk-mac-integration/Makefile:1.16 Mon Aug 17 20:17:50 2020 +++ pkgsrc/x11/gtk-mac-integration/Makefile Fri Apr 9 11:14:54 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/08/17 20:17:50 leot Exp $ +# $NetBSD: Makefile,v 1.17 2021/04/09 11:14:54 adam Exp $ -DISTNAME= gtk-mac-integration-2.0.8 -PKGREVISION= 9 +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 @@ -14,9 +13,11 @@ LICENSE= gnu-lgpl-v2.1 ONLY_FOR_PLATFORM= Darwin-*-* USE_LIBTOOL= yes -USE_TOOLS+= pkg-config #gmake +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-python +CONFIGURE_ARGS+= --with-gtk2 +CONFIGURE_ARGS+= --with-gtk3 .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/gtk-mac-integration/PLIST diff -u pkgsrc/x11/gtk-mac-integration/PLIST:1.2 pkgsrc/x11/gtk-mac-integration/PLIST:1.3 --- pkgsrc/x11/gtk-mac-integration/PLIST:1.2 Tue Feb 7 11:15:43 2017 +++ pkgsrc/x11/gtk-mac-integration/PLIST Fri Apr 9 11:14:54 2021 @@ -1,69 +1,44 @@ -@comment $NetBSD: PLIST,v 1.2 2017/02/07 11:15:43 adam Exp $ -include/gtkmacintegration/gtk-mac-bundle.h -include/gtkmacintegration/gtk-mac-dock.h -include/gtkmacintegration/gtk-mac-integration.h -include/gtkmacintegration/gtk-mac-menu.h +@comment $NetBSD: PLIST,v 1.3 2021/04/09 11:14:54 adam Exp $ include/gtkmacintegration/gtkosxapplication.h lib/libgtkmacintegration-gtk2.la +lib/libgtkmacintegration-gtk3.la lib/pkgconfig/gtk-mac-integration-gtk2.pc +lib/pkgconfig/gtk-mac-integration-gtk3.pc lib/pkgconfig/gtk-mac-integration.pc -share/strings/ca.lproj/GtkOSXApplication.strings -share/strings/ca.lproj/GtkosxApplication.strings -share/strings/cs.lproj/GtkOSXApplication.strings -share/strings/cs.lproj/GtkosxApplication.strings -share/strings/da.lproj/GtkOSXApplication.strings -share/strings/da.lproj/GtkosxApplication.strings -share/strings/de.lproj/GtkOSXApplication.strings -share/strings/de.lproj/GtkosxApplication.strings -share/strings/en.lproj/GtkOSXApplication.strings -share/strings/en.lproj/GtkosxApplication.strings -share/strings/es.lproj/GtkOSXApplication.strings -share/strings/es.lproj/GtkosxApplication.strings -share/strings/eu.lproj/GtkOSXApplication.strings -share/strings/eu.lproj/GtkosxApplication.strings -share/strings/fa.lproj/GtkOSXApplication.strings -share/strings/fa.lproj/GtkosxApplication.strings -share/strings/fi.lproj/GtkOSXApplication.strings -share/strings/fi.lproj/GtkosxApplication.strings -share/strings/fr.lproj/GtkOSXApplication.strings -share/strings/fr.lproj/GtkosxApplication.strings -share/strings/he.lproj/GtkOSXApplication.strings -share/strings/he.lproj/GtkosxApplication.strings -share/strings/hu.lproj/GtkOSXApplication.strings -share/strings/hu.lproj/GtkosxApplication.strings -share/strings/it.lproj/GtkOSXApplication.strings -share/strings/it.lproj/GtkosxApplication.strings -share/strings/ja.lproj/GtkOSXApplication.strings -share/strings/ja.lproj/GtkosxApplication.strings -share/strings/ko.lproj/GtkOSXApplication.strings -share/strings/ko.lproj/GtkosxApplication.strings -share/strings/lt.lproj/GtkOSXApplication.strings -share/strings/lt.lproj/GtkosxApplication.strings -share/strings/lv_LV.lproj/GtkOSXApplication.strings -share/strings/lv_LV.lproj/GtkosxApplication.strings -share/strings/nb.lproj/GtkOSXApplication.strings -share/strings/nb.lproj/GtkosxApplication.strings -share/strings/nl.lproj/GtkOSXApplication.strings -share/strings/nl.lproj/GtkosxApplication.strings -share/strings/pl.lproj/GtkOSXApplication.strings -share/strings/pl.lproj/GtkosxApplication.strings -share/strings/pt.lproj/GtkOSXApplication.strings -share/strings/pt.lproj/GtkosxApplication.strings -share/strings/ro.lproj/GtkOSXApplication.strings -share/strings/ro.lproj/GtkosxApplication.strings -share/strings/ru.lproj/GtkOSXApplication.strings -share/strings/ru.lproj/GtkosxApplication.strings -share/strings/sk.lproj/GtkOSXApplication.strings -share/strings/sk.lproj/GtkosxApplication.strings -share/strings/sv.lproj/GtkOSXApplication.strings -share/strings/sv.lproj/GtkosxApplication.strings -share/strings/tr.lproj/GtkOSXApplication.strings -share/strings/tr.lproj/GtkosxApplication.strings -share/strings/uk.lproj/GtkOSXApplication.strings -share/strings/uk.lproj/GtkosxApplication.strings -share/strings/vi.lproj/GtkOSXApplication.strings -share/strings/vi.lproj/GtkosxApplication.strings -share/strings/zh_CN.lproj/GtkOSXApplication.strings -share/strings/zh_CN.lproj/GtkosxApplication.strings -share/strings/zh_TW.lproj/GtkOSXApplication.strings -share/strings/zh_TW.lproj/GtkosxApplication.strings +share/locale/ca/LC_MESSAGES/gtk-mac-integration.mo +share/locale/cs/LC_MESSAGES/gtk-mac-integration.mo +share/locale/da/LC_MESSAGES/gtk-mac-integration.mo +share/locale/de/LC_MESSAGES/gtk-mac-integration.mo +share/locale/el/LC_MESSAGES/gtk-mac-integration.mo +share/locale/en/LC_MESSAGES/gtk-mac-integration.mo +share/locale/es/LC_MESSAGES/gtk-mac-integration.mo +share/locale/eu/LC_MESSAGES/gtk-mac-integration.mo +share/locale/fa/LC_MESSAGES/gtk-mac-integration.mo +share/locale/fi/LC_MESSAGES/gtk-mac-integration.mo +share/locale/fr/LC_MESSAGES/gtk-mac-integration.mo +share/locale/fur/LC_MESSAGES/gtk-mac-integration.mo +share/locale/he/LC_MESSAGES/gtk-mac-integration.mo +share/locale/hr/LC_MESSAGES/gtk-mac-integration.mo +share/locale/hu/LC_MESSAGES/gtk-mac-integration.mo +share/locale/id/LC_MESSAGES/gtk-mac-integration.mo +share/locale/it/LC_MESSAGES/gtk-mac-integration.mo +share/locale/ja/LC_MESSAGES/gtk-mac-integration.mo +share/locale/ko/LC_MESSAGES/gtk-mac-integration.mo +share/locale/lt/LC_MESSAGES/gtk-mac-integration.mo +share/locale/lv/LC_MESSAGES/gtk-mac-integration.mo +share/locale/nb/LC_MESSAGES/gtk-mac-integration.mo +share/locale/nl/LC_MESSAGES/gtk-mac-integration.mo +share/locale/pl/LC_MESSAGES/gtk-mac-integration.mo +share/locale/pt/LC_MESSAGES/gtk-mac-integration.mo +share/locale/pt_BR/LC_MESSAGES/gtk-mac-integration.mo +share/locale/ro/LC_MESSAGES/gtk-mac-integration.mo +share/locale/ru/LC_MESSAGES/gtk-mac-integration.mo +share/locale/sk/LC_MESSAGES/gtk-mac-integration.mo +share/locale/sl/LC_MESSAGES/gtk-mac-integration.mo +share/locale/sr/LC_MESSAGES/gtk-mac-integration.mo +share/locale/sv/LC_MESSAGES/gtk-mac-integration.mo +share/locale/tr/LC_MESSAGES/gtk-mac-integration.mo +share/locale/uk/LC_MESSAGES/gtk-mac-integration.mo +share/locale/vi/LC_MESSAGES/gtk-mac-integration.mo +share/locale/zh_CN/LC_MESSAGES/gtk-mac-integration.mo +share/locale/zh_TW/LC_MESSAGES/gtk-mac-integration.mo Index: pkgsrc/x11/gtk-mac-integration/buildlink3.mk diff -u pkgsrc/x11/gtk-mac-integration/buildlink3.mk:1.15 pkgsrc/x11/gtk-mac-integration/buildlink3.mk:1.16 --- pkgsrc/x11/gtk-mac-integration/buildlink3.mk:1.15 Mon Aug 17 20:17:50 2020 +++ pkgsrc/x11/gtk-mac-integration/buildlink3.mk Fri Apr 9 11:14:54 2021 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2020/08/17 20:17:50 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2021/04/09 11:14:54 adam Exp $ BUILDLINK_TREE+= gtk-mac-integration @@ -10,6 +10,7 @@ BUILDLINK_ABI_DEPENDS.gtk-mac-integratio BUILDLINK_PKGSRCDIR.gtk-mac-integration?= ../../x11/gtk-mac-integration .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .endif # GTK_MAC_INTEGRATION_BUILDLINK3_MK BUILDLINK_TREE+= -gtk-mac-integration Index: pkgsrc/x11/gtk-mac-integration/distinfo diff -u pkgsrc/x11/gtk-mac-integration/distinfo:1.3 pkgsrc/x11/gtk-mac-integration/distinfo:1.4 --- pkgsrc/x11/gtk-mac-integration/distinfo:1.3 Tue Feb 7 11:15:43 2017 +++ pkgsrc/x11/gtk-mac-integration/distinfo Fri Apr 9 11:14:54 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/02/07 11:15:43 adam Exp $ +$NetBSD: distinfo,v 1.4 2021/04/09 11:14:54 adam Exp $ -SHA1 (gtk-mac-integration-2.0.8.tar.xz) = 6143f2191a9122b3d198f87c9a1556550640ece1 -RMD160 (gtk-mac-integration-2.0.8.tar.xz) = 53fd44172a3fa076e4401b6aac1adb10b76a5b7c -SHA512 (gtk-mac-integration-2.0.8.tar.xz) = a5c791df84502b5959e4699269168eec2c6fb15919d19bb0c3a9fb5b73f0ded4f302dac12be50fc35307dd9eab0f20c51d9a9533e7ba185e64359d8ba74edbe6 -Size (gtk-mac-integration-2.0.8.tar.xz) = 325684 bytes +SHA1 (gtk-mac-integration-3.0.0.tar.xz) = 26f79460764374b0ea0934f45d38fae39a2b79d8 +RMD160 (gtk-mac-integration-3.0.0.tar.xz) = a889a2720929526dbd6920683870ef759553358b +SHA512 (gtk-mac-integration-3.0.0.tar.xz) = 70281b18562008e252cde9c469a1f0bd46d567954c11affad97c54e75d568aacb4628150dc568ceeabe403c2d8e8e4d560ddbabd46dc49f320668b9a43ddce27 +Size (gtk-mac-integration-3.0.0.tar.xz) = 349480 bytes --_----------=_1617966894176600--