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

Andreas Radke andyrtr at gemini.archlinux.org
Sat May 21 20:23:19 UTC 2022


    Date: Saturday, May 21, 2022 @ 20:23:18
  Author: andyrtr
Revision: 446335

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 20:23:12 UTC (rev 446334)
+++ PKGBUILD	2022-05-21 20:23:18 UTC (rev 446335)
@@ -1,26 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xvidtune
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="Video mode tuner for Xorg"
-arch=('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")
-sha512sums=('0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352')
-
-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-x86_64/PKGBUILD (from rev 446334, xorg-xvidtune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-21 20:23:18 UTC (rev 446335)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xvidtune
+pkgver=1.0.3
+pkgrel=5
+pkgdesc="Video mode tuner for Xorg"
+arch=('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")
+sha512sums=('0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352')
+
+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