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

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


    Date: Sunday, January 15, 2017 @ 10:09:58
  Author: andyrtr
Revision: 286407

archrelease: copy trunk to extra-i686

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 10:09:45 UTC (rev 286406)
+++ PKGBUILD	2017-01-15 10:09:58 UTC (rev 286407)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 154161 2012-03-23 20:15:46Z andyrtr $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xvidtune
-pkgver=1.0.3
-pkgrel=2
-pkgdesc="Video mode tuner for Xorg"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxxf86vm' 'libxt' 'libxaw' 'libxmu' 'libx11')
-makedepends=('xorg-util-macros')
-source=("http://xorg.freedesktop.org/archive/individual/app/xvidtune-${pkgver}.tar.bz2")
-sha256sums=('24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01')
-
-build() {
-  cd xvidtune-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xvidtune-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xvidtune/repos/extra-i686/PKGBUILD (from rev 286406, xorg-xvidtune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 10:09:58 UTC (rev 286407)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 154161 2012-03-23 20:15:46Z andyrtr $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xvidtune
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Video mode tuner for Xorg"
+arch=('i686' 'x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxxf86vm' 'libxt' 'libxaw' 'libxmu' 'libx11')
+makedepends=('xorg-util-macros')
+source=("https://xorg.freedesktop.org/archive/individual/app/xvidtune-${pkgver}.tar.bz2")
+sha256sums=('24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01')
+
+build() {
+  cd xvidtune-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xvidtune-${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