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
|
image: $REGISTRY_HUB:debian-buster-full
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update --quiet
|
- 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:
|
script:
|
||||||
- build=$(git describe --match '1.*' | sed 's/.*\.//; s/-.*//');
|
- 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/^[^-]*//');
|
extra=$(git describe --dirty --match '1.*' | sed 's/^[^-]*//');
|
||||||
sed -i "/^V_EXTRA/s/=.*/=$extra/" configure.in
|
sed -i "/^V_EXTRA/s/=.*/=$extra/" configure.ac
|
||||||
- autoconf --force
|
- autoreconf --install --force --verbose
|
||||||
- ./configure
|
- ./configure
|
||||||
- make dist
|
- make dist
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# 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])
|
AC_INIT([sane-frontends], [1.1.0], [sane-devel@alioth-lists.debian.net])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_SRCDIR([src/xscanimage.c])
|
AC_CONFIG_SRCDIR([src/xscanimage.c])
|
||||||
|
@ -15,7 +15,7 @@ AC_PROG_RANLIB
|
||||||
AM_PROG_AR
|
AM_PROG_AR
|
||||||
|
|
||||||
# Language
|
# Language
|
||||||
AM_GNU_GETTEXT_VERSION([0.21])
|
AM_GNU_GETTEXT_VERSION([0.19])
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
|
|
Ładowanie…
Reference in New Issue