[arch-commits] Commit in autorandr/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Sat Dec 25 09:58:17 UTC 2021


    Date: Saturday, December 25, 2021 @ 09:58:17
  Author: dvzrv
Revision: 1083544

archrelease: copy trunk to community-any

Added:
  autorandr/repos/community-any/PKGBUILD
    (from rev 1083543, autorandr/trunk/PKGBUILD)
Deleted:
  autorandr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 09:58:05 UTC (rev 1083543)
+++ PKGBUILD	2021-12-25 09:58:17 UTC (rev 1083544)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=autorandr
-pkgver=1.12
-pkgrel=1
-pkgdesc="Auto-detect connected display hardware and load appropiate X11 setup using xrandr"
-arch=(any)
-url="https://github.com/phillipberndt/autorandr"
-license=(GPL3)
-depends=(python xorg-xdpyinfo xorg-xrandr)
-makedepends=(bash-completion systemd)
-optdepends=(
-  'bash-completion: auto-completion for autorandr in Bash'
-  'zsh-completions: auto-completion for autorandr in ZSH'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phillipberndt/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('cd3a16932b6183055e991462cdef78e0b345b64fb2b1ea4a28d5e7119ce5d8b4206bd4ee17288e104fe8fb5608a9eddb2efa5f7bfd3854b308ccbe476f50e9ee')
-b2sums=('513b197783a527d6ebe7ab1ef2d15bda64b9a3934e9e47ece41a84bb224509b68b9483d2be2e61ea5f07e9de7c1d1a1f8587ff1dded28843022e537a315cb34a')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  # zsh completion
-  install -vDm 644 "contrib/zsh_completion/_${pkgname}" -t "${pkgdir}/usr/share/zsh/site-functions/"
-  # docs
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: autorandr/repos/community-any/PKGBUILD (from rev 1083543, autorandr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-25 09:58:17 UTC (rev 1083544)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=autorandr
+pkgver=1.12.1
+pkgrel=1
+pkgdesc="Auto-detect connected display hardware and load appropiate X11 setup using xrandr"
+arch=(any)
+url="https://github.com/phillipberndt/autorandr"
+license=(GPL3)
+depends=(python xorg-xdpyinfo xorg-xrandr)
+makedepends=(bash-completion systemd)
+optdepends=(
+  'bash-completion: auto-completion for autorandr in Bash'
+  'zsh-completions: auto-completion for autorandr in ZSH'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phillipberndt/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('a7e095eb96e7e0d3a5b3b2122d68a3d3a5121d8be7a86ddd9f837ad42b7a53ed5ee45151f23861c5b900e214a4dfc0c575f45fe70c8c5587562a4035458137a0')
+b2sums=('5b434325d13c00c3fa70b5d09edb540cdcf3bb921307c60f2c616231e7a87ea85f60e39500ed8116f28619139f71ecc4a8fa153ffadc6b8d74df570736a0d815')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  # zsh completion
+  install -vDm 644 "contrib/zsh_completion/_${pkgname}" -t "${pkgdir}/usr/share/zsh/site-functions/"
+  # docs
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list