aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-16 00:07:45 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-16 00:07:45 +0800
commit8090da851f75f0d9156a8963adbd981b5d5c79f0 (patch)
tree0aea86a2d7399754b96c9fcdc1ffd3a11f41a5b8
parent5f00712515ed948cfba5fe56d7e2c40afd70debb (diff)
downloadalicelinux-8090da851f75f0d9156a8963adbd981b5d5c79f0.tar.gz
alicelinux-8090da851f75f0d9156a8963adbd981b5d5c79f0.zip
picom: fix abuild
-rw-r--r--repos/xorg/picom/abuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repos/xorg/picom/abuild b/repos/xorg/picom/abuild
index 90ebddad..e8b6071b 100644
--- a/repos/xorg/picom/abuild
+++ b/repos/xorg/picom/abuild
@@ -1,10 +1,9 @@
name=picom
version=11.2
-release=1
+release=2
source="https://github.com/yshui/$name/archive/v$version/$name-$version.tar.gz"
postbuild() {
- sed 's/vsync = true/vsync = false/' -i picom.sample.conf
install -Dm644 picom.sample.conf $PKG/etc/xdg/picom.conf
install -Dm644 picom.sample.conf $PKG/etc/xdg/picom.conf.example
}