[arch-commits] Commit in xorg-xwd/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jan 15 10:07:05 UTC 2017
Date: Sunday, January 15, 2017 @ 10:07:04
Author: andyrtr
Revision: 286401
archrelease: copy trunk to extra-x86_64
Added:
xorg-xwd/repos/extra-x86_64/PKGBUILD
(from rev 286400, xorg-xwd/trunk/PKGBUILD)
Deleted:
xorg-xwd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-15 10:06:53 UTC (rev 286400)
+++ PKGBUILD 2017-01-15 10:07:04 UTC (rev 286401)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xwd
-pkgver=1.0.6
-pkgrel=1
-pkgdesc="X Window System image dumping utility"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros' 'libxt')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
-sha256sums=('3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79')
-
-build() {
- cd xwd-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd xwd-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
Copied: xorg-xwd/repos/extra-x86_64/PKGBUILD (from rev 286400, xorg-xwd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-15 10:07:04 UTC (rev 286401)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xwd
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="X Window System image dumping utility"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros' 'libxt')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xwd-${pkgver}.tar.bz2)
+sha256sums=('3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79')
+
+build() {
+ cd xwd-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd xwd-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list