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

Andreas Radke andyrtr at gemini.archlinux.org
Sat May 21 19:44:41 UTC 2022


    Date: Saturday, May 21, 2022 @ 19:44:41
  Author: andyrtr
Revision: 446249

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 19:44:35 UTC (rev 446248)
+++ PKGBUILD	2022-05-21 19:44:41 UTC (rev 446249)
@@ -1,29 +0,0 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xrefresh
-pkgver=1.0.6
-pkgrel=2
-pkgdesc="Refresh all or part of an X screen"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2{,.sig})
-sha512sums=('361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
-  cd xrefresh-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xrefresh-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xrefresh/repos/extra-x86_64/PKGBUILD (from rev 446248, xorg-xrefresh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-21 19:44:41 UTC (rev 446249)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xrefresh
+pkgver=1.0.6
+pkgrel=3
+pkgdesc="Refresh all or part of an X screen"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2{,.sig})
+sha512sums=('361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xrefresh-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xrefresh-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list