new idesk port

This commit is contained in:
Alexander Zhirov 2024-03-24 22:11:19 +03:00
parent 6f0a3365a8
commit 4143ae11a4
2 changed files with 37 additions and 0 deletions

26
ports/i/idesk/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: Window manager: speed, simplicity, and not getting in the user's way.
# URL: http://www.icewm.org/
# Maintainer: Alexander Zhirov
# Depends on: imlib xorg-libice xorg-libxft xorg-libxinerama xorg-mkfontdir
name=idesk
version=0.7.8
release=1
source=(
https://github.com/neagix/idesk/archive/refs/tags/v$version.tar.gz
version.patch
)
build() {
cd $name-$version
patch -d . -p0 < ../version.patch
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}

View File

@ -0,0 +1,11 @@
--- configure 2021-12-23 23:18:54.000000000 +0000
+++ configure 2024-03-21 17:05:38.062996718 +0000
@@ -1335,7 +1335,7 @@
-VERSION=0.7.5
+VERSION=0.7.8
PACKAGE=idesk
ac_config_headers="$ac_config_headers config.h"