[arch-commits] Commit in xorg-xrdb/repos/extra-i686 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 10:15:40 UTC 2017


    Date: Sunday, January 15, 2017 @ 10:15:39
  Author: andyrtr
Revision: 286420

archrelease: copy trunk to extra-i686

Added:
  xorg-xrdb/repos/extra-i686/PKGBUILD
    (from rev 286419, xorg-xrdb/trunk/PKGBUILD)
Deleted:
  xorg-xrdb/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 10:15:30 UTC (rev 286419)
+++ PKGBUILD	2017-01-15 10:15:39 UTC (rev 286420)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xrdb
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="X server resource database utility"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11' 'libxmu')
-makedepends=('xorg-util-macros')
-optdepends=('gcc: for preprocessing'
-            'mcpp: a lightweight alternative for preprocessing')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
-sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
-
-build() {
-  cd xrdb-${pkgver}
-  # --with-cpp=path       comma-separated list of paths to cpp command for xrdb to use at runtime
-  # mcpp is small but can fail, FS#46934
-  ./configure --prefix=/usr --with-cpp=/usr/bin/cpp,/usr/bin/mcpp
-  make
-}
-
-package() {
-  cd xrdb-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xrdb/repos/extra-i686/PKGBUILD (from rev 286419, xorg-xrdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 10:15:39 UTC (rev 286420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xrdb
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="X server resource database utility"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+optdepends=('gcc: for preprocessing'
+            'mcpp: a lightweight alternative for preprocessing')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
+
+build() {
+  cd xrdb-${pkgver}
+  # --with-cpp=path       comma-separated list of paths to cpp command for xrdb to use at runtime
+  # mcpp is small but can fail, FS#46934
+  ./configure --prefix=/usr --with-cpp=/usr/bin/cpp,/usr/bin/mcpp
+  make
+}
+
+package() {
+  cd xrdb-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list