packaging version
This commit is contained in:
parent
8587553908
commit
4389ce350c
@ -4,9 +4,9 @@
|
|||||||
# For the kio: (and kdesdk?)
|
# For the kio: (and kdesdk?)
|
||||||
# sudo apt-get install pkg-kde-tools cdbs
|
# sudo apt-get install pkg-kde-tools cdbs
|
||||||
|
|
||||||
PPA_KEYID=D38B9201
|
PPA_KEYID=7808CE96D38B9201
|
||||||
|
|
||||||
RCLVERS=1.27.0pre3
|
RCLVERS=1.27.2
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
GSSPVERS=1.0.0
|
GSSPVERS=1.0.0
|
||||||
PPAVERS=2
|
PPAVERS=2
|
||||||
@ -22,7 +22,7 @@ case $RCLVERS in
|
|||||||
1.14*) PPANAME=recoll-ppa;;
|
1.14*) PPANAME=recoll-ppa;;
|
||||||
*) PPANAME=recoll15-ppa;;
|
*) PPANAME=recoll15-ppa;;
|
||||||
esac
|
esac
|
||||||
PPANAME=recollexp-ppa
|
#PPANAME=recollexp-ppa
|
||||||
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
||||||
read rep
|
read rep
|
||||||
|
|
||||||
@ -45,17 +45,13 @@ check_recoll_orig()
|
|||||||
|
|
||||||
####### QT
|
####### QT
|
||||||
debdir=debian
|
debdir=debian
|
||||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
|
||||||
# No new releases for trusty either because of risk of kio compat (kio
|
|
||||||
# wont build)
|
|
||||||
# Active series:
|
# Active series:
|
||||||
# 16.04LTS xenial 2021-04
|
# 16.04LTS xenial 2021-04
|
||||||
# 18.04LTS bionic 2023-04
|
# 18.04LTS bionic 2023-04
|
||||||
# 19.04 disco 2020-01
|
|
||||||
# 19.10 eoan 2020-07
|
# 19.10 eoan 2020-07
|
||||||
# 20.04LTS focal 2025-04
|
# 20.04LTS focal 2025-04
|
||||||
series="xenial bionic disco eoan focal"
|
series="xenial bionic eoan focal"
|
||||||
series=bionic
|
series=
|
||||||
|
|
||||||
if test "X$series" != X ; then
|
if test "X$series" != X ; then
|
||||||
check_recoll_orig
|
check_recoll_orig
|
||||||
@ -89,18 +85,13 @@ done
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### KIO. Does not build on trusty from recoll 1.23 because of the need
|
### KIO.
|
||||||
### for c++11
|
|
||||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
|
||||||
# No new releases for trusty either because of risk of kio compat (kio
|
|
||||||
# wont build)
|
|
||||||
# Active series:
|
# Active series:
|
||||||
# 16.04LTS xenial 2021-04
|
# 16.04LTS xenial 2021-04
|
||||||
# 18.04LTS bionic 2023-04
|
# 18.04LTS bionic 2023-04
|
||||||
# 19.04 disco 2020-01
|
|
||||||
# 19.10 eoan 2020-07
|
# 19.10 eoan 2020-07
|
||||||
# 20.04LTS focal 2025-04
|
# 20.04LTS focal 2025-04
|
||||||
series="xenial bionic disco eoan focal"
|
series="xenial bionic eoan focal"
|
||||||
series=
|
series=
|
||||||
|
|
||||||
debdir=debiankio
|
debdir=debiankio
|
||||||
@ -140,16 +131,13 @@ for svers in $series ; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
### GSSP
|
### GSSP
|
||||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
|
||||||
# No new releases for trusty either because of risk of kio compat (kio
|
|
||||||
# wont build)
|
|
||||||
# Active series:
|
# Active series:
|
||||||
# 16.04LTS xenial 2021-04
|
# 16.04LTS xenial 2021-04
|
||||||
# 18.04LTS bionic 2023-04
|
# 18.04LTS bionic 2023-04
|
||||||
# 19.04 disco 2020-01
|
|
||||||
# 19.10 eoan 2020-07
|
# 19.10 eoan 2020-07
|
||||||
series="xenial bionic disco eoan"
|
# 20.04LTS focal 2025-04
|
||||||
series=
|
series="xenial bionic eoan focal"
|
||||||
|
series=focal
|
||||||
|
|
||||||
debdir=debiangssp
|
debdir=debiangssp
|
||||||
if test ! -d ${debdir}/ ; then
|
if test ! -d ${debdir}/ ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user