Skip to content

Commit

Permalink
picom: new package at 7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
konimex committed Jan 1, 2020
1 parent 17ca0e2 commit fc3bc8a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions community/picom/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh -e

export DESTDIR="$1"

meson \
--prefix=/usr \
-Ddbus=false \
. build

ninja -C build
ninja -C build install
1 change: 1 addition & 0 deletions community/picom/checksums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1fdeda688d09643563e4314f885beaf074023235e56598ae98d481364e615607 v7.5.tar.gz
9 changes: 9 additions & 0 deletions community/picom/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
libconfig
libev
libxdg-basedir
meson make
pixman
pcre
uthash make
xcb-util-image
xcb-util-renderutil
1 change: 1 addition & 0 deletions community/picom/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/yshui/picom/archive/v7.5.tar.gz
1 change: 1 addition & 0 deletions community/picom/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.5 0

0 comments on commit fc3bc8a

Please sign in to comment.