upg arch-install-scripts qt5-base libx11

This commit is contained in:
joborun linux 2022-07-07 17:08:31 +03:00
parent 9dade0ad66
commit 8e81ca55ca
7 changed files with 12 additions and 27 deletions

View File

@ -7,11 +7,11 @@
pkgname=arch-install-scripts
pkgver=25
pkgrel=01
pkgrel=02
pkgdesc="Scripts to aid in installing Arch Linux"
arch=('any')
url="https://github.com/archlinux/arch-install-scripts"
depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
makedepends=('asciidoc' 'git')
source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed")
@ -41,5 +41,4 @@ validpgpkeys=(BD27B07A5EF45C2ADAF70E0484818A6819AF4A9B # Eli Schwartz
C100346676634E80C940FB9E9C02FF419FECBE16) # MortenLinderud
sha256sums=(SKIP)

View File

@ -4,12 +4,12 @@
pkgname=arch-install-scripts
pkgver=25
pkgrel=1
pkgrel=2
pkgdesc="Scripts to aid in installing Arch Linux"
arch=('any')
url="https://github.com/archlinux/arch-install-scripts"
license=('GPL2')
depends=('awk' 'bash' 'coreutils' 'pacman' 'util-linux')
depends=('awk' 'bash' 'coreutils' 'grep' 'pacman' 'util-linux')
makedepends=('asciidoc' 'git')
source=("git+https://github.com/archlinux/arch-install-scripts#tag=v${pkgver}?signed")
validpgpkeys=(

View File

@ -1,4 +1,3 @@
git
asciidoc

View File

@ -8,7 +8,7 @@
pkgname=libx11
pkgver=1.8.1
pkgrel=02
pkgrel=03
pkgdesc="X11 client-side library w/o ipv6"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
@ -20,18 +20,12 @@ source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.xz{,.sig})
build() {
cd libX11-${pkgver}
# ./configure --prefix=/usr --disable-static --disable-xf86bigfont --disable-ipv6
# --disable-thread-safety-constructor
# temporary solution until Xfce gets fixed:
# https://bugs.archlinux.org/task/75004 / https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157
./configure --prefix=/usr \
--disable-static \
--disable-xf86bigfont \
--disable-thread-safety-constructor \
--disable-ipv6
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}

View File

@ -2,7 +2,7 @@
pkgname=libx11
pkgver=1.8.1
pkgrel=2
pkgrel=3
pkgdesc="X11 client-side library"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
@ -22,14 +22,9 @@ validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <al
build() {
cd libX11-${pkgver}
# --disable-thread-safety-constructor
# temporary solution until Xfce gets fixed:
# https://bugs.archlinux.org/task/75004 / https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157
./configure --prefix=/usr \
--disable-static \
--disable-xf86bigfont \
--disable-thread-safety-constructor
--disable-xf86bigfont
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}

View File

@ -8,8 +8,8 @@
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_basever=5.15.5
pkgver=5.15.5+kde+r167
_commit=e376d1dce5179b0aae7be4960e7e03e8aafa46d8
pkgver=5.15.5+kde+r170
_commit=aa0c6db334cf6f0887f42cbd82e4af258126bdc5
pkgrel=01
arch=('x86_64')
url='https://www.qt.io'
@ -120,5 +120,3 @@ sha256sums=(SKIP
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78 # qmake-cflags.patch
4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa) # qmake-config.patch

View File

@ -4,9 +4,9 @@
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_basever=5.15.5
pkgver=5.15.5+kde+r167
pkgver=5.15.5+kde+r170
pkgrel=1
_commit=e376d1dce5179b0aae7be4960e7e03e8aafa46d8
_commit=aa0c6db334cf6f0887f42cbd82e4af258126bdc5
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')