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

Andreas Radke andyrtr at gemini.archlinux.org
Sat May 21 19:43:17 UTC 2022


    Date: Saturday, May 21, 2022 @ 19:43:16
  Author: andyrtr
Revision: 446245

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 19:43:10 UTC (rev 446244)
+++ PKGBUILD	2022-05-21 19:43:16 UTC (rev 446245)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xsetroot
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="Classic X utility to set your root window background to a given pattern or color"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxmu' 'libx11' 'libxcursor')
-makedepends=('xorg-util-macros' 'xbitmaps')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xsetroot-${pkgver}.tar.bz2{,.sig})
-sha512sums=('0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
-  cd xsetroot-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xsetroot-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xsetroot/repos/extra-x86_64/PKGBUILD (from rev 446244, xorg-xsetroot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-21 19:43:16 UTC (rev 446245)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xsetroot
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="Classic X utility to set your root window background to a given pattern or color"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxmu' 'libx11' 'libxcursor')
+makedepends=('xorg-util-macros' 'xbitmaps')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xsetroot-${pkgver}.tar.bz2{,.sig})
+sha512sums=('0b9df1b72305e5c24f1e1664578aa4411a5ffcdc5d318458117594e641f01c34700205b0d16c08abf4a8106d36128ccdbe1ea1f1035fce9018d6b52801a8b72b'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xsetroot-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xsetroot-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list