Skip to content

Commit 7d3ec71

Browse files
authored
change source to glabels-3_4_1b_batchcollate.tar.gz
replace original glabels 3.4.1 with forked version by brozkeff adding support for collate flag for glabels-batch missing in original release. The pull request j-evins/glabels-gtk#45 never got merged to main release.
1 parent b300331 commit 7d3ec71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ RUN apt-get update && \
1010
librsvg2-dev \
1111
libqrencode-dev
1212

13-
RUN curl http://ftp.gnome.org/pub/GNOME/sources/glabels/3.4/glabels-3.4.1.tar.xz \
14-
-o glabels.xv && \
15-
tar xvf glabels.xv
13+
RUN curl https://github.com/brozkeff/glabels/archive/refs/tags/glabels-3_4_1b_batchcollate.tar.gz \
14+
-o glabels.tar.gz && \
15+
tar xvf glabels.tar.gz
1616

17-
WORKDIR /glabels-3.4.1/
17+
WORKDIR /glabels-glabels-3_4_1b_batchcollate/
1818

1919
RUN ./configure && \
2020
make && \

0 commit comments

Comments
 (0)