kopia lustrzana https://gitlab.com/sane-project/frontends
Merge branch 'xscanimage-spinner' of gitlab.com:ThierrtyFR/frontends into xscanimage-spinner
commit
986f6c619e
|
@ -14,13 +14,13 @@ archive:
|
|||
image: $REGISTRY_HUB:debian-buster-full
|
||||
before_script:
|
||||
- apt-get update --quiet
|
||||
- apt-get install --quiet --assume-yes libsane-dev
|
||||
- apt-get install --quiet --assume-yes libsane-dev autoconf automake libtool gettext libgtk-3-dev libgimp2.0-dev
|
||||
script:
|
||||
- build=$(git describe --match '1.*' | sed 's/.*\.//; s/-.*//');
|
||||
sed -i "/^V_BUILD/s/=.*/=$build/" configure.in;
|
||||
sed -i "/^V_BUILD/s/=.*/=$build/" configure.ac;
|
||||
extra=$(git describe --dirty --match '1.*' | sed 's/^[^-]*//');
|
||||
sed -i "/^V_EXTRA/s/=.*/=$extra/" configure.in
|
||||
- autoconf --force
|
||||
sed -i "/^V_EXTRA/s/=.*/=$extra/" configure.ac
|
||||
- autoreconf --install --force --verbose
|
||||
- ./configure
|
||||
- make dist
|
||||
artifacts:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.71])
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([sane-frontends], [1.1.0], [sane-devel@alioth-lists.debian.net])
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([src/xscanimage.c])
|
||||
|
@ -15,7 +15,7 @@ AC_PROG_RANLIB
|
|||
AM_PROG_AR
|
||||
|
||||
# Language
|
||||
AM_GNU_GETTEXT_VERSION([0.21])
|
||||
AM_GNU_GETTEXT_VERSION([0.19])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
# Options
|
||||
|
|
Ładowanie…
Reference in New Issue