[arch-commits] Commit in libxres/repos (4 files)
Andreas Radke
andyrtr at archlinux.org
Thu Oct 12 16:05:19 UTC 2017
Date: Thursday, October 12, 2017 @ 16:05:18
Author: andyrtr
Revision: 307747
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libxres/repos/testing-i686/
libxres/repos/testing-i686/PKGBUILD
(from rev 307745, libxres/trunk/PKGBUILD)
libxres/repos/testing-x86_64/
libxres/repos/testing-x86_64/PKGBUILD
(from rev 307746, libxres/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: libxres/repos/testing-i686/PKGBUILD (from rev 307745, libxres/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-10-12 16:05:18 UTC (rev 307747)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxres
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="X11 Resource extension library"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org"
+license=('custom')
+depends=('libxext')
+makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 'xorg-util-macros')
+source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2")
+sha256sums=('ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4')
+
+build() {
+ cd "${srcdir}/libXres-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/libXres-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
Copied: libxres/repos/testing-x86_64/PKGBUILD (from rev 307746, libxres/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-12 16:05:18 UTC (rev 307747)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libxres
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="X11 Resource extension library"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org"
+license=('custom')
+depends=('libxext')
+makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 'xorg-util-macros')
+source=("${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2")
+sha256sums=('ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4')
+
+build() {
+ cd "${srcdir}/libXres-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/libXres-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
More information about the arch-commits
mailing list