diff options
author | markd <markd@pkgsrc.org> | 2013-10-19 21:04:27 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-10-19 21:04:27 +0000 |
commit | a6fcb7ca4474f480c528ce6d4b39c5a80cf110ff (patch) | |
tree | 1da4a70b712ccaf6e36d0cc5438d874b41fb0f4a | |
parent | ca3249e432bb4b0f5d8c7c7e22e23d0f2f30baaf (diff) | |
download | pkgsrc-a6fcb7ca4474f480c528ce6d4b39c5a80cf110ff.tar.gz |
Add appmenu-qt
-rw-r--r-- | doc/CHANGES-2013 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index 118d34f761b..d4e2d6ee8ba 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.3853 2013/10/19 20:58:14 markd Exp $ +$NetBSD: CHANGES-2013,v 1.3854 2013/10/19 21:05:34 markd Exp $ Changes to the packages collection and infrastructure in 2013: @@ -5444,3 +5444,4 @@ Changes to the packages collection and infrastructure in 2013: Added print/tex-upquote-doc version 1.3 [markd 2013-10-19] Added print/tex-yfonts version 1.3 [markd 2013-10-19] Added print/tex-yfonts-doc version 1.3 [markd 2013-10-19] + Added x11/appmenu-qt version 0.2.6 [markd 2013-10-19] diff --git a/x11/Makefile b/x11/Makefile index 9f10f083d1b..755e1ecd8f5 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.714 2013/09/30 17:01:50 wiz Exp $ +# $NetBSD: Makefile,v 1.715 2013/10/19 21:04:27 markd Exp $ # COMMENT= Packages to support the X window system @@ -14,6 +14,7 @@ SUBDIR+= XmHTML SUBDIR+= Xrender SUBDIR+= alacarte SUBDIR+= antiright +SUBDIR+= appmenu-qt SUBDIR+= appres SUBDIR+= asnap SUBDIR+= aterm |