Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit ee688ce

Browse files
committed
v4.19 - update package
1 parent ccb9fa2 commit ee688ce

File tree

5 files changed

+24
-17
lines changed

5 files changed

+24
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
user@hostname$ ./build.sh
1111
```
12-
By default this will build i3-gaps 4.18.3 on Debian Buster.
12+
By default this will build i3-gaps 4.19 on Debian Buster.
1313

1414
If you want to customize the build at runtime, use the following:
1515

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:buster-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="4.18.3"
7+
VERSION="4.19"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
i3-gaps (4.19-1) unstable; urgency=medium
2+
3+
* Version 4.18.3
4+
5+
-- Martin Simon <me@martinsimon.me> Mon, 16 Nov 2020 00:00:00 +0000
6+
17
i3-gaps (4.18.3-1) unstable; urgency=medium
28

39
* Version 4.18.3

debian/control

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,30 @@ Section: x11
33
Priority: extra
44
Maintainer: Martin Simon <me@martinsimon.me>
55
Build-Depends:
6-
asciidoc,
6+
asciidoc (>= 8.4.4),
77
debhelper (>= 11),
8-
dh-autoreconf,
98
docbook-xml,
10-
dpkg-dev,
11-
libcairo2-dev,
12-
libev-dev,
9+
libcairo2-dev (>= 1.14.4),
10+
libev-dev (>= 1:4.04),
1311
libpango1.0-dev,
14-
libpcre3-dev,
12+
libpcre3-dev (>= 1:8.10),
1513
libpod-simple-perl,
16-
libstartup-notification0-dev,
14+
libstartup-notification0-dev (>= 0.10),
1715
libx11-dev,
1816
libxcb-cursor-dev,
1917
libxcb-icccm4-dev,
2018
libxcb-keysyms1-dev,
2119
libxcb-randr0-dev,
2220
libxcb-shape0-dev,
23-
libxcb-util0-dev,
24-
libxcb-xinerama0-dev,
21+
libxcb-util0-dev (>= 0.3.8),
22+
libxcb-xinerama0-dev (>= 1.1),
2523
libxcb-xkb-dev,
2624
libxcb-xrm-dev,
27-
libxkbcommon-dev,
28-
libxkbcommon-x11-dev,
29-
libyajl-dev,
25+
libxkbcommon-dev (>= 0.4.0),
26+
libxkbcommon-x11-dev (>= 0.4.0),
27+
libyajl-dev (>= 2.0.4),
28+
meson,
3029
pkg-config,
31-
xcb-proto,
3230
xmlto
3331
Standards-Version: 4.3.0
3432
Homepage: https://github.com/Airblader/i3

debian/rules

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#!/usr/bin/make -f
22

3+
export V:=1
4+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
5+
36
override_dh_auto_test:
47

58
override_dh_auto_configure:
6-
dh_auto_configure -- --docdir=/usr/share/doc/i3 --disable-sanitizers
9+
dh_auto_configure -- -Ddocdir=/usr/share/doc/i3-wm -Dmans=true
710

811
%:
9-
dh $@ --parallel --builddirectory=build --with=autoreconf
12+
dh $@ --buildsystem=meson

0 commit comments

Comments
 (0)