Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ddcutil


Commits:
46e86ba0 by Antonio Rojas at 2025-02-18T19:25:22+01:00
upgpkg: 2.2.0-1: Update to 2.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ddcutil
        pkgdesc = Query and change Linux monitor settings using DDC/CI and USB.
-       pkgver = 2.1.4
-       pkgrel = 2
+       pkgver = 2.2.0
+       pkgrel = 1
        url = http://ddcutil.com/
        arch = x86_64
        license = GPL2
@@ -12,7 +12,10 @@ pkgbase = ddcutil
        depends = libusb
        depends = libdrm
        depends = jansson
-       source = git+https://github.com/rockowitz/ddcutil.git#tag=v2.1.4
-       sha512sums = 
42cbfa968c40ed36746db592b3cb6225292e5f39c6ca5697b25cde10cf5b40296a0d4ede25370d6b3e4ab80d93bcd3bde425ad4cc0a4fdb28a32c08a4ae52d3c
+       depends = libx11
+       depends = libxext
+       depends = libxrandr
+       source = git+https://github.com/rockowitz/ddcutil.git#tag=v2.2.0
+       sha512sums = 
5507b4557686ae59e260e07a150c4119e0b1486918cf45b78e47d47f8eb26fa4629916ce5a22113e82a448eb9175eb75880933ba086181acabed79bc4fe8dd77
 
 pkgname = ddcutil


=====================================
PKGBUILD
=====================================
@@ -2,28 +2,25 @@
 # Contributor: Deon Spengler <[email protected]>
 
 pkgname=ddcutil
-pkgver=2.1.4
-pkgrel=2
+pkgver=2.2.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' 'i2c-tools' 'libusb' 'libdrm' 'jansson')
+depends=('glib2' 'i2c-tools' 'libusb' 'libdrm' 'jansson' 'libx11' 'libxext' 
'libxrandr')
 makedepends=('git' 'systemd')
 source=(git+https://github.com/rockowitz/ddcutil.git#tag=v$pkgver)
-sha512sums=('42cbfa968c40ed36746db592b3cb6225292e5f39c6ca5697b25cde10cf5b40296a0d4ede25370d6b3e4ab80d93bcd3bde425ad4cc0a4fdb28a32c08a4ae52d3c')
+sha512sums=('5507b4557686ae59e260e07a150c4119e0b1486918cf45b78e47d47f8eb26fa4629916ce5a22113e82a448eb9175eb75880933ba086181acabed79bc4fe8dd77')
 
 prepare() {
   cd ddcutil
-  # do not install data/usr/lib/udev/rules.d/60-ddcutil-usb.rules
-  git cherry-pick -n 093802343bb5963cc4b3084ecd79c5b86392e360
-  git cherry-pick -n 5a3b257f783a14e1da80ed8e0101060e93027d0d
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd ddcutil
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-build-timestamp
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ddcutil/-/commit/46e86ba05bb0338f0e44a31dc5911733ced8a99a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ddcutil/-/commit/46e86ba05bb0338f0e44a31dc5911733ced8a99a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to