Date: Tuesday, May 16, 2023 @ 07:04:02
Author: arojas
Revision: 1461905
archrelease: copy trunk to community-x86_64
Added:
xf86-video-qxl/repos/community-x86_64/PKGBUILD
(from rev 1461904, xf86-video-qxl/trunk/PKGBUILD)
xf86-video-qxl/repos/community-x86_64/keys/
Deleted:
xf86-video-qxl/repos/community-x86_64/PKGBUILD
xf86-video-qxl/repos/community-x86_64/keys/
----------+
PKGBUILD | 101 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 47 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-16 07:03:49 UTC (rev 1461904)
+++ PKGBUILD 2023-05-16 07:04:02 UTC (rev 1461905)
@@ -1,54 +0,0 @@
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Contributor: Christian Hesse <[email protected]>
-# Contributor: Yonathan Dossow
-# Contributor: Ansgar Taflinski <[email protected]>
-
-pkgname=xf86-video-qxl
-# https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/-/commits/master
-_commit=52e975263fe88105d151297768c7ac675ed94122 # master 2022-04-06
-pkgver=0.1.5.r23.g52e9752
-pkgrel=2
-pkgdesc='Xorg X11 qxl video driver'
-arch=('x86_64')
-url='https://www.x.org'
-license=('MIT')
-groups=('xorg-drivers')
-depends=('spice' 'systemd-libs' 'libxfont2')
-optdepends=('python: for Xspice')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'spice-protocol'
- 'xorgproto' 'git' 'libcacard')
-conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<25'
'X-ABI-VIDEODRV_VERSION>=26')
-validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
-source=(#"https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-
"git+https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl#commit=$_commit"
-)
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^xf86-video-qxl-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
- cd "${srcdir}/${pkgname}" #-${pkgver}"
-
- # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
- # With them, module fail to load with undefined symbol.
- # See https://bugs.archlinux.org/task/55102 /
https://bugs.archlinux.org/task/54845
- export CFLAGS=${CFLAGS/-fno-plt}
- export CXXFLAGS=${CXXFLAGS/-fno-plt}
- export LDFLAGS=${LDFLAGS/,-z,now}
-
- autoreconf -fi
- ./configure --enable-xspice --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}" #-${pkgver}"
-
- make DESTDIR="${pkgdir}/" install
-
- install -v -Dm0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
- install -Dm644 "${srcdir}"/${pkgname}/COPYING
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: xf86-video-qxl/repos/community-x86_64/PKGBUILD (from rev 1461904,
xf86-video-qxl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-16 07:04:02 UTC (rev 1461905)
@@ -0,0 +1,47 @@
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor: Yonathan Dossow
+# Contributor: Ansgar Taflinski <[email protected]>
+
+pkgname=xf86-video-qxl
+pkgver=0.1.6
+pkgrel=1
+pkgdesc='Xorg X11 qxl video driver'
+arch=('x86_64')
+url='https://www.x.org'
+license=('MIT')
+groups=('xorg-drivers')
+depends=('spice' 'systemd-libs' 'libxfont2')
+optdepends=('python: for Xspice')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'spice-protocol'
+ 'xorgproto' 'git' 'libcacard')
+conflicts=('xf86-video-qxl-git' 'X-ABI-VIDEODRV_VERSION<25'
'X-ABI-VIDEODRV_VERSION>=26')
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82')
+source=("https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2ad39558db47a8fcc036e290e0b084671e58d43344a57b279abd870c4c67965f'
+ 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer
(Who-T) <[email protected]>
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+ # With them, module fail to load with undefined symbol.
+ # See https://bugs.archlinux.org/task/55102 /
https://bugs.archlinux.org/task/54845
+ export CFLAGS=${CFLAGS/-fno-plt}
+ export CXXFLAGS=${CXXFLAGS/-fno-plt}
+ export LDFLAGS=${LDFLAGS/,-z,now}
+
+ autoreconf -fi
+ ./configure --enable-xspice --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR="${pkgdir}/" install
+
+ install -v -Dm0755 scripts/Xspice "${pkgdir}"/usr/bin/Xspice
+ install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}