Search Criteria
Package Details: gddccontrol 1.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ddccontrol.git (read-only, click to copy) |
---|---|
Package Base: | ddccontrol |
Description: | Control your monitor by software using the DDC/CI protocol (GUI) |
Upstream URL: | https://github.com/ddccontrol/ddccontrol |
Keywords: | cli ddc gtk monitor settings |
Licenses: | GPL |
Conflicts: | ddccontrol-git |
Submitter: | 3ED_0 |
Maintainer: | Konzertheld |
Last Packager: | vr1 |
Votes: | 32 |
Popularity: | 0.33 |
First Submitted: | 2015-08-19 13:52 (UTC) |
Last Updated: | 2024-02-21 06:30 (UTC) |
Dependencies (7)
- ddccontrolAUR (ddccontrol-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (make)
- intltool (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
dimich commented on 2024-11-16 16:08 (UTC)
glib2-devel should be specified as build dependency in PKGBUILD.
b4283 commented on 2024-08-23 00:49 (UTC)
noraj you need to install the glib2-devel package because it was trying to executte "gdbus-codegen" command but it's not found.
noraj commented on 2024-07-18 21:56 (UTC)
Is someone having a similar error:
ericek111 commented on 2024-06-18 14:21 (UTC) (edited on 2024-06-18 14:22 (UTC) by ericek111)
glib2-devel
is now required as a dependency -- the dev tools, including/usr/bin/gdbus-codegen
required by this project, have been split off into a separate package.drws commented on 2023-07-26 16:21 (UTC)
@xiretza: Thank you for info. Do you know if upstream allows for a CLI-only build? Is a standalone
ddccontrol-cli
currently possible?drws commented on 2023-07-26 16:18 (UTC) (edited on 2023-07-26 16:19 (UTC) by drws)
The tool seems to be split into two packages: the CLI
ddccontrol
and the GUIgddccontrol
. This is great, butddccontrol
package also includes a GUI toolkitgtk2
as a build dependency. Is it an upstream or a packaging issue?xiretza commented on 2023-07-26 16:16 (UTC) (edited on 2023-07-26 16:17 (UTC) by xiretza)
@drws: Build dependencies (
makedepends
) are shared for the entire pkgbase, because all parts of the split package are built at the same time. Only the resulting package file are separate (seepackage_*()
functions in thePKGBUILD
).cyberia commented on 2022-07-28 20:42 (UTC)
Package
intltool
should be a build dependency.1 2 3 4 5 6 Next › Last »