pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/drawing
Module Name: pkgsrc
Committed By: wiz
Date: Sun Nov 12 13:34:34 UTC 2023
Modified Files:
pkgsrc/graphics/drawing: Makefile PLIST distinfo
Log Message:
drawing: update to 1.0.2.
Provided by Kevin Bloom in wip.
drawing (1.0.2) unstable; urgency=low
* fix the default value of the text background option (as reported by #521 and #559)
* fix a scenario where saving without transparency would consistently fail
* automatically reload the picture after saving
* mitigate initial state of the "filters" tool if "blur" is selected (#577)
* change the keyboard shortcuts to switch tabs
* remove from the highlighter the (ineffective) UI to change the active cairo operator
* change the UI of the selection tools to improve readability of various items
* fix typos in the user help manual
* change the label of the "toggle the preview" menu item (#137)
* update several translations
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/drawing/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/drawing/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/drawing/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/drawing/Makefile
diff -u pkgsrc/graphics/drawing/Makefile:1.10 pkgsrc/graphics/drawing/Makefile:1.11
--- pkgsrc/graphics/drawing/Makefile:1.10 Mon Aug 14 05:24:31 2023
+++ pkgsrc/graphics/drawing/Makefile Sun Nov 12 13:34:34 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/08/14 05:24:31 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/11/12 13:34:34 wiz Exp $
-DISTNAME= drawing-1.0.1
-PKGREVISION= 1
+DISTNAME= drawing-1.0.2
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GITHUB:=maoschanz/}
Index: pkgsrc/graphics/drawing/PLIST
diff -u pkgsrc/graphics/drawing/PLIST:1.6 pkgsrc/graphics/drawing/PLIST:1.7
--- pkgsrc/graphics/drawing/PLIST:1.6 Sat Jun 11 12:26:55 2022
+++ pkgsrc/graphics/drawing/PLIST Sun Nov 12 13:34:34 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/06/11 12:26:55 nia Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/11/12 13:34:34 wiz Exp $
bin/drawing
share/applications/com.github.maoschanz.drawing.desktop
share/drawing/drawing.gresource
@@ -71,7 +71,7 @@ share/drawing/drawing/utilities_paths.py
share/drawing/drawing/utilities_units.py
share/drawing/drawing/window.py
share/glib-2.0/schemas/com.github.maoschanz.drawing.gschema.xml
-share/help/C/drawing/figures/icon.png
+share/help/C/drawing/figures/drawing.svg
share/help/C/drawing/figures/screenshot_arrow.png
share/help/C/drawing/figures/screenshot_color_editor.png
share/help/C/drawing/figures/screenshot_color_palette.png
@@ -96,7 +96,7 @@ share/help/C/drawing/tools_selection.pag
share/help/C/drawing/tools_transform.page
share/help/C/drawing/whats_new.page
share/help/C/drawing/zoom_preview.page
-share/help/es/drawing/figures/icon.png
+share/help/es/drawing/figures/drawing.svg
share/help/es/drawing/figures/screenshot_arrow.png
share/help/es/drawing/figures/screenshot_color_editor.png
share/help/es/drawing/figures/screenshot_color_palette.png
@@ -121,7 +121,7 @@ share/help/es/drawing/tools_selection.pa
share/help/es/drawing/tools_transform.page
share/help/es/drawing/whats_new.page
share/help/es/drawing/zoom_preview.page
-share/help/ru/drawing/figures/icon.png
+share/help/ru/drawing/figures/drawing.svg
share/help/ru/drawing/figures/screenshot_arrow.png
share/help/ru/drawing/figures/screenshot_color_editor.png
share/help/ru/drawing/figures/screenshot_color_palette.png
@@ -146,7 +146,7 @@ share/help/ru/drawing/tools_selection.pa
share/help/ru/drawing/tools_transform.page
share/help/ru/drawing/whats_new.page
share/help/ru/drawing/zoom_preview.page
-share/help/tr/drawing/figures/icon.png
+share/help/tr/drawing/figures/drawing.svg
share/help/tr/drawing/figures/screenshot_arrow.png
share/help/tr/drawing/figures/screenshot_color_editor.png
share/help/tr/drawing/figures/screenshot_color_palette.png
@@ -186,6 +186,7 @@ share/locale/eu/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/hi/LC_MESSAGES/drawing.mo
share/locale/hr/LC_MESSAGES/drawing.mo
share/locale/hu/LC_MESSAGES/drawing.mo
share/locale/id/LC_MESSAGES/drawing.mo
Index: pkgsrc/graphics/drawing/distinfo
diff -u pkgsrc/graphics/drawing/distinfo:1.8 pkgsrc/graphics/drawing/distinfo:1.9
--- pkgsrc/graphics/drawing/distinfo:1.8 Sat Jun 11 12:26:55 2022
+++ pkgsrc/graphics/drawing/distinfo Sun Nov 12 13:34:34 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/06/11 12:26:55 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/11/12 13:34:34 wiz Exp $
-BLAKE2s (drawing-1.0.1.tar.gz) = 9af6371e05e5288c66e2c6888531fc84bcb78490a8eaa1c5925a75d92d4f2eae
-SHA512 (drawing-1.0.1.tar.gz) = 68d1381e56233eded1562aa3632a4ae3e0afb0b2835530cfab8d30c56557d2e04915ef153b7965abe3ba00d603c7b0e354f37c088df382bb4345d55dc3fe7c2e
-Size (drawing-1.0.1.tar.gz) = 14388196 bytes
+BLAKE2s (drawing-1.0.2.tar.gz) = 081bce8ab8e07812591c5cef232db1d11d61b11cdd5b624c9df21e785c866952
+SHA512 (drawing-1.0.2.tar.gz) = 61e3e2764832de6ed997bd6f72a63154fae332da76b12ede848b9c1e9d850ba46cf9ebdf16dd1b4d52827b5ec4e877aca03877d0557a2a2635279598992832d6
+Size (drawing-1.0.2.tar.gz) = 14407277 bytes
SHA1 (patch-data_com.github.maoschanz.drawing.gschema.xml) = 39214639fc05ba98c763c483fd2dcf5e3080106d
Home |
Main Index |
Thread Index |
Old Index