summaryrefslogtreecommitdiff
path: root/xzoom/xzoom.spec
diff options
context:
space:
mode:
Diffstat (limited to 'xzoom/xzoom.spec')
-rw-r--r--xzoom/xzoom.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/xzoom/xzoom.spec b/xzoom/xzoom.spec
index 7f2c2f7..1337cb9 100644
--- a/xzoom/xzoom.spec
+++ b/xzoom/xzoom.spec
@@ -16,6 +16,7 @@ Source1: https://salsa.debian.org/debian/xzoom/-/raw/debian/master/debian
### Debian upstream patch
Patch0: https://cdn-fastly.deb.debian.org/debian/pool/main/x/%{name}/%{name}_0.3-24.diff.gz
Patch1: %{name}-0.3.shm.diff
+Patch2: 001-geometry.patch
BuildRequires: imake
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(xext)
@@ -33,6 +34,7 @@ It can also mirror or rotate a part of the screen.
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
cp -p %{SOURCE1} .
%build
bgstack15