[arch-commits] Commit in libxcomposite/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 14:06:02
  Author: foutrelis
Revision: 384740

archrelease: copy trunk to staging-x86_64

Added:
  libxcomposite/repos/staging-x86_64/
  libxcomposite/repos/staging-x86_64/PKGBUILD
(from rev 384739, libxcomposite/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: libxcomposite/repos/staging-x86_64/PKGBUILD (from rev 384739, 
libxcomposite/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-05-16 14:06:02 UTC (rev 384740)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libxcomposite
+pkgver=0.4.5
+pkgrel=3
+pkgdesc="X11 Composite extension library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxfixes')
+makedepends=('xorg-util-macros' 'xorgproto')
+source=("${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd libXcomposite-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXcomposite-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


[arch-commits] Commit in libxcomposite/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-12-19 Thread Andreas Radke via arch-commits
Date: Thursday, December 19, 2019 @ 17:31:40
  Author: andyrtr
Revision: 371875

archrelease: copy trunk to staging-x86_64

Added:
  libxcomposite/repos/staging-x86_64/
  libxcomposite/repos/staging-x86_64/PKGBUILD
(from rev 371874, libxcomposite/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: libxcomposite/repos/staging-x86_64/PKGBUILD (from rev 371874, 
libxcomposite/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-12-19 17:31:40 UTC (rev 371875)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libxcomposite
+pkgver=0.4.5
+pkgrel=2
+pkgdesc="X11 Composite extension library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxfixes')
+makedepends=('xorg-util-macros' 'xorgproto')
+source=("${url}/releases/individual/lib/libXcomposite-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
+
+build() {
+  cd libXcomposite-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXcomposite-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}