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

David Runge dvzrv at archlinux.org
Tue Oct 2 21:02:18 UTC 2018


    Date: Tuesday, October 2, 2018 @ 21:02:17
  Author: dvzrv
Revision: 389093

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-02 21:02:11 UTC (rev 389092)
+++ PKGBUILD	2018-10-02 21:02:17 UTC (rev 389093)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-
-pkgname=autorandr
-pkgver=1.6
-pkgrel=3
-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-setuptools' 'xorg-xrandr')
-optdepends=('xorg-xdpyinfo: For detecting the primary XRandR output')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phillipberndt/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('688a7215532e7e6a5090813ca672cbab24276172a149255869479ae3977e0b8aa4bece4978e4a3847a6de02c7aaf3b2a698a9edd465c5cec2add25a0717ff085')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
-    --optimize=1 \
-    --root="${pkgdir}/"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: autorandr/repos/community-any/PKGBUILD (from rev 389092, autorandr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-02 21:02:17 UTC (rev 389093)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=autorandr
+pkgver=1.7
+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-setuptools' 'xorg-xrandr')
+optdepends=('xorg-xdpyinfo: For detecting the primary XRandR output')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phillipberndt/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('065e1b6ae22a6ce11c3d7603c38f2bd97f6c0f1a8fd96d7b180e99a5188cf17b7fc44a2970fbe9f50561d4c896b9a12cb9f7e49482c6ef8748ea9e99247ec090')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+    --optimize=1 \
+    --root="${pkgdir}/"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list