=== Release 1.8.1 === build: install graphics tabs/ for gtk-2.0 theme (bug #11839) bis panel-plugin: fit button inside a single panel row build: install graphics tabs/ for gtk-2.0 theme (bug #11839) === Release 1.8.0 === gtkrc: always show steppers gtkrc: theme GtkNotebook gtkrc: fix top tabs gap gtkrc: set background tabs less opaque gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs border gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color build: remove soname versioning and install panel plugin to $datadir/xfce4/panel/plugins build: bump automake to 1.13 build: adjust to newer AM/AC macros build: fix s/AM_CFLAGS/AM_CPPFLAGS build: Uinstall hook for icon cache file
20 lines
695 B
Makefile
20 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.42 2015/06/29 15:51:11 youri Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-notes-plugin-1.8.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
|
|
COMMENT= Xfce notes plugin
|
|
|
|
LDFLAGS.DragonFly= -lm -lX11
|
|
LDFLAGS.SunOS+= -lm -lX11
|
|
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/libunique/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|