forked from ports/contrib
picom: 8.1 -> 8.2
This commit is contained in:
parent
f1ac84d757
commit
9f9cc81b20
picom
@ -1,8 +1,8 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30pZSMKEtr+tSZaTpWkzE/pa3d1iAaU8JVo9Iat3gPTZr0zamJVFtis6vPRzzeZ0FHBB0JFVrWVysEXZyT/zywc=
|
||||
SHA256 (Pkgfile) = 35be2e84753087f449f5e422ed1decc755afc8420976c280f720c4f49784f5ee
|
||||
RWSagIOpLGJF31xsYuH4gERIRpDFLOqwr+ORuY7p/MRJa99f2J37KPXScGG9LCARzlTS12Cbdc9bqU7GkaBd7sCMtgFmYlVEaQE=
|
||||
SHA256 (Pkgfile) = f8754617170830974dce1e919c2ca41a6a7f3581809d801f0e65390c190d09a0
|
||||
SHA256 (.footprint) = 9e8224213e85b3fd34cb7b657bfceb453e97c05758d1a08ffdcf2ca9e5b58bfa
|
||||
SHA256 (picom-v8.1.tar.gz) = 793700a87368120680a2b281db02c70b23fe7832e50cdb049149139e32688f02
|
||||
SHA256 (picom-v8.2.tar.gz) = 9d0c2533985e9670ff175e717a42b5bf1a2a00ccde5cac1e1009f5d6ee7912ec
|
||||
SHA256 (picom.conf) = ee6902929889b6cdef435d84f80f26eb1c39bef87c7a73e9bf0aa125f60eb2bc
|
||||
SHA256 (picom-trans.1) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
SHA256 (picom.1) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: asciidoc
|
||||
|
||||
name=picom
|
||||
version=8.1
|
||||
version=8.2
|
||||
release=1
|
||||
source=(https://github.com/yshui/picom/archive/v$version/$name-v$version.tar.gz
|
||||
picom.conf picom-trans.1 picom.1)
|
||||
@ -13,12 +13,13 @@ source=(https://github.com/yshui/picom/archive/v$version/$name-v$version.tar.gz
|
||||
build() {
|
||||
[ -e '/usr/bin/asciidoctor' ] && PKGMK_PICOM+=' -D build_docs=true'
|
||||
|
||||
meson $name-$version build ${PKGMK_PICOM} \
|
||||
meson setup $name-$version build ${PKGMK_PICOM} \
|
||||
--prefix=/usr \
|
||||
--buildtype=plain \
|
||||
-D b_ndebug=true
|
||||
|
||||
ninja -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
install -Dm644 $SRC/picom.conf $PKG/etc/xdg/picom.conf
|
||||
install -Dm644 $name-$version/picom.sample.conf $PKG/etc/xdg/picom.conf.example
|
||||
|
Loading…
x
Reference in New Issue
Block a user