pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-screenshooter



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Mar  2 03:34:36 UTC 2021

Modified Files:
        pkgsrc/x11/xfce4-screenshooter: Makefile PLIST distinfo

Log Message:
xfce4-screenshooter: update to 1.9.8

Change log:

1.9.8
======
- Fix dialog icons and add title to error dialog
- Go back to actions dialog if image upload fails (#12)
- Go back to actions dialog if GtkFileChooser is dismissed (#33)
- Make radio buttons execute actions on enter/space press
- Exclude shadow borders from CSD windows (!10)
- Capture mouse cursor in rectangle selection (#30)
- Region size should show updated size (!9)
- Add info about Ctrl to "Select region" tooltip
- Replace AC_CONFIG_MACRO_DIR with AC_CONFIG_MACRO_DIRS (!4)
- Added 24px and 32px icons
- Fix screenshot capture when scale > 1
- Add new App icon and switch to rDNS icon name
- Switch to README.md and foreign automake mode
- Bug #16717: Move from exo-csource to xdt-csource
- Update homepage link at appdata.xml
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, Georgian, German,
  Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish,
  Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu
  (Pakistan), Uyghur, Vietnamese


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/xfce4-screenshooter/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xfce4-screenshooter/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xfce4-screenshooter/distinfo

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

Modified files:

Index: pkgsrc/x11/xfce4-screenshooter/Makefile
diff -u pkgsrc/x11/xfce4-screenshooter/Makefile:1.41 pkgsrc/x11/xfce4-screenshooter/Makefile:1.42
--- pkgsrc/x11/xfce4-screenshooter/Makefile:1.41        Thu Nov  5 09:09:29 2020
+++ pkgsrc/x11/xfce4-screenshooter/Makefile     Tue Mar  2 03:34:36 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2020/11/05 09:09:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2021/03/02 03:34:36 gutteridge Exp $
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.9.7
+VERSION=       1.9.8
 DISTNAME=      xfce4-screenshooter-${VERSION}
 CATEGORIES=    misc
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/

Index: pkgsrc/x11/xfce4-screenshooter/PLIST
diff -u pkgsrc/x11/xfce4-screenshooter/PLIST:1.3 pkgsrc/x11/xfce4-screenshooter/PLIST:1.4
--- pkgsrc/x11/xfce4-screenshooter/PLIST:1.3    Fri Aug 30 00:34:31 2019
+++ pkgsrc/x11/xfce4-screenshooter/PLIST        Tue Mar  2 03:34:36 2021
@@ -1,10 +1,14 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/30 00:34:31 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/03/02 03:34:36 gutteridge Exp $
 bin/xfce4-screenshooter
 lib/xfce4/panel/plugins/libscreenshooterplugin.la
 man/man1/xfce4-screenshooter.1
 share/applications/xfce4-screenshooter.desktop
-share/icons/hicolor/48x48/apps/applets-screenshooter.png
-share/icons/hicolor/scalable/apps/applets-screenshooter.svg
+share/icons/hicolor/128x128/apps/org.xfce.screenshooter.png
+share/icons/hicolor/16x16/apps/org.xfce.screenshooter.png
+share/icons/hicolor/24x24/apps/org.xfce.screenshooter.png
+share/icons/hicolor/32x32/apps/org.xfce.screenshooter.png
+share/icons/hicolor/48x48/apps/org.xfce.screenshooter.png
+share/icons/hicolor/scalable/apps/org.xfce.screenshooter.svg
 share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/ast/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/be/LC_MESSAGES/xfce4-screenshooter.mo
@@ -26,11 +30,13 @@ share/locale/he/LC_MESSAGES/xfce4-screen
 share/locale/hr/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/hu/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/hy_AM/LC_MESSAGES/xfce4-screenshooter.mo
+share/locale/hye/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/id/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/ie/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/is/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/it/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/ja/LC_MESSAGES/xfce4-screenshooter.mo
+share/locale/ka/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/kk/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/ko/LC_MESSAGES/xfce4-screenshooter.mo
 share/locale/lt/LC_MESSAGES/xfce4-screenshooter.mo

Index: pkgsrc/x11/xfce4-screenshooter/distinfo
diff -u pkgsrc/x11/xfce4-screenshooter/distinfo:1.9 pkgsrc/x11/xfce4-screenshooter/distinfo:1.10
--- pkgsrc/x11/xfce4-screenshooter/distinfo:1.9 Wed Jan 29 05:07:49 2020
+++ pkgsrc/x11/xfce4-screenshooter/distinfo     Tue Mar  2 03:34:36 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2020/01/29 05:07:49 gutteridge Exp $
+$NetBSD: distinfo,v 1.10 2021/03/02 03:34:36 gutteridge Exp $
 
-SHA1 (xfce4-screenshooter-1.9.7.tar.bz2) = 27d3da35265957148fc06f0605246d72d3b8d59d
-RMD160 (xfce4-screenshooter-1.9.7.tar.bz2) = ef58b3f9b542d2e3ae624c3953e0c4044a004b49
-SHA512 (xfce4-screenshooter-1.9.7.tar.bz2) = 364594bd00172f0becb85f8643e4106b4a7b71ac5dad765850f54de011a77175801bd9e7eaab6a8bbb3b1353299fdfa25cc0a4a52d49017f9b51330377eb9add
-Size (xfce4-screenshooter-1.9.7.tar.bz2) = 536583 bytes
+SHA1 (xfce4-screenshooter-1.9.8.tar.bz2) = 66ceb6c6b1d090c6a2d341d43a057773311b90a9
+RMD160 (xfce4-screenshooter-1.9.8.tar.bz2) = 3db8422bea2b8b9e59cd8a3859c045646a98942c
+SHA512 (xfce4-screenshooter-1.9.8.tar.bz2) = 325697cf37075c313956621707ec9ae40a51ec85dfa65d73ccb8695a0b2d14cff0d62a9a30114b60b0404bd9ba25728bc4c350d3c2a65def6afa4a382883746a
+Size (xfce4-screenshooter-1.9.8.tar.bz2) = 562481 bytes



Home | Main Index | Thread Index | Old Index