This commit is contained in:
parent
6164df20c6
commit
9b52480be0
2 changed files with 41 additions and 0 deletions
38
package.yml
Normal file
38
package.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
name : icewm
|
||||
version : 3.7.4
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/ice-wm/icewm/archive/refs/tags/3.7.4.tar.gz : 1e9998edbb79c8c33effc97ebc04f49a072b8327721b406a894d5d2a11912508
|
||||
homepage : https://ice-wm.org/
|
||||
license : GPL-2.0
|
||||
component : desktop.icewm
|
||||
summary : Window Manager designed for speed, usability, and consistency
|
||||
description: |
|
||||
Window Manager designed for speed, usability, and consistency
|
||||
builddeps :
|
||||
- pkgconfig(xrender)
|
||||
- pkgconfig(xcomposite)
|
||||
- pkgconfig(xdamage)
|
||||
- pkgconfig(xext)
|
||||
- pkgconfig(imlib2)
|
||||
- pkgconfig(xpm)
|
||||
- pkgconfig(xrandr)
|
||||
- pkgconfig(xres)
|
||||
- pkgconfig(xft)
|
||||
- pkgconfig(sndfile)
|
||||
- pkgconfig(xinerama)
|
||||
- pkgconfig(fribidi)
|
||||
- pkgconfig(sm)
|
||||
- pkgconfig(fontconfig)
|
||||
- pkgconfig(ao)
|
||||
- pkgconfig(alsa)
|
||||
- asciidoctor
|
||||
setup : |
|
||||
%cmake_ninja \
|
||||
-DCMAKE_BUILD_TYPE='None' \
|
||||
-DCMAKE_INSTALL_PREFIX='/usr'
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
||||
rm -r $installdir/home
|
Loading…
Add table
Add a link
Reference in a new issue