Updated PKGBUILD: removed 396.patch due to incompatibility with libfprint v1.94.8
This commit is contained in:
		
							
								
								
									
										7
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								PKGBUILD
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| pkgname=libfprint-fpcmoh-git | ||||
| _pkgname=libfprint | ||||
| pkgver=1.94.8  # Aktualizováno na novější verzi | ||||
| pkgver=1.94.8 | ||||
| pkgrel=1 | ||||
| pkgdesc="libfprint with proprietary FPC match on host device 10a5:9800 driver" | ||||
| url="https://fprint.freedesktop.org/" | ||||
| @@ -12,21 +12,18 @@ provides=("libfprint=$pkgver" libfprint-2.so libfpcbep.so) | ||||
| conflicts=(libfprint) | ||||
| groups=(fprint) | ||||
| source=( | ||||
|     "git+https://gitlab.freedesktop.org/libfprint/libfprint.git#tag=v1.94.8"  # Odkaz na novou verzi | ||||
|     "git+https://gitlab.freedesktop.org/libfprint/libfprint.git#tag=v1.94.8" | ||||
|     "fpcbep.zip::https://download.lenovo.com/pccbbs/mobiles/r1slm01w.zip" | ||||
|     "https://gitlab.freedesktop.org/libfprint/libfprint/-/merge_requests/396.patch" | ||||
| ) | ||||
| sha256sums=( | ||||
|     'SKIP' | ||||
|     'c7290f2a70d48f7bdd09bee985534d3511ec00d091887b07f81cf1e08f74c145' | ||||
|     'SKIP' | ||||
| ) | ||||
|  | ||||
| prepare() { | ||||
|     libfpcbep_path=$(find . -name 'libfpcbep.so') | ||||
|     cp -f $libfpcbep_path $_pkgname | ||||
|     cd $_pkgname | ||||
|     git apply $srcdir/396.patch | ||||
|     # patch meson.build | ||||
|     # use '+' as sed delimiter  | ||||
|     sed -ibak "s+find_library[(]'fpcbep', required: true[)]+find_library('fpcbep', required: true, dirs: \'$(pwd)\')+g" ./meson.build | ||||
|   | ||||
		Reference in New Issue
	
	Block a user