pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun 17 08:47:31 UTC 2020

Modified Files:
        pkgsrc/graphics: Makefile
Added Files:
        pkgsrc/graphics/drawing: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/drawing/patches:
            patch-data_com.github.maoschanz.drawing.gschema.xml

Log Message:
graphics: Add drawing

This application is a basic image editor, similar to Microsoft Paint, but
aiming at the GNOME desktop.

PNG, JPEG and BMP files are supported.


To generate a diff of this commit:
cvs rdiff -u -r1.894 -r1.895 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/drawing/DESCR \
    pkgsrc/graphics/drawing/Makefile pkgsrc/graphics/drawing/PLIST \
    pkgsrc/graphics/drawing/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.894 pkgsrc/graphics/Makefile:1.895
--- pkgsrc/graphics/Makefile:1.894      Sun Jun 14 07:42:44 2020
+++ pkgsrc/graphics/Makefile    Wed Jun 17 08:47:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.894 2020/06/14 07:42:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.895 2020/06/17 08:47:30 nia Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -92,6 +92,7 @@ SUBDIR+=      digikam
 SUBDIR+=       djview4
 SUBDIR+=       djvulibre-lib
 SUBDIR+=       djvulibre-tools
+SUBDIR+=       drawing
 SUBDIR+=       dvipng
 SUBDIR+=       dx
 SUBDIR+=       dxsamples

Added files:

