[arch-commits] Commit in xorg-xwayland/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Dec 10 19:05:33 UTC 2020


    Date: Thursday, December 10, 2020 @ 19:05:33
  Author: andyrtr
Revision: 403713

upgpkg: xorg-xwayland 1.20.0.r792.g36e353bcf-3: add pkgconfig file - FS#68926

Modified:
  xorg-xwayland/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-10 17:57:23 UTC (rev 403712)
+++ PKGBUILD	2020-12-10 19:05:33 UTC (rev 403713)
@@ -3,7 +3,7 @@
 pkgname=xorg-xwayland
 _commit=36e353bcf428c4e6a31292ffa749ea6395cba4a3 # xserver-master-branch 2020-12-08
 pkgver=1.20.0.r792.g36e353bcf
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('custom')
 groups=('xorg')
@@ -64,9 +64,10 @@
 
 package() {
 
-  # bin + manpage
+  # bin + manpage + .pc file
   install -m755 -Dt "${pkgdir}"/usr/bin build/hw/xwayland/Xwayland
   install -m644 -Dt "${pkgdir}"/usr/share/man/man1/Xwayland.1 build/hw/xwayland/Xwayland.1
+  install -m644 -Dt "${pkgdir}"/usr/lib/pkgconfig build/hw/xwayland/xwayland.pc
 
   # license
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" xserver/COPYING



More information about the arch-commits mailing list