Skip to content

Commit 37f46d3

Browse files
committed
brlaser: Switched to the "Owl-Maintain" fork
Switched the brlaser driver to https://github.com/Owl-Maintain/brlaser/ where it is currently actively maintained. Using upstream version 6.2.7, which especially fixes duplex printing: pdewacht/brlaser#228 https://bugs.launchpad.net/bugs/2106543 Also adapted the update automation to the new versioning scheme.
1 parent 6d6b467 commit 37f46d3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

snap/snapcraft.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,14 +1328,17 @@ parts:
13281328
# Upstream source GIT is ahead of the release version 6 Debian uses
13291329
# and Debian does not apply any patch, so we use the current upstream
13301330
# GIT master here.
1331+
# The code got forked by a new maintainer, "Owl-Maintain", so
1332+
# we use the code from there.
13311333
# Debian GIT: https://salsa.debian.org/printing-team/brlaser.git
1332-
source: https://github.com/pdewacht/brlaser.git
1334+
# Original GIT: https://github.com/pdewacht/brlaser.git
1335+
source: https://github.com/Owl-Maintain/brlaser.git
13331336
source-type: git
1334-
source-tag: 'v6'
1337+
source-tag: 'v6.2.7'
13351338
source-depth: 1
13361339
# ext:updatesnap
13371340
# version-format:
1338-
# format: 'v%V'
1341+
# format: 'v%M.%m.%R'
13391342
plugin: cmake
13401343
cmake-parameters:
13411344
- -DCMAKE_INSTALL_PREFIX=/usr

0 commit comments

Comments
 (0)