From ccc722b7ed330198d82a3cf28ead76d6d107a70a Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 6 Jun 2022 21:25:48 +0000 Subject: added java --- repo/icewm/icewm.xibuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 repo/icewm/icewm.xibuild (limited to 'repo/icewm') diff --git a/repo/icewm/icewm.xibuild b/repo/icewm/icewm.xibuild deleted file mode 100644 index 3ecdf11..0000000 --- a/repo/icewm/icewm.xibuild +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -NAME="icewm" -DESC="Window manager designed for speed, usability and consistency" - -MAKEDEPS=" alsa-lib asciidoctor cmake fribidi glib imlib2 libao libintl libsm libsndfile libxcomposite libxdamage libxft libxinerama libxpm libxrandr perl librsvg" - -PKG_VER=2.9.6 -SOURCE="https://github.com/ice-wm/icewm/releases/download/$PKG_VER/icewm-$PKG_VER.tar.lz" - -build() { - cmake -B build \ - -DCMAKE_BUILD_TYPE=None \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCFGDIR=/etc \ - -DENABLE_NLS=OFF \ - -DCONFIG_IMLIB2=ON \ - -DENABLE_LTO=ON \ - -DDOCDIR=/usr/share/doc/icewm \ - -DCONFIG_LIBRSVG=ON - cmake --build build -} - -package() { - DESTDIR="$PKG_DEST" cmake --build build --target install -} - -- cgit v1.2.1