059f9341a3
This is a maintenance release feature only bug fixes (long awaited). - Fix crash when dragging tab to root window (Bug #13336) - Fix the signal definition of user-set-language (Bug #13630) - Prevent a weird cycle in GSettings use (Bug #12134) - Properly fixed later by Alistair Buxton - Fix some warnings about using NULL (Bug #11663) - Limit prefs dialog tab width to range allowed by schema (Bug #12055) - Don't show hidden GSV languages (Bug #12043) - Encode filenames passed to DBus as UTF-8 - Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm?l, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
17 lines
535 B
Makefile
17 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.41 2018/10/23 09:54:14 bsiegert Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
VERSION= 0.4.1
|
|
DISTNAME= mousepad-${VERSION}
|
|
PKGNAME= xfce4-mousepad-${VERSION}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://archive.xfce.org/src/apps/mousepad/0.4/
|
|
|
|
HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html
|
|
COMMENT= Xfce text editor
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtksourceview3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|