pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel devel: Add amtk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/820eb9c04e7e
branches:  trunk
changeset: 409894:820eb9c04e7e
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 22 18:09:27 2020 +0000

description:
devel: Add amtk

Amtk is the acronym for "Actions, Menus and Toolbars Kit". It is a basic
GtkUIManager replacement based on GAction. It is suitable for both a
traditional UI or a modern UI with a GtkHeaderBar.

diffstat:

 devel/Makefile           |   3 +-
 devel/amtk/DESCR         |   3 ++
 devel/amtk/Makefile      |  23 ++++++++++++++++
 devel/amtk/PLIST         |  69 ++++++++++++++++++++++++++++++++++++++++++++++++
 devel/amtk/buildlink3.mk |  15 ++++++++++
 devel/amtk/distinfo      |   6 ++++
 6 files changed, 118 insertions(+), 1 deletions(-)

diffs (153 lines):

diff -r 041c1fddc20c -r 820eb9c04e7e devel/Makefile
--- a/devel/Makefile    Wed Jan 22 17:09:44 2020 +0000
+++ b/devel/Makefile    Wed Jan 22 18:09:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3034 2020/01/21 14:58:09 nia Exp $
+# $NetBSD: Makefile,v 1.3035 2020/01/22 18:09:27 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -92,6 +92,7 @@
 SUBDIR+=       ald
 SUBDIR+=       alex
 SUBDIR+=       allegro
+SUBDIR+=       amtk
 SUBDIR+=       anjuta
 SUBDIR+=       ant-contrib
 SUBDIR+=       apache-ant
