[arch-commits] Commit in ddcutil/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 5 09:28:20 UTC 2021


    Date: Friday, February 5, 2021 @ 09:28:20
  Author: felixonmars
Revision: 845822

archrelease: copy trunk to community-x86_64

Added:
  ddcutil/repos/community-x86_64/PKGBUILD
    (from rev 845821, ddcutil/trunk/PKGBUILD)
Deleted:
  ddcutil/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 09:28:09 UTC (rev 845821)
+++ PKGBUILD	2021-02-05 09:28:20 UTC (rev 845822)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Deon Spengler <deon at spengler.co.za>
-
-pkgname=ddcutil
-pkgver=0.9.9
-pkgrel=1
-pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
-url='http://ddcutil.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('glib2' 'libusb' 'libdrm' 'libxrandr')
-makedepends=('systemd')
-source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('f7b2b961c6b76ef59f336290b494cdd331556848de881d57e5240075d50733030df4c47131070f1276907d712a45f60dad6bebaa052a66621b8b5517ff293c21')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ft=sh ts=2 sw=2 et

Copied: ddcutil/repos/community-x86_64/PKGBUILD (from rev 845821, ddcutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-05 09:28:20 UTC (rev 845822)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Deon Spengler <deon at spengler.co.za>
+
+pkgname=ddcutil
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
+url='http://ddcutil.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glib2' 'libusb' 'libdrm' 'libxrandr')
+makedepends=('systemd')
+source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('332087bfb478911f644c0386cb8d3e8befd29a1bad54759ff043559649ee5ff2124b6061aa1d49b601683b82919eca0ebd119098f32b5ab7ae86eda7fc29c707')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh ts=2 sw=2 et



More information about the arch-commits mailing list