Index: pkgsrc/graphics/drawing/DESCR
diff -u /dev/null pkgsrc/graphics/drawing/DESCR:1.1
--- /dev/null   Wed Jun 17 08:47:31 2020
+++ pkgsrc/graphics/drawing/DESCR       Wed Jun 17 08:47:30 2020
@@ -0,0 +1,4 @@
+This application is a basic image editor, similar to Microsoft Paint, but
+aiming at the GNOME desktop.
+
+PNG, JPEG and BMP files are supported.
Index: pkgsrc/graphics/drawing/Makefile
diff -u /dev/null pkgsrc/graphics/drawing/Makefile:1.1
--- /dev/null   Wed Jun 17 08:47:31 2020
+++ pkgsrc/graphics/drawing/Makefile    Wed Jun 17 08:47:30 2020
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2020/06/17 08:47:30 nia Exp $
+
+DISTNAME=      drawing-0.4.13
+CATEGORIES=    graphics gnome
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=maoschanz/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/maoschanz/drawing
+COMMENT=       Application for drawing for the GNOME desktop
+LICENSE=       gnu-gpl-v3
+
+TOOL_DEPENDS+= appstream-glib-[0-9]*:../../devel/appstream-glib
+DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+DEPENDS+=      gtk3+-[0-9]*:../../x11/gtk3
+
+USE_TOOLS+=    pkg-config msgfmt xgettext
+
+# XXX msgfmt: unknown option -- desktop
+_TOOLS_USE_PKGSRC.msgfmt=      yes
+
+# Uses python3 command
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/glib2/schemas.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/drawing/PLIST
diff -u /dev/null pkgsrc/graphics/drawing/PLIST:1.1
--- /dev/null   Wed Jun 17 08:47:31 2020
+++ pkgsrc/graphics/drawing/PLIST       Wed Jun 17 08:47:30 2020
@@ -0,0 +1,72 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/17 08:47:30 nia Exp $
+bin/drawing
+share/applications/com.github.maoschanz.drawing.desktop
+share/drawing/drawing.gresource
+share/drawing/drawing/__init__.py
+share/drawing/drawing/abstract_canvas_tool.py
+share/drawing/drawing/abstract_tool.py
+share/drawing/drawing/color_popover.py
+share/drawing/drawing/custom_image.py
+share/drawing/drawing/gi_composites.py
+share/drawing/drawing/headerbar.py
+share/drawing/drawing/image.py
+share/drawing/drawing/main.py
+share/drawing/drawing/message_dialog.py
+share/drawing/drawing/minimap.py
+share/drawing/drawing/options_manager.py
+share/drawing/drawing/preferences.py
+share/drawing/drawing/properties.py
+share/drawing/drawing/selection_manager.py
+share/drawing/drawing/tool_arc.py
+share/drawing/drawing/tool_circle.py
+share/drawing/drawing/tool_crop.py
+share/drawing/drawing/tool_flip.py
+share/drawing/drawing/tool_freeshape.py
+share/drawing/drawing/tool_line.py
+share/drawing/drawing/tool_paint.py
+share/drawing/drawing/tool_pencil.py
+share/drawing/drawing/tool_picker.py
+share/drawing/drawing/tool_polygon.py
+share/drawing/drawing/tool_rectangle.py
+share/drawing/drawing/tool_rotate.py
+share/drawing/drawing/tool_saturate.py
+share/drawing/drawing/tool_scale.py
+share/drawing/drawing/tool_select.py
+share/drawing/drawing/tool_text.py
+share/drawing/drawing/utilities.py
+share/drawing/drawing/window.py
+share/glib-2.0/schemas/com.github.maoschanz.drawing.gschema.xml
+share/help/C/drawing/canvas_tools.page
+share/help/C/drawing/drawing_tools.page
+share/help/C/drawing/figures/icon.png
+share/help/C/drawing/figures/screenshot_arc.png
+share/help/C/drawing/figures/screenshot_menu.png
+share/help/C/drawing/figures/screenshot_saturate.png
+share/help/C/drawing/figures/screenshot_selection.png
+share/help/C/drawing/index.page
+share/help/C/drawing/legal.xml
+share/help/C/drawing/main_features.page
+share/help/C/drawing/preferences.page
+share/help/C/drawing/selection_tools.page
+share/icons/hicolor/128x128/apps/com.github.maoschanz.drawing.png
+share/icons/hicolor/256x256/apps/com.github.maoschanz.drawing.png
+share/icons/hicolor/48x48/apps/com.github.maoschanz.drawing.png
+share/icons/hicolor/512x512/apps/com.github.maoschanz.drawing.png
+share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing-symbolic.svg
+share/icons/hicolor/scalable/apps/com.github.maoschanz.drawing.svg
+share/locale/da/LC_MESSAGES/drawing.mo
+share/locale/de_DE/LC_MESSAGES/drawing.mo
+share/locale/es/LC_MESSAGES/drawing.mo
+share/locale/fi/LC_MESSAGES/drawing.mo
+share/locale/fr/LC_MESSAGES/drawing.mo
+share/locale/he/LC_MESSAGES/drawing.mo
+share/locale/hr/LC_MESSAGES/drawing.mo
+share/locale/hu/LC_MESSAGES/drawing.mo
+share/locale/it/LC_MESSAGES/drawing.mo
+share/locale/nl/LC_MESSAGES/drawing.mo
+share/locale/pl/LC_MESSAGES/drawing.mo
+share/locale/pt_BR/LC_MESSAGES/drawing.mo
+share/locale/ru/LC_MESSAGES/drawing.mo
+share/locale/sv/LC_MESSAGES/drawing.mo
+share/locale/tr/LC_MESSAGES/drawing.mo
+share/metainfo/com.github.maoschanz.drawing.appdata.xml
Index: pkgsrc/graphics/drawing/distinfo
diff -u /dev/null pkgsrc/graphics/drawing/distinfo:1.1
--- /dev/null   Wed Jun 17 08:47:31 2020
+++ pkgsrc/graphics/drawing/distinfo    Wed Jun 17 08:47:30 2020
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/06/17 08:47:30 nia Exp $
+
+SHA1 (drawing-0.4.13.tar.gz) = bca6e71b15cdb7e087810976e3a6a2ac6fac5db4
+RMD160 (drawing-0.4.13.tar.gz) = c23ad0469bab3dcabfe2ef97fc51f89c4385eba2
+SHA512 (drawing-0.4.13.tar.gz) = 7765f163682e53724c2b873714a5dd2e81be3d01601c641e136a518bbef677ba72d5f6d040ce5a2f87535ae2719e77222f2d973e3a3beb2b260b65196b68ece1
+Size (drawing-0.4.13.tar.gz) = 1061489 bytes
+SHA1 (patch-data_com.github.maoschanz.drawing.gschema.xml) = 6efb7156a2864733601d74de0fd72dad0c3db565

Index: pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml
diff -u /dev/null pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml:1.1
--- /dev/null   Wed Jun 17 08:47:31 2020
+++ pkgsrc/graphics/drawing/patches/patch-data_com.github.maoschanz.drawing.gschema.xml Wed Jun 17 08:47:31 2020
@@ -0,0 +1,16 @@
+$NetBSD: patch-data_com.github.maoschanz.drawing.gschema.xml,v 1.1 2020/06/17 08:47:31 nia Exp $
+
+pkgsrc users are probably more likely to be using a desktop where
+server-side decorations are the norm.
+
+--- data/com.github.maoschanz.drawing.gschema.xml.orig 2020-03-07 14:34:33.000000000 +0000
++++ data/com.github.maoschanz.drawing.gschema.xml
+@@ -10,7 +10,7 @@
+       feature which is off by default because it makes icons blurry.</description>
+     </key>
+     <key type="s" name="decorations">
+-      <default>'auto'</default>
++      <default>'ssd'</default>
+       <summary>Type of window decorations</summary>
+       <description>Can be 'auto', 'csd', 'csd-eos', 'ssd', 'ssd-toolbar',
+       'ssd-symbolic', 'ssd-toolbar-symbolic', 'ssd-menubar' or 'everything'.



Home | Main Index | Thread Index | Old Index