From 926c9d7c61121158e765378416f5076f92c9bc15 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Mon, 25 Mar 2024 22:42:28 +0100
Subject: [PATCH] dmenu: update to 5.3

---
 components/desktop/dmenu/manifests/sample-manifest.p5m |    2 +-
 components/desktop/dmenu/Makefile                      |   16 ++++++++--------
 components/desktop/dmenu/pkg5                          |    3 +--
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/components/desktop/dmenu/Makefile b/components/desktop/dmenu/Makefile
index c6a6890..bfe0bc4 100644
--- a/components/desktop/dmenu/Makefile
+++ b/components/desktop/dmenu/Makefile
@@ -13,24 +13,24 @@
 # Copyright 2020 Andreas Wacknitz
 # Copyright 2022 Benjamin S. Osenbach
 #
-BUILD_BITS=			64
-BUILD_STYLE=		justmake
+BUILD_BITS= 64
+BUILD_STYLE= justmake
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		dmenu
-COMPONENT_VERSION=	5.2
-COMPONENT_PROJECT_URL=	https://tools.suckless.org/dmenu/
+COMPONENT_VERSION=	5.3
 COMPONENT_SUMMARY=	dmenu is a dynamic menu for X, originally designed for dwm
-COMPONENT_FMRI=		desktop/dmenu
-COMPONENT_CLASSIFICATION=	Applications/System Utilities
+COMPONENT_PROJECT_URL=	https://tools.suckless.org/dmenu/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH= sha256:d4d4ca77b59140f272272db537e05bb91a5914f56802652dc57e61a773d43792
+COMPONENT_ARCHIVE_HASH= sha256:1a8f53e6fd2d749839ec870c5e27b3e14da5c3eeacbfcb945d159e1d5433795f
 COMPONENT_ARCHIVE_URL=	https://dl.suckless.org/tools/$(COMPONENT_ARCHIVE)
+COMPONENT_FMRI=		desktop/dmenu
+COMPONENT_CLASSIFICATION=	Applications/System Utilities
 COMPONENT_LICENSE=	MIT/X
 COMPONENT_LICENSE_FILE=	LICENSE
 
-TEST_TARGET:		$(NO_TESTS)
+TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk
 
 # Auto-generated dependencies
diff --git a/components/desktop/dmenu/manifests/sample-manifest.p5m b/components/desktop/dmenu/manifests/sample-manifest.p5m
index fdacd2f..cb5ed03 100644
--- a/components/desktop/dmenu/manifests/sample-manifest.p5m
+++ b/components/desktop/dmenu/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2022 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/desktop/dmenu/pkg5 b/components/desktop/dmenu/pkg5
index 550ad54..e004b6d 100644
--- a/components/desktop/dmenu/pkg5
+++ b/components/desktop/dmenu/pkg5
@@ -1,6 +1,5 @@
 {
     "dependencies": [
-        "SUNWcs",
         "shell/ksh93",
         "system/library",
         "system/library/fontconfig",
@@ -12,4 +11,4 @@
         "desktop/dmenu"
     ],
     "name": "dmenu"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3