b5e01c7567
=== Version 1.9.2 === * Remove zimagez support (bug #14283) * Enhancements: - Use g_app_info_launch() for command launching (bug #13886) - Dismiss the progress dialog after upload (bug #12519) - Improve thumbnail size clamping - Allow --clipboard option to be used with the others (bug #14120) * Bugs fixed: - Handle device grab failure (bug #10259) === Version 1.9.1 === * Enhancements: - Get rid of a dead assignment * Bugs fixed: - Fix crash on program exit after image upload (bug #13415) === Version 1.9.0 === * Enhancements: - Downgrade xfce4-panel dependency to 4.12 - Updated translations (thanks to translators!) * Bugs fixed: - Use HTTPS for imgur (bug #13415)
20 lines
663 B
Makefile
20 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.19 2018/05/15 22:10:00 youri Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-screenshooter-1.9.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/
|
|
|
|
HOMEPAGE= http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/
|
|
COMMENT= Xfce screenshoot application
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../x11/xfce4-exo/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|