[arch-commits] Commit in autorandr/repos/community-any (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Thu Apr 28 07:39:31 UTC 2022
Date: Thursday, April 28, 2022 @ 07:39:31
Author: dvzrv
Revision: 1191484
archrelease: copy trunk to community-any
Added:
autorandr/repos/community-any/PKGBUILD
(from rev 1191483, autorandr/trunk/PKGBUILD)
Deleted:
autorandr/repos/community-any/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++---------------------------
1 file changed, 26 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 07:38:58 UTC (rev 1191483)
+++ PKGBUILD 2022-04-28 07:39:31 UTC (rev 1191484)
@@ -1,27 +0,0 @@
-# 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}/"
-}
Copied: autorandr/repos/community-any/PKGBUILD (from rev 1191483, autorandr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-28 07:39:31 UTC (rev 1191484)
@@ -0,0 +1,26 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=autorandr
+pkgver=1.12.1
+pkgrel=2
+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-packaging 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() {
+ make DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname-$pkgver
+ # zsh completion
+ install -vDm 644 $pkgname-$pkgver/contrib/zsh_completion/_$pkgname -t "$pkgdir/usr/share/zsh/site-functions/"
+ # docs
+ install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}
More information about the arch-commits
mailing list