[arch-commits] Commit in xtrans/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 03:34:55 UTC 2018
Date: Thursday, May 31, 2018 @ 03:34:54
Author: felixonmars
Revision: 325393
archrelease: copy trunk to extra-any
Added:
xtrans/repos/extra-any/PKGBUILD
(from rev 325392, xtrans/trunk/PKGBUILD)
Deleted:
xtrans/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 03:33:34 UTC (rev 325392)
+++ PKGBUILD 2018-05-31 03:34:54 UTC (rev 325393)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xtrans
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="X transport library"
-arch=('any')
-license=('custom')
-url="https://xorg.freedesktop.org/"
-options=(!emptydirs)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301'
- 'SKIP')
-validpgpkeys=('C383B778255613DFDB409D91DB221A6900000011') # "Keith Packard <keithp at keithp.com>"
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
- install -m755 -d "${pkgdir}/usr/lib"
- mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
-}
Copied: xtrans/repos/extra-any/PKGBUILD (from rev 325392, xtrans/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 03:34:54 UTC (rev 325393)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xtrans
+pkgver=1.3.5
+pkgrel=2
+pkgdesc="X transport library"
+arch=('any')
+license=('custom')
+url="https://xorg.freedesktop.org/"
+options=(!emptydirs)
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('049fb996313e8a1625b66e1645a5f56d8a26c5dd91afe5869269716fce05f6c97c84f8ce4a6df2057106b47982c8291cecc223bef241f694174434c981a7029b'
+ 'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A6900000011') # "Keith Packard <keithp at keithp.com>"
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+ install -m755 -d "${pkgdir}/usr/lib"
+ mv "${pkgdir}/usr/share/pkgconfig" "${pkgdir}/usr/lib/pkgconfig"
+}
More information about the arch-commits
mailing list