diff -r 041c1fddc20c -r 820eb9c04e7e devel/amtk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/amtk/DESCR  Wed Jan 22 18:09:27 2020 +0000
@@ -0,0 +1,3 @@
+Amtk is the acronym for "Actions, Menus and Toolbars Kit". It is a basic
+GtkUIManager replacement based on GAction. It is suitable for both a
+traditional UI or a modern UI with a GtkHeaderBar.
diff -r 041c1fddc20c -r 820eb9c04e7e devel/amtk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/amtk/Makefile       Wed Jan 22 18:09:27 2020 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2020/01/22 18:09:27 nia Exp $
+
+DISTNAME=      amtk-5.0.1
+CATEGORIES=    devel gnome
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/amtk/5.0/}
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://wiki.gnome.org/Projects/Amtk
+COMMENT=       Actions, Menus and Toolbars Kit for GTK applications
+LICENSE=       gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+
+USE_TOOLS+=    pkg-config gmake
+USE_TOOLS+=    msgfmt msgmerge xgettext
+
+PKGCONFIG_OVERRIDE+=   amtk.pc.in
+
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 041c1fddc20c -r 820eb9c04e7e devel/amtk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/amtk/PLIST  Wed Jan 22 18:09:27 2020 +0000
@@ -0,0 +1,69 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/22 18:09:27 nia Exp $
+include/amtk-5/amtk/amtk-action-info-central-store.h
+include/amtk-5/amtk/amtk-action-info-store.h
+include/amtk-5/amtk/amtk-action-info.h
+include/amtk-5/amtk/amtk-action-map.h
+include/amtk-5/amtk/amtk-application-window.h
+include/amtk-5/amtk/amtk-enum-types.h
+include/amtk-5/amtk/amtk-factory.h
+include/amtk-5/amtk/amtk-gmenu.h
+include/amtk-5/amtk/amtk-init.h
+include/amtk-5/amtk/amtk-menu-item.h
+include/amtk-5/amtk/amtk-menu-shell.h
+include/amtk-5/amtk/amtk-shortcuts.h
+include/amtk-5/amtk/amtk-types.h
+include/amtk-5/amtk/amtk-utils.h
+include/amtk-5/amtk/amtk.h
+lib/girepository-1.0/Amtk-5.typelib
+lib/libamtk-5.la
+lib/pkgconfig/amtk-5.pc
+share/gir-1.0/Amtk-5.gir
+share/gtk-doc/html/amtk-5.0/AmtkActionInfo.html
+share/gtk-doc/html/amtk-5.0/AmtkActionInfoCentralStore.html
+share/gtk-doc/html/amtk-5.0/AmtkActionInfoStore.html
+share/gtk-doc/html/amtk-5.0/AmtkApplicationWindow.html
+share/gtk-doc/html/amtk-5.0/AmtkFactory.html
+share/gtk-doc/html/amtk-5.0/AmtkMenuShell.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0-Amtk-Initialization-and-Finalization.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0-AmtkActionMap.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0-AmtkGmenu.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0-AmtkMenuItem.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0-AmtkShortcuts.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0-AmtkUtils.html
+share/gtk-doc/html/amtk-5.0/amtk-5.0.devhelp2
+share/gtk-doc/html/amtk-5.0/amtk-intro.html
+share/gtk-doc/html/amtk-5.0/annexes.html
+share/gtk-doc/html/amtk-5.0/annotation-glossary.html
+share/gtk-doc/html/amtk-5.0/api-index-full.html
+share/gtk-doc/html/amtk-5.0/api-reference.html
+share/gtk-doc/html/amtk-5.0/home.png
+share/gtk-doc/html/amtk-5.0/index.html
+share/gtk-doc/html/amtk-5.0/left-insensitive.png
+share/gtk-doc/html/amtk-5.0/left.png
+share/gtk-doc/html/amtk-5.0/object-tree.html
+share/gtk-doc/html/amtk-5.0/right-insensitive.png
+share/gtk-doc/html/amtk-5.0/right.png
+share/gtk-doc/html/amtk-5.0/style.css
+share/gtk-doc/html/amtk-5.0/up-insensitive.png
+share/gtk-doc/html/amtk-5.0/up.png
+share/locale/cs/LC_MESSAGES/amtk-5.mo
+share/locale/da/LC_MESSAGES/amtk-5.mo
+share/locale/de/LC_MESSAGES/amtk-5.mo
+share/locale/en_GB/LC_MESSAGES/amtk-5.mo
+share/locale/es/LC_MESSAGES/amtk-5.mo
+share/locale/fr/LC_MESSAGES/amtk-5.mo
+share/locale/fur/LC_MESSAGES/amtk-5.mo
+share/locale/hu/LC_MESSAGES/amtk-5.mo
+share/locale/id/LC_MESSAGES/amtk-5.mo
+share/locale/it/LC_MESSAGES/amtk-5.mo
+share/locale/lt/LC_MESSAGES/amtk-5.mo
+share/locale/nl/LC_MESSAGES/amtk-5.mo
+share/locale/pl/LC_MESSAGES/amtk-5.mo
+share/locale/pt_BR/LC_MESSAGES/amtk-5.mo
+share/locale/ro/LC_MESSAGES/amtk-5.mo
+share/locale/ru/LC_MESSAGES/amtk-5.mo
+share/locale/sl/LC_MESSAGES/amtk-5.mo
+share/locale/sr/LC_MESSAGES/amtk-5.mo
+share/locale/sv/LC_MESSAGES/amtk-5.mo
+share/locale/tr/LC_MESSAGES/amtk-5.mo
+share/locale/uk/LC_MESSAGES/amtk-5.mo
diff -r 041c1fddc20c -r 820eb9c04e7e devel/amtk/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/amtk/buildlink3.mk  Wed Jan 22 18:09:27 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/22 18:09:27 nia Exp $
+
+BUILDLINK_TREE+=       amtk
+
+.if !defined(AMTK_BUILDLINK3_MK)
+AMTK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.amtk+=   amtk>=5.0.0
+BUILDLINK_PKGSRCDIR.amtk?=     ../../devel/amtk
+BUILDLINK_INCDIRS.amtk+=       include/amtk-5
+
+.include "../../x11/gtk3/buildlink3.mk"
+.endif # AMTK_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -amtk
diff -r 041c1fddc20c -r 820eb9c04e7e devel/amtk/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/amtk/distinfo       Wed Jan 22 18:09:27 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/22 18:09:27 nia Exp $
+
+SHA1 (amtk-5.0.1.tar.xz) = deed07e68157331a1b6e4e3507d3d8984576f59f
+RMD160 (amtk-5.0.1.tar.xz) = ab90cc65eba9000b54ccebfbc7e44bd76ad7c300
+SHA512 (amtk-5.0.1.tar.xz) = 21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00
+Size (amtk-5.0.1.tar.xz) = 369192 bytes



Home | Main Index | Thread Index | Old Index