xorg-xkbcomp: update to 1.4.5

This commit is contained in:
Juergen Daubert 2021-03-17 12:08:57 +01:00
parent 27c25c853d
commit c4b0eee0d4
3 changed files with 8 additions and 9 deletions

View File

@ -1,10 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xkbcomp
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xkbcomp.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xkbcomp.1.gz
drwxr-xr-x root/root usr/share/pkgconfig/
-rw-r--r-- root/root usr/share/pkgconfig/xkbcomp.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndLRN/2OyR5V4n4HcjIboCjNDy5uR+5voCuOhrtSjsqwP78+2FLsqrtS2/xhIwK3cXGtSL217XPu8DHz5ACigEQM=
SHA256 (Pkgfile) = efeb3d9153bbb2324be4eb6fce8d536bb59364ce56e529b0483fc7598225778a
SHA256 (.footprint) = 3f16926137f36ad3121b9e5e262b03ce1afa58653b1b3795f8499d04f062b435
SHA256 (xkbcomp-1.4.4.tar.bz2) = 59cce603a607a17722a0a1cf99010f4894e7812beb5d695abbc08474d59af27e
RWTSGWF5Q7TndNd8wG6c1IN3Oh4huNIEsmJT1bBzEh6du6MZfl4M+qU6W60lqa0qPxMKxll2JQlF9+yswMIgTyYmBXDSyuGpeQs=
SHA256 (Pkgfile) = ba1473e6e32f989bf7c8a9e7083fe586ac69c2c90026b774c65ec02750deb97f
SHA256 (.footprint) = 6a7d0798ef14935d3b06d6b2ba7cbd5705b3e64752a5141dc6af6b28ae7dde43
SHA256 (xkbcomp-1.4.5.tar.bz2) = 6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libxkbfile
name=xorg-xkbcomp
version=1.4.4
version=1.4.5
release=1
source=(https://www.x.org/releases/individual/app/xkbcomp-$version.tar.bz2)
@ -14,5 +14,5 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make DESTDIR=$PKG pkgconfigdir=/usr/share/pkgconfig install
}