forked from ports/contrib
picom: 8.2 -> 9
This commit is contained in:
parent
bffeeca999
commit
c149dac4af
@ -1,8 +1,8 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3wH212zgw+o7hq6EYoIBO52NLU7aZlInf6NsVozQszDdTalJyNiuLMREoe3yWkOp5nPEuDUYVFe6vuwEAZ/elAc=
|
||||
SHA256 (Pkgfile) = 481ec07d80c3c54b9a9282ec6abfb5d84834effd5b3aec14523dae415c2405c9
|
||||
RWSagIOpLGJF3909Utqzb6mnpptJH6FGeibQh4v0dEYTe5xQ4CsgXD/fTlvf53jliCQPwIH3BIKqlB97mCweVZH03Px/ESApfwE=
|
||||
SHA256 (Pkgfile) = 6f81afde979512b3f7d335cc11b53eeed3fd27e1deb393449a02e43279ee0d62
|
||||
SHA256 (.footprint) = 9e8224213e85b3fd34cb7b657bfceb453e97c05758d1a08ffdcf2ca9e5b58bfa
|
||||
SHA256 (picom-v8.2.tar.gz) = 9d0c2533985e9670ff175e717a42b5bf1a2a00ccde5cac1e1009f5d6ee7912ec
|
||||
SHA256 (picom-v9.tar.gz) = 4fa373657a01079324456826ff68e5c319e9a8421e90c68949d4af2ce036f720
|
||||
SHA256 (picom.conf) = ee6902929889b6cdef435d84f80f26eb1c39bef87c7a73e9bf0aa125f60eb2bc
|
||||
SHA256 (picom-trans.1) = 4751825e8946a4fe0d7d5ab975922d800f14d1fe794760d61ef79d19be29a42d
|
||||
SHA256 (picom.1) = 1606e43253b5c0bc7253f2b7dc1aa2e6702353e519336f225170303fe18e776e
|
||||
|
@ -5,8 +5,8 @@
|
||||
# Optional: asciidoc
|
||||
|
||||
name=picom
|
||||
version=8.2
|
||||
release=2
|
||||
version=9
|
||||
release=1
|
||||
source=(https://github.com/yshui/picom/archive/v$version/$name-v$version.tar.gz
|
||||
picom.conf picom-trans.1 picom.1)
|
||||
|
||||
@ -15,7 +15,10 @@ build() {
|
||||
|
||||
meson setup build $name-$version ${PKGMK_PICOM} \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true
|
||||
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user