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

Andreas Radke andyrtr at gemini.archlinux.org
Tue Jul 12 18:27:00 UTC 2022


    Date: Tuesday, July 12, 2022 @ 18:27:00
  Author: andyrtr
Revision: 450969

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 18:26:54 UTC (rev 450968)
+++ PKGBUILD	2022-07-12 18:27:00 UTC (rev 450969)
@@ -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=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"
-}

Copied: xorg-xrefresh/repos/extra-x86_64/PKGBUILD (from rev 450968, xorg-xrefresh/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-12 18:27:00 UTC (rev 450969)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xrefresh
+pkgver=1.0.7
+pkgrel=1
+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.xz{,.sig})
+sha512sums=('8fcbb01aa368944ca536f050ab194b21bbd6b2a56265a7ed5807882e5c2f9660105283cdba0ea35b3e4a17a015586aeb82906e081da030332dfc49169a191c31'
+            '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