-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Template file for 'picom-git' | ||
pkgname="picom-git" | ||
version=2024.02.10 | ||
version=2024.02.19 | ||
revision=1 | ||
build_style=meson | ||
configure_args="-Dwith_docs=true" | ||
hostmakedepends="pkg-config asciidoc git" | ||
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre2-devel | ||
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel | ||
libxdg-basedir-devel uthash libglvnd-devel" | ||
libxdg-basedir-devel uthash libglvnd-devel libepoxy-devel" | ||
depends="desktop-file-utils" | ||
short_desc="Lightweight compositor for X11 (previously a compton fork) - git development branch" | ||
maintainer="Kevin Figueroa <[email protected]>" | ||
|