diff options
author | adam <adam@pkgsrc.org> | 2013-12-01 11:56:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-12-01 11:56:41 +0000 |
commit | c07831d02b156d4239e3cc866305be1e776f00e1 (patch) | |
tree | 012c3d2bb215dd6049003e34bba5a1a9f12bf1cf | |
parent | dfc646105f3e99f67677deac4cfa6128ec4f8c99 (diff) | |
download | pkgsrc-c07831d02b156d4239e3cc866305be1e776f00e1.tar.gz |
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.
-rw-r--r-- | x11/gtk-mac-integration/DESCR | 4 | ||||
-rw-r--r-- | x11/gtk-mac-integration/Makefile | 21 | ||||
-rw-r--r-- | x11/gtk-mac-integration/PLIST | 38 | ||||
-rw-r--r-- | x11/gtk-mac-integration/buildlink3.mk | 14 | ||||
-rw-r--r-- | x11/gtk-mac-integration/distinfo | 5 |
5 files changed, 82 insertions, 0 deletions
diff --git a/x11/gtk-mac-integration/DESCR b/x11/gtk-mac-integration/DESCR new file mode 100644 index 00000000000..dd87fe10d13 --- /dev/null +++ b/x11/gtk-mac-integration/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/x11/gtk-mac-integration/Makefile b/x11/gtk-mac-integration/Makefile new file mode 100644 index 00000000000..c91a2272bf4 --- /dev/null +++ b/x11/gtk-mac-integration/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2013/12/01 11:56:41 adam Exp $ + +DISTNAME= gtk-mac-integration-2.0.5 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-mac-integration/${PKGVERSION_NOREV:R}/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://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 #gmake +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-python + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtk-mac-integration/PLIST b/x11/gtk-mac-integration/PLIST new file mode 100644 index 00000000000..8cf3d357024 --- /dev/null +++ b/x11/gtk-mac-integration/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD: PLIST,v 1.1 2013/12/01 11:56:41 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 +include/gtkmacintegration/gtkosxapplication.h +lib/libgtkmacintegration.la +lib/pkgconfig/gtk-mac-integration.pc +share/strings/ca.lproj/GtkOSXApplication.strings +share/strings/cs.lproj/GtkOSXApplication.strings +share/strings/da.lproj/GtkOSXApplication.strings +share/strings/de.lproj/GtkOSXApplication.strings +share/strings/en.lproj/GtkOSXApplication.strings +share/strings/es.lproj/GtkOSXApplication.strings +share/strings/eu.lproj/GtkOSXApplication.strings +share/strings/fa.lproj/GtkOSXApplication.strings +share/strings/fi.lproj/GtkOSXApplication.strings +share/strings/fr.lproj/GtkOSXApplication.strings +share/strings/he.lproj/GtkOSXApplication.strings +share/strings/hu.lproj/GtkOSXApplication.strings +share/strings/it.lproj/GtkOSXApplication.strings +share/strings/ja.lproj/GtkOSXApplication.strings +share/strings/ko.lproj/GtkOSXApplication.strings +share/strings/lt.lproj/GtkOSXApplication.strings +share/strings/lv_LV.lproj/GtkOSXApplication.strings +share/strings/nb.lproj/GtkOSXApplication.strings +share/strings/nl.lproj/GtkOSXApplication.strings +share/strings/pl.lproj/GtkOSXApplication.strings +share/strings/pt.lproj/GtkOSXApplication.strings +share/strings/ro.lproj/GtkOSXApplication.strings +share/strings/ru.lproj/GtkOSXApplication.strings +share/strings/sk.lproj/GtkOSXApplication.strings +share/strings/sv.lproj/GtkOSXApplication.strings +share/strings/tr.lproj/GtkOSXApplication.strings +share/strings/uk.lproj/GtkOSXApplication.strings +share/strings/vi.lproj/GtkOSXApplication.strings +share/strings/zh_CN.lproj/GtkOSXApplication.strings +share/strings/zh_TW.lproj/GtkOSXApplication.strings diff --git a/x11/gtk-mac-integration/buildlink3.mk b/x11/gtk-mac-integration/buildlink3.mk new file mode 100644 index 00000000000..9b8c74b273f --- /dev/null +++ b/x11/gtk-mac-integration/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2013/12/01 11:56:41 adam Exp $ + +BUILDLINK_TREE+= gtk-mac-integration + +.if !defined(GTK_MAC_INTEGRATION_BUILDLINK3_MK) +GTK_MAC_INTEGRATION_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.gtk-mac-integration+= gtk-mac-integration>=2.0.0 +BUILDLINK_PKGSRCDIR.gtk-mac-integration?= ../../x11/gtk-mac-integration + +.include "../../x11/gtk2/buildlink3.mk" +.endif # GTK_MAC_INTEGRATION_BUILDLINK3_MK + +BUILDLINK_TREE+= -gtk-mac-integration diff --git a/x11/gtk-mac-integration/distinfo b/x11/gtk-mac-integration/distinfo new file mode 100644 index 00000000000..12144ab6c48 --- /dev/null +++ b/x11/gtk-mac-integration/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/12/01 11:56:41 adam Exp $ + +SHA1 (gtk-mac-integration-2.0.5.tar.xz) = 74e43c2fff14ca4aff3a8f6c35660bedc7a349a1 +RMD160 (gtk-mac-integration-2.0.5.tar.xz) = 917fccbe278204f9c56d50bf02e5fabff1137a3e +Size (gtk-mac-integration-2.0.5.tar.xz) = 305656 bytes |