new idesk port
This commit is contained in:
parent
6f0a3365a8
commit
4143ae11a4
|
@ -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
|
||||
}
|
|
@ -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"
|
Loading…
Reference in New Issue