From fc878421bfcd39ad4b98ce31ea8ae9ce8d57fc03 Mon Sep 17 00:00:00 2001 From: Nicolo Date: Sun, 28 Feb 2021 21:32:24 +0100 Subject: [PATCH 1/2] ddcutil: update to 1.0.1 (with soname and revbump) --- common/shlibs | 2 +- srcpkgs/Clightd/template | 2 +- srcpkgs/ddcutil/template | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 959f1692961..858957c29f7 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3041,7 +3041,7 @@ libphodav-2.0.so.0 phodav-2.2_1 libgfshare.so.2 libgfshare-2.0.0_1 libtacacs.so.1 tacacs-4.0.4.28_1 libffms2.so.4 libffms2-2.23.1_1 -libddcutil.so.3 ddcutil-0.9.9_1 +libddcutil.so.4 ddcutil-1.0.1_1 liblsmash.so.2 liblsmash-2.9.1_1 libgiac.so.0 libgiac-1.4.9r17_1 libgnustep-base.so.1.27 gnustep-base-1.27.0_1 diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template index ac41b06939b..5d63698607e 100644 --- a/srcpkgs/Clightd/template +++ b/srcpkgs/Clightd/template @@ -1,7 +1,7 @@ # Template file for 'Clightd' pkgname=Clightd version=5.2 -revision=1 +revision=2 build_style=cmake cmake_builddir=build configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1" diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index ef35fdc987f..44e17314e64 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,6 +1,6 @@ # Template file for 'ddcutil' pkgname=ddcutil -version=0.9.9 +version=1.0.1 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" @@ -11,7 +11,7 @@ maintainer="lemmi " license="GPL-2.0-or-later" homepage="http://www.ddcutil.com" distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz" -checksum=fcb4125be4f6f95c69160bcd8bf6b39b5ae0e2f18f0f7742398cd43e082b82cd +checksum=348495de551f3da390639459d42f33a59554b8648dde3294279ed6d11bf0e2ef case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" libexecinfo-devel musl-legacy-compat" From 10d93121d9b43014bdaed28a695147143fe2ae90 Mon Sep 17 00:00:00 2001 From: dkwo <31933792+dkwo@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:37:16 +0000 Subject: [PATCH 2/2] Delete template --- srcpkgs/Clightd/template | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 srcpkgs/Clightd/template diff --git a/srcpkgs/Clightd/template b/srcpkgs/Clightd/template deleted file mode 100644 index 5d63698607e..00000000000 --- a/srcpkgs/Clightd/template +++ /dev/null @@ -1,23 +0,0 @@ -# Template file for 'Clightd' -pkgname=Clightd -version=5.2 -revision=2 -build_style=cmake -cmake_builddir=build -configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1" -hostmakedepends="pkg-config wayland-devel" -makedepends="eudev-libudev-devel libmodule-devel polkit-devel elogind-devel - libXrandr-devel libXext-devel libX11-devel ddcutil libjpeg-turbo-devel - wayland-devel libdrm-devel libusb-devel" -depends="ddcutil" -short_desc="API to read webcam brightness & alter screen brightness/temperature" -maintainer="Dominic Monroe " -license="GPL-3.0-or-later" -homepage="https://github.com/FedeDP/Clightd" -distfiles="https://github.com/FedeDP/Clightd/archive/${version}.tar.gz" -checksum=6636d58eae7aff4780534258940d1f680637fc1b983320e15aa2fd5be8648853 - -post_install() { - vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/ - vsv Clightd -}