tslib: update to 1.5
This commit is contained in:
parent
57e5b0406d
commit
5f9aa7268f
|
@ -2469,7 +2469,7 @@ libkdevplatformdocumentation.so.8 kdevplatform-1.7.3_1
|
||||||
libkdevplatformoutputview.so.8 kdevplatform-1.7.3_1
|
libkdevplatformoutputview.so.8 kdevplatform-1.7.3_1
|
||||||
libkdevplatformvcs.so.8 kdevplatform-1.7.3_1
|
libkdevplatformvcs.so.8 kdevplatform-1.7.3_1
|
||||||
libkdevplatforminterfaces.so.8 kdevplatform-1.7.3_1
|
libkdevplatforminterfaces.so.8 kdevplatform-1.7.3_1
|
||||||
libts-1.3.so.0 tslib-1.3_1
|
libts-1.5.so.0 tslib-1.5_1
|
||||||
libobs.so.0 obs-0.14.1_2
|
libobs.so.0 obs-0.14.1_2
|
||||||
libobsglad.so.0 obs-0.14.1_2
|
libobsglad.so.0 obs-0.14.1_2
|
||||||
libobs-opengl.so.0 obs-0.14.1_2
|
libobs-opengl.so.0 obs-0.14.1_2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tslib'
|
# Template file for 'tslib'
|
||||||
pkgname=tslib
|
pkgname=tslib
|
||||||
version=1.3
|
version=1.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/kergoth/tslib"
|
homepage="https://github.com/kergoth/tslib"
|
||||||
distfiles="https://github.com/kergoth/tslib/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/kergoth/tslib/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e935101adca980a14d1a13362796222575f99e6a41db585e8358fffddb98d92c
|
checksum=94874fe72c5af5c9be642a2ce524f014eb1d59d15cf852f2d3b2cf380f04252d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i configure.ac -e "5iAC_CONFIG_MACRO_DIRS([m4/internal])"
|
sed -i configure.ac -e "5iAC_CONFIG_MACRO_DIRS([m4/internal])"
|
||||||
|
|
Loading…
Reference in New Issue