Update dwarfs; add vivarium

This commit is contained in:
Phantop 2021-03-25 13:08:12 -04:00
parent 7d7763e562
commit 19724a5e56
3 changed files with 33 additions and 3 deletions

View File

@ -1,10 +1,11 @@
name : dwarfs
version : 0.4.0
release : 2
version : 0.4.1
release : 3
source :
- https://github.com/mhx/dwarfs/releases/download/v0.4.0/dwarfs-0.4.0.tar.bz2 : 1244068aa228d4240342566ce66b3cd0b51bf1a91726d71a9c222d6066b7ea31
- https://github.com/mhx/dwarfs/releases/download/v0.4.1/dwarfs-0.4.1.tar.bz2 : f9c3b5eecea153644e3ccee84b928bac9cbe06daa260feeee8bbb794f7d3142f
license : GPL-3.0-or-later
networking : yes
clang : yes
summary : A fast high compression read-only file system
description: DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data.
builddeps :

1
vivarium/Makefile Normal file
View File

@ -0,0 +1 @@
include ../Makefile.common

28
vivarium/package.yml Normal file
View File

@ -0,0 +1,28 @@
name : vivarium
version : 1
release : 1
source :
- https://github.com/inclement/vivarium/archive/refs/heads/main.zip : d26a0d604389f0d97474673552c28e098c986565d72c331cd5a577f8bd98df73
license : GPL-3.0-or-later
component : desktop
summary : A dynamic tiling Wayland compositor using wlroots
networking : yes
description: |
A dynamic tiling Wayland compositor using wlroots, with desktop semantics inspired by xmonad.
builddeps :
- pkgconfig(ImageMagick)
- pkgconfig(cairo)
- pkgconfig(gdk-pixbuf-2.0)
- pkgconfig(json-c)
- pkgconfig(libavcodec)
- pkgconfig(libevdev)
- pkgconfig(libcap)
- pkgconfig(pango)
- pkgconfig(wlroots)
- git
setup : |
%meson_configure
build : |
%ninja_build
install : |
%ninja_install