[arch-commits] Commit in xorg-xeyes/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 15:48:16 UTC 2017


    Date: Sunday, January 15, 2017 @ 15:48:15
  Author: andyrtr
Revision: 286502

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xeyes/repos/extra-x86_64/PKGBUILD
    (from rev 286501, xorg-xeyes/trunk/PKGBUILD)
Deleted:
  xorg-xeyes/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 15:48:05 UTC (rev 286501)
+++ PKGBUILD	2017-01-15 15:48:15 UTC (rev 286502)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xeyes
-pkgver=1.1.1
-pkgrel=3
-pkgdesc="Follow the mouse/SHAPE extension X demo"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2)
-sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c')
-
-build() {
-  cd "${srcdir}/xeyes-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/xeyes-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xeyes/repos/extra-x86_64/PKGBUILD (from rev 286501, xorg-xeyes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 15:48:15 UTC (rev 286502)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xeyes
+pkgver=1.1.1
+pkgrel=3
+pkgdesc="Follow the mouse/SHAPE extension X demo"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxt' 'libxext' 'libxmu' 'libxrender')
+makedepends=('xorg-util-macros')
+source=(https://xorg.freedesktop.org/archive/individual/app/xeyes-${pkgver}.tar.bz2)
+sha1sums=('efe6116d31a7f69e4fb6038613e52b0960b9b61c')
+
+build() {
+  cd "${srcdir}/xeyes-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/xeyes-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list