[arch-commits] Commit in libxinerama/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 04:09:52 UTC 2018
Date: Thursday, May 31, 2018 @ 04:09:51
Author: felixonmars
Revision: 325405
archrelease: copy trunk to extra-x86_64
Added:
libxinerama/repos/extra-x86_64/PKGBUILD
(from rev 325404, libxinerama/trunk/PKGBUILD)
Deleted:
libxinerama/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 04:08:34 UTC (rev 325404)
+++ PKGBUILD 2018-05-31 04:09:51 UTC (rev 325405)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=libxinerama
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="X11 Xinerama extension library"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxext' 'xineramaproto')
-makedepends=('xorg-util-macros')
-source=("${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2")
-sha256sums=('7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2')
-
-build() {
- cd libXinerama-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd libXinerama-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: libxinerama/repos/extra-x86_64/PKGBUILD (from rev 325404, libxinerama/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 04:09:51 UTC (rev 325405)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxinerama
+pkgver=1.1.3
+pkgrel=3
+pkgdesc="X11 Xinerama extension library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxext' 'xineramaproto')
+makedepends=('xorg-util-macros')
+source=("${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2")
+sha512sums=('c9f059697c04fdc600d9e63873e924032d6cff456674ee28a885270c54722d96df0ef7a78432c2bdc0844241f115e00ad730c29d84681efc1c45a2e1acb3288c')
+
+build() {
+ cd libXinerama-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd libXinerama-${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