diff options
author | nia <nia@pkgsrc.org> | 2020-11-10 12:34:04 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-10 12:34:04 +0000 |
commit | 3d568d1f68ab38ffecff66edf1caca2998f65740 (patch) | |
tree | f943705b9fe965e1abaf8445aba8c189e7402d42 /graphics/Makefile | |
parent | 9eb0920ec27de40937721d56d142d5d1939855de (diff) | |
download | pkgsrc-3d568d1f68ab38ffecff66edf1caca2998f65740.tar.gz |
graphics: Add gnome-screenshot
GNOME Screenshot is a small utility that takes a screenshot of the whole
desktop; the currently focused window; or an area of the screen.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index fe10d056001..bc85bfc6461 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.909 2020/09/08 21:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.910 2020/11/10 12:34:04 nia Exp $ # COMMENT= Graphics tools and libraries @@ -204,6 +204,7 @@ SUBDIR+= gnome-backgrounds SUBDIR+= gnome-icon-theme SUBDIR+= gnome-icon-theme-extras SUBDIR+= gnome-icon-theme-symbolic +SUBDIR+= gnome-screenshot SUBDIR+= gnome-themes-standard SUBDIR+= gnuplot SUBDIR+= go-gift |