summaryrefslogtreecommitdiff
path: root/x11/xfce4-notes-plugin/Makefile
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-11-30 15:06:32 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-11-30 15:06:32 +0000
commita2600a69e864f0ba1aa8c8406c807a62cf348965 (patch)
tree4d4ed900b89b80d64685e854b33ef9d2a50d984d /x11/xfce4-notes-plugin/Makefile
parent088df1d3f13ceb37626a6fb8694557e3081b6b4d (diff)
downloadpkgsrc-a2600a69e864f0ba1aa8c8406c807a62cf348965.tar.gz
xfce4-notes-plugin: update to 1.9.0
Change log: 1.9.0 ====== - Remove unused variable - Update deprecated autotools macros - Do not mark text with ':' after '://' as a link (bug #52) - Add support for links with scheme other than HTTP (bug #52) - Fix missing-prototypes - Create README.md. Update configure.ac.in - Add basic gitlab CI - Fix "Disabled labels on context menu are dark yellow" - Fix a few deprecation warnings - Fix make distcheck - Fix blinking image on panel - Remove commented code - Update build system - Fix make distcheck - Remove deprecated gtk stock usage - Fix build system - Continue the gtk3 port - Update URLs from goodies.x.o to docs.x.o (Bug #16171) - po: update POTFILES.in - gtk3: update css style with required changes from 3.20 - gtk3: drop libunique leftover flags and code - gtk3: Drop support for GTK+-2.0 - bump post release - Translation Updates: , Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, 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, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
Diffstat (limited to 'x11/xfce4-notes-plugin/Makefile')
-rw-r--r--x11/xfce4-notes-plugin/Makefile21
1 files changed, 15 insertions, 6 deletions
diff --git a/x11/xfce4-notes-plugin/Makefile b/x11/xfce4-notes-plugin/Makefile
index 277b99adc98..a3dd0aee0fb 100644
--- a/x11/xfce4-notes-plugin/Makefile
+++ b/x11/xfce4-notes-plugin/Makefile
@@ -1,21 +1,30 @@
-# $NetBSD: Makefile,v 1.61 2021/04/21 11:43:03 adam Exp $
+# $NetBSD: Makefile,v 1.62 2021/11/30 15:06:32 gutteridge Exp $
-PKGREVISION= 18
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-notes-plugin-1.8.1
+DISTNAME= xfce4-notes-plugin-1.9.0
CATEGORIES= sysutils
-MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/
+MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.9/
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin
COMMENT= Xfce notes plugin
+BUILD_DEFS+= PKG_SYSCONFBASE
+
LDFLAGS.DragonFly= -lm -lX11
LDFLAGS.SunOS+= -lm -lX11
+PKG_SYSCONFSUBDIR= xdg
+
+CONF_FILES= ${XFCE4_EGBASE}/autostart/xfce4-notes-autostart.desktop \
+ ${PKG_SYSCONFDIR}/autostart/xfce4-notes-autostart.desktop
+
+MAKE_DIRS+= ${XFCE4_EGBASE}/autostart \
+ ${PKG_SYSCONFDIR}/autostart
+
+.include "../../devel/xfce4-conf/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
-.include "../../x11/libxfce4gui/buildlink3.mk"
-.include "../../x11/libunique/buildlink3.mk"
+.include "../../x11/libxfce4util/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"