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  8 01:39:06 UTC 2022

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

Log Message:
xfce4-screenshooter: update to 1.9.10

Change log:

1.9.10 (2022-03-06)
======
- Use symbolic icons
- Bump Xfce dependencies to 4.14
- _NET_FRAME_EXTENTS support
- Add back button to take new screenshot (!29)
- Fix Imgur upload via CLI (!26)
- Set up ScreenshotData after commandline parsing
- Fix compile warning (#62)
- Update to description and addition of donate and translate links
- Replace link to bugzilla with gitlab (!25)
- 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, Korean, Latvian, Lithuanian, Malay, Norwegian
  Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/xfce4-screenshooter/Makefile
cvs rdiff -u -r1.13 -r1.14 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.46 pkgsrc/x11/xfce4-screenshooter/Makefile:1.47
--- pkgsrc/x11/xfce4-screenshooter/Makefile:1.46        Wed Dec  8 16:07:16 2021
+++ pkgsrc/x11/xfce4-screenshooter/Makefile     Tue Mar  8 01:39:06 2022
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2021/12/08 16:07:16 adam Exp $
+# $NetBSD: Makefile,v 1.47 2022/03/08 01:39:06 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.9.9
+VERSION=       1.9.10
 DISTNAME=      xfce4-screenshooter-${VERSION}
 CATEGORIES=    misc
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-screenshooter/${VERSION:R}/
@@ -14,7 +13,12 @@ COMMENT=     Xfce screenshoot application
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+BUILDLINK_API_DEPENDS.xfce4-panel+=    xfce4-panel>=4.14.0
 .include "../../x11/xfce4-panel/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libxfce4ui+=     libxfce4ui>=4.14.0
+.include "../../x11/libxfce4ui/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.14.0
+.include "../../x11/libxfce4util/buildlink3.mk"
 .include "../../x11/xfce4-exo/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"

Index: pkgsrc/x11/xfce4-screenshooter/distinfo
diff -u pkgsrc/x11/xfce4-screenshooter/distinfo:1.13 pkgsrc/x11/xfce4-screenshooter/distinfo:1.14
--- pkgsrc/x11/xfce4-screenshooter/distinfo:1.13        Tue Dec  7 01:02:03 2021
+++ pkgsrc/x11/xfce4-screenshooter/distinfo     Tue Mar  8 01:39:06 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/12/07 01:02:03 gutteridge Exp $
+$NetBSD: distinfo,v 1.14 2022/03/08 01:39:06 gutteridge Exp $
 
-BLAKE2s (xfce4-screenshooter-1.9.9.tar.bz2) = 81a658f07d864c0047dd9be2fd22430897052f9d69dfd88ccd03168870665e4f
-SHA512 (xfce4-screenshooter-1.9.9.tar.bz2) = e157abfe6c82d6f05f1caa62e02b933474c825e6e4d613a299def58921d19fb7fb06a30aa878a51d3bf4ea83d9b18ea8c996a9b1b6c4e09f4bedc44a6a9df2e2
-Size (xfce4-screenshooter-1.9.9.tar.bz2) = 570962 bytes
+BLAKE2s (xfce4-screenshooter-1.9.10.tar.bz2) = 32176e4002ef454805f5369a902df356898121675bd9a36041f431e637100b73
+SHA512 (xfce4-screenshooter-1.9.10.tar.bz2) = fc6327730f4df1d58cd1f8c8e8c1e0cdbf7a1f78aadc05357c603fe2b1969f012e14e8a2168117421f211bf7fccf0f04e91cb36b2364da18f62c9ec0b0978344
+Size (xfce4-screenshooter-1.9.10.tar.bz2) = 568057 bytes



Home | Main Index | Thread Index | Old Index