Skip to content

Commit

Permalink
deskutils/xfce4-xkb-plugin: Update to 0.8.3
Browse files Browse the repository at this point in the history
- Add missing dependency on harfbuzz [1]
- Remove unneeded post-patch target

Reported by:	poudriere [1]
  • Loading branch information
madpilot78 committed Jul 14, 2022
1 parent 09873f1 commit b8dee5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 3 additions & 7 deletions deskutils/xfce4-xkb-plugin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= xfce4-xkb-plugin
PORTVERSION= 0.8.2
PORTREVISION= 2
PORTVERSION= 0.8.3
CATEGORIES= deskutils xfce
MASTER_SITES= XFCE/panel-plugins

Expand All @@ -9,7 +8,8 @@ COMMENT= Keyboard layout switching plugin for the Xfce panel

LICENSE= GPLv2

LIB_DEPENDS= libxklavier.so:x11/libxklavier
LIB_DEPENDS= libxklavier.so:x11/libxklavier \
libharfbuzz.so:print/harfbuzz

USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
tar:bzip2 xfce xorg
Expand All @@ -26,8 +26,4 @@ OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime

# Downgrade libxklavier
post-patch:
@${REINPLACE_CMD} -e 's|5.4|5.3|g' ${WRKSRC}/configure

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions deskutils/xfce4-xkb-plugin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1608832753
SHA256 (xfce4-xkb-plugin-0.8.2.tar.bz2) = bb4be13f6f73cd86a6d939e1a6b125841cf266415bc4fd134a511e4f0cf97967
SIZE (xfce4-xkb-plugin-0.8.2.tar.bz2) = 868539
TIMESTAMP = 1657785246
SHA256 (xfce4-xkb-plugin-0.8.3.tar.bz2) = f0bfe97875ef1ca0a3b6a6fac312663c9cada151cf1ac96071393d320cd04987
SIZE (xfce4-xkb-plugin-0.8.3.tar.bz2) = 864177
4 changes: 4 additions & 0 deletions deskutils/xfce4-xkb-plugin/pkg-plist
@@ -1,4 +1,8 @@
lib/xfce4/panel/plugins/libxkb.so
share/icons/hicolor/128x128/apps/org.xfce.panel.xkb.png
share/icons/hicolor/16x16/apps/org.xfce.panel.xkb.png
share/icons/hicolor/32x32/apps/org.xfce.panel.xkb.png
share/icons/hicolor/scalable/apps/org.xfce.panel.xkb.svg
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo
%%NLS%%share/locale/be/LC_MESSAGES/xfce4-xkb-plugin.mo
Expand Down

0 comments on commit b8dee5b

Please sign in to comment.