de82284821
Change log: 0.5.8 (2021-11-26) ===== - Bug Fixes: - Revert "Chain-up to parent in `mousepad_window_scroll_event()`" (#150) - Search: Fix a memory leak - Search: Remove obsolete workaround for the document finalization - Drop restrictions on URI scheme - Update `POTFILES.in` - Printing: Remove the "Page Setup" dialog (#148) - Flatpak: Complete scripts - Flatpak: Access remote locations with GVfs - Search: Fix the history cleanup - Search: Prevent GTask warnings when replacing text - Search: Ensure settings synchronization before searching - Fix translation domain in Appdata file - flatpak: Update README - flatpak: Add generic manifest and basic scripts - 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, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
22 lines
671 B
Makefile
22 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.59 2021/12/02 00:44:08 gutteridge Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
VERSION= 0.5.8
|
|
DISTNAME= mousepad-${VERSION}
|
|
PKGNAME= xfce4-mousepad-${VERSION}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://archive.xfce.org/src/apps/mousepad/${VERSION:R}/
|
|
|
|
HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html
|
|
COMMENT= Xfce text editor
|
|
|
|
CONFIGURE_ARGS+= --enable-gtksourceview4
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtksourceview4/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|