New Package: picom-ftlabs-2023.11.10_1 and update picom-arian8j2
(Yes, yet another picom fork with animations haha)
This commit is contained in:
parent
df6f4f2fd2
commit
b99d08373d
7 changed files with 56 additions and 35 deletions
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'picom-arian8j2'
|
||||
pkgname=picom-arian8j2
|
||||
version=2022.09.29
|
||||
revision=1
|
||||
version=2023.07.16
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dwith_docs=true"
|
||||
hostmakedepends="pkg-config asciidoc git"
|
||||
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
||||
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre2-devel
|
||||
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
||||
libxdg-basedir-devel uthash libglvnd-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Picom fork which includes transition animations"
|
||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/arian8j2/picom/"
|
||||
repository="cereus-extra"
|
||||
provides="picom"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-dccsillag"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-dccsillag"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-dccsillag picom-ftlabs"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-dccsillag picom-ftlabs"
|
||||
|
||||
do_fetch() {
|
||||
git clone --depth=1 ${homepage} ${wrksrc}
|
||||
|
@ -26,6 +26,4 @@ post_install() {
|
|||
vlicense LICENSES/MIT
|
||||
vlicense COPYING
|
||||
vsconf picom.sample.conf
|
||||
vsconf compton-default-fshader-win.glsl
|
||||
vsconf compton-fake-transparency-fshader-win.glsl
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'picom-dccsillag'
|
||||
pkgname=picom-dccsillag
|
||||
version=2022.05.29
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=meson
|
||||
configure_args="-Dwith_docs=true"
|
||||
wrksrc="picom-implement-window-animations"
|
||||
hostmakedepends="pkg-config asciidoc git awk"
|
||||
hostmakedepends="pkg-config asciidoc git"
|
||||
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
||||
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
||||
libxdg-basedir-devel uthash"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Picom fork with fancy windows animations"
|
||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
repository="cereus-extra"
|
||||
homepage="https://github.com/dccsillag/picom/"
|
||||
provides="picom"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
||||
distfiles="https://github.com/dccsillag/picom/archive/refs/heads/implement-window-animations.zip"
|
||||
checksum=ac8bf6e95f58f83b39dbbd44d9e1e8213767a0d3b48dad6fe1acd8953c76d757
|
||||
|
||||
|
|
29
srcpkgs/picom-ftlabs/template
Normal file
29
srcpkgs/picom-ftlabs/template
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Template file for 'picom-ftlabs'
|
||||
pkgname="picom-ftlabs"
|
||||
version=2023.11.10
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dwith_docs=true"
|
||||
hostmakedepends="pkg-config asciidoc git"
|
||||
makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre2-devel
|
||||
pixman-devel xcb-util-image-devel xcb-util-renderutil-devel
|
||||
libxdg-basedir-devel uthash libglvnd-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Picom fork which features more than 10 unique animation supported (open window, tag change, fading ...)"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/FT-Labs/picom/"
|
||||
repository="cereus-extra"
|
||||
provides="picom"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-arian8j2 picom-dccsillag picom-git"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-arian8j2 picom-dccsillag picom-git"
|
||||
|
||||
do_fetch() {
|
||||
git clone --depth=1 ${homepage} ${wrksrc}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSES/MIT
|
||||
vlicense COPYING
|
||||
vsconf picom.sample.conf
|
||||
}
|
|
@ -10,13 +10,13 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre2-devel
|
|||
libxdg-basedir-devel uthash libglvnd-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Lightweight compositor for X11 (previously a compton fork) - git branch"
|
||||
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/yshui/picom/"
|
||||
repository="cereus-extra"
|
||||
provides="picom"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-arian8j2 picom-dccsillag"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-arian8j2 picom-dccsillag"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-arian8j2 picom-dccsillag picom-ftlabs"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-ibhagwan picom-arian8j2 picom-dccsillag picom-ftlabs"
|
||||
|
||||
do_fetch() {
|
||||
git clone --depth=1 ${homepage} ${wrksrc}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'picom-ibhagwan'
|
||||
pkgname=picom-ibhagwan
|
||||
version=2021.11.04
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=picom
|
||||
build_style=meson
|
||||
repository="cereus-extra"
|
||||
|
@ -12,12 +12,12 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
|||
libxdg-basedir-devel uthash"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Picom fork which includes blur effects and fade animations"
|
||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/ibhagwan/picom/"
|
||||
provides="picom"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-dccsillag picom-git picom-arian8j2"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-dccsillag picom-git picom-arian8j2"
|
||||
conflicts="picom picom-jonaburg picom-jonaburg-fix picom-dccsillag picom-git picom-arian8j2 picom-ftlabs"
|
||||
replaces="picom picom-jonaburg picom-jonaburg-fix picom-dccsillag picom-git picom-arian8j2 picom-ftlabs"
|
||||
|
||||
do_fetch() {
|
||||
git clone --single-branch --branch next-rebase --depth=1 ${homepage} ${wrksrc}
|
||||
|
|
|
@ -12,15 +12,15 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
|||
libxdg-basedir-devel uthash"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Picom fork which includes rounded corners, animations and blur support (picom-jonaburg-fix branch)"
|
||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/Arian8j2/picom-jonaburg-fix"
|
||||
provides="picom"
|
||||
conflicts="picom picom-jonaburg picom-dccsillag picom-ibhagwan picom-git picom-arian8j2"
|
||||
replaces="picom picom-jonaburg picom-dccsillag picom-ibhagwan picom-git picom-arian8j2"
|
||||
conflicts="picom picom-jonaburg picom-dccsillag picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
||||
replaces="picom picom-jonaburg picom-dccsillag picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="Cannot build on musl. It's recommended to use picom-dccsillag or picom-git instead" ;;
|
||||
*-musl) broken="Can't build for musl. It's recommended to use picom-dccsillag, picom-ftlabs or picom-git instead" ;;
|
||||
esac
|
||||
|
||||
do_fetch() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'picom-jonaburg'
|
||||
pkgname=picom-jonaburg
|
||||
version=2022.03.19
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=picom
|
||||
build_style=meson
|
||||
repository="cereus-extra"
|
||||
|
@ -12,15 +12,15 @@ makedepends="MesaLib-devel dbus-devel libconfig-devel libev-devel pcre-devel
|
|||
libxdg-basedir-devel uthash"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Picom fork which includes rounded corners, basic animations and blur support"
|
||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
||||
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
|
||||
license="MIT, MPL-2.0"
|
||||
homepage="https://github.com/jonaburg/picom"
|
||||
provides="picom"
|
||||
conflicts="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2"
|
||||
replaces="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2"
|
||||
conflicts="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
||||
replaces="picom picom-dccsillag picom-jonaburg-fix picom-ibhagwan picom-git picom-arian8j2 picom-ftlabs"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="Cannot build on musl. It's recommended to use picom-dccsillag or picom-git instead" ;;
|
||||
*-musl) broken="Can't build for musl. It's recommended to use picom-dccsillag, picom-ftlabs or picom-git instead" ;;
|
||||
esac
|
||||
|
||||
do_fetch() {
|
||||
|
@ -31,9 +31,3 @@ post_install() {
|
|||
vlicense LICENSES/MIT
|
||||
vsconf picom.sample.conf
|
||||
}
|
||||
|
||||
picom-jonaburg_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
build_style=meta
|
||||
short_desc+=" (transitional dummy package)"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue