summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-12 06:30:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-12 06:32:37 +0200
commit65034290ee91a41ebed4ea3e289708a1a7382e7f (patch)
tree8cd9dc6be79041b21dd0ede12831c24e44ec1ec6 /package
parentdbd04a0754ab658693e899b71a388b271209d140 (diff)
xinit: update to 1.4.4
Diffstat (limited to 'package')
-rw-r--r--package/xinit/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/xinit/Makefile b/package/xinit/Makefile
index a6f74d1e8..ba5160351 100644
--- a/package/xinit/Makefile
+++ b/package/xinit/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= xinit
-PKG_VERSION:= 1.2.1
-PKG_RELEASE:= 6
-PKG_HASH:= 3079d3fb86af99f4c2c2907b5725e5820fdb2144d3be6002ec367bfcebc5c480
+PKG_VERSION:= 1.4.4
+PKG_RELEASE:= 1
+PKG_HASH:= 45cca1b0f3a963105f43cecc24e9cc4db0d14faa87bd9860b9ec563e8c73fc47
PKG_DESCR:= x window system initializer
PKG_SECTION:= x11/utils
PKG_DEPENDS:= xorg-server mcookie xauth xset
@@ -33,8 +33,8 @@ xinit-install:
$(IDIR_XINIT)/usr/bin/
$(INSTALL_BIN) $(WRKINST)/usr/bin/xinit \
$(IDIR_XINIT)/usr/bin/
- $(INSTALL_DIR) $(IDIR_XINIT)/usr/lib/X11/xinit
- $(INSTALL_DATA) $(WRKINST)/usr/lib/X11/xinit/xinitrc \
- $(IDIR_XINIT)/usr/lib/X11/xinit/
+ $(INSTALL_DIR) $(IDIR_XINIT)/etc/X11/xinit
+ $(INSTALL_DATA) $(WRKINST)/etc/X11/xinit/xinitrc \
+ $(IDIR_XINIT)/etc/X11/xinit/
include $(ADK_TOPDIR)/mk/pkg-bottom.mk