picom: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:27:42 +02:00
parent 084ee4c9cd
commit f95318388a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38U0uKgsDcMFE+m4ejUbknuuqFV7IlpFO+MncvA30ejCMkvKlAd7LdgNOVWQmI65AVpkHpe8NZWM/BVpwX++KAM=
SHA256 (Pkgfile) = 4917adcd9f4f1240da7e228184b48792f3746fd6f68dd0ca599a6d33bfa352ae
RWSagIOpLGJF36bP3Lqh7kZXY5qGoj4xUa5fnEpZHURScaPIQSqP+l943Ta85bl6gqsktjIT5KKxOyGcRpp05Bt2orhrlKdOigQ=
SHA256 (Pkgfile) = c51efeacc8f4102cac50f9cc45a2f6053678be6975ddcccf41a6474202f22beb
SHA256 (.footprint) = e4e53a2ed6b1847c812c7c8b3c438ef94cb4adbf6ffa3eb334139a624bda6193
SHA256 (picom-v10.2.tar.gz) = 9741577df0136d8a2be48005ca2b93edc15913528e19bceb798535ca4683341c
SHA256 (picom.conf) = ee6902929889b6cdef435d84f80f26eb1c39bef87c7a73e9bf0aa125f60eb2bc

View File

@ -1,6 +1,6 @@
# Description: A compositor for X, and a fork of xcompmgr-dana, and a fork of compton.
# URL: https://github.com/yshui/picom
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: hicolor-icon-theme libconfig libev libxdg-basedir mesa xorg-libpixman xorg-xcb-util-image xorg-xcb-util-renderutil uthash dbus
# Optional: asciidoc
@ -8,23 +8,23 @@ name=picom
version=10.2
release=1
source=(https://github.com/yshui/picom/archive/v$version/$name-v$version.tar.gz
picom.conf picom-trans.1 picom.1)
picom.conf picom-trans.1 picom.1)
build() {
[[ -e '/usr/bin/asciidoctor' ]] && PKGMK_PICOM+=' -D with_docs=true'
[[ -e '/usr/bin/asciidoctor' ]] && PKGMK_PICOM+=' -D with_docs=true'
meson setup build $name-$version ${PKGMK_PICOM} \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson setup build $name-$version ${PKGMK_PICOM} \
--prefix=/usr \
--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
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
install -Dm644 $SRC/picom.conf $PKG/etc/xdg/picom.conf
install -Dm644 $name-$version/picom.sample.conf $PKG/etc/xdg/picom.conf.example
[ -e '/usr/bin/asciidoctor' ] || install -D -m 0644 -t $PKG/usr/share/man/man1 $SRC/picom-trans.1 $SRC/picom.1
[ -e '/usr/bin/asciidoctor' ] || install -D -m 0644 -t $PKG/usr/share/man/man1 $SRC/picom-trans.1 $SRC/picom.1
}