summaryrefslogtreecommitdiff
path: root/picom
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-02-05 16:28:09 +0100
committerTim Biermann <tbier@posteo.de>2022-02-05 18:22:10 +0100
commitc149dac4af74a4fc1968f1729e1365a6331a906d (patch)
treeb52f3c7ba2a3939af1ef334e91bf45792c959ad9 /picom
parentbffeeca9995ba50ee004b257b04d50ae8b728a62 (diff)
downloadcontrib-c149dac4af74a4fc1968f1729e1365a6331a906d.tar.gz
contrib-c149dac4af74a4fc1968f1729e1365a6331a906d.tar.xz
picom: 8.2 -> 9
Diffstat (limited to 'picom')
-rw-r--r--picom/.signature6
-rw-r--r--picom/Pkgfile9
2 files changed, 9 insertions, 6 deletions
diff --git a/picom/.signature b/picom/.signature
index f4cf8b98c..f71d677e5 100644
--- a/picom/.signature
+++ b/picom/.signature
@@ -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
diff --git a/picom/Pkgfile b/picom/Pkgfile
index 6abe0179f..48eeca430 100644
--- a/picom/Pkgfile
+++ b/picom/Pkgfile
@@ -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

Generated by cgit