diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-03-30 15:20:12 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-03-30 15:20:12 +0100 |
commit | bac62a99226208875debc28b199629b76f05a674 (patch) | |
tree | 6d96da7990d4490de8a818fd67bb16670568184b /x11/editres | |
parent | 3a2f2aee412700b8e6f117bc90b4bf6389495072 (diff) |
Update editres to 1.0.9
Diffstat (limited to 'x11/editres')
-rw-r--r-- | x11/editres/Makefile | 7 | ||||
-rw-r--r-- | x11/editres/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/editres/Makefile b/x11/editres/Makefile index b81516d..01e2cae 100644 --- a/x11/editres/Makefile +++ b/x11/editres/Makefile @@ -1,7 +1,7 @@ COMMENT = a dynamic resource editor for X Toolkit applications -DISTNAME = editres-1.0.8 +DISTNAME = editres-1.0.9 CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/editres @@ -11,7 +11,7 @@ MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes -WANTLIB = Xaw7 Xmu Xt X11 c +WANTLIB = Xaw7 xkbfile Xmu Xt X11 c SITES = ${SITE_XORG:=app/} @@ -19,7 +19,8 @@ MODULES = xenocara BUILD_DEPENDS = devel/xorgproto -LIB_DEPENDS = x11/libXaw +LIB_DEPENDS = x11/libXaw \ + x11/libxkbfile SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu diff --git a/x11/editres/distinfo b/x11/editres/distinfo index a6ea9f9..63d1d19 100644 --- a/x11/editres/distinfo +++ b/x11/editres/distinfo @@ -1,2 +1,2 @@ -SHA256 (editres-1.0.8.tar.gz) = LVbWB3vHZ6+n4DD+ssNy/mvok/7EApoj9FodVZ/YRq4= -SIZE (editres-1.0.8.tar.gz) = 212551 +SHA256 (editres-1.0.9.tar.gz) = /gaZBP9hP0qS7Dy+fDSgEfLQOWqSDoze9fu5eCnVo7Y= +SIZE (editres-1.0.9.tar.gz) = 218745 |