Skip to content

Update Xfwm from 4.13.0 to 4.13.1 #851

Merged
merged 4 commits into from
Aug 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions xfwm4.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION xfwm4-4.13.0-0
# BEE_VERSION xfwm4-4.13.1-1

SRCURL[0]="http://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVERSION}.tar.bz2"

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/0001-compositor-GLX-Synchronize-GLX-and-X-rendering.patch)
PATCHURL+=(/src/mariux/patches/0002-compositor-Fix-typo-in-vblank-options.patch)
PATCHURL+=(/src/mariux/patches/0003-common-Convert-monitor-geometry-to-device-geometry.patch)

# EXCLUDE+=()

Expand Down