bd6da49a08
Change log: 4.16.3 ====== - Dont reduce selection in single click mode (Issue #71) - Add typecheck to prevent Gtk-CRITICAL (Issue #63) - exo_strdup_strftime: Support additional encoding (Issue #66) - Free hover_path in tree-view if not NULL - Fix compilation warnings - exo-icon-chooser-dialog: Focus filter entry by default - exo-icon-chooser-dialog: Set default to show to all icons - exo-icon-chooser-dialog: Speed up sorting the icon view model
24 lines
691 B
Makefile
24 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.74 2021/12/29 23:18:41 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
VERSION= 4.16.3
|
|
DISTNAME= exo-${VERSION}
|
|
PKGNAME= xfce4-exo-${VERSION}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= https://archive.xfce.org/src/xfce/exo/${VERSION:R}/
|
|
|
|
HOMEPAGE= https://docs.xfce.org/xfce/exo/start
|
|
COMMENT= Xfce extension library
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= exo-helper/helpers/exo-compose-mail
|
|
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
|
|
PKGCONFIG_OVERRIDE+= exo/exo-1.pc.in
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libxfce4ui/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|