Package Details: gnome-obfuscate-git 0.0.7.r30.g73493b2-1

Git Clone URL: https://aur.archlinux.org/gnome-obfuscate-git.git (read-only, click to copy)
Package Base: gnome-obfuscate-git
Description: Censor private information
Upstream URL: https://gitlab.gnome.org/World/obfuscate
Keywords: design
Licenses: GPL3
Conflicts: gnome-obfuscate
Provides: gnome-obfuscate
Submitter: rafaelff
Maintainer: rafaelff
Last Packager: rafaelff
Votes: 3
Popularity: 0.000000
First Submitted: 2020-03-15 18:59 (UTC)
Last Updated: 2023-02-21 16:03 (UTC)

Latest Comments

1 2 Next › Last »

rafaelff commented on 2024-12-22 10:01 (UTC)

gnome-obfuscate was add to official repositories as obfuscate, so it was deleted from AUR.

Regarding libadwaita, to install a newer version that matches the minimum required, use libadwaita-git.

omnigenous commented on 2024-12-22 05:49 (UTC)

Couldn't install:

warning: could not open directory 'pkg/': Permission denied
Dependency libadwaita-1 found: NO. Found 1.6.2 but need: '>= 1.7.alpha'
Found CMake: /usr/bin/cmake (3.31.3)
WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency libadwaita-1 found: NO (tried cmake)

obfuscate/meson.build:13:0: ERROR: Dependency lookup for libadwaita-1 with method 'pkgconfig' failed: Invalid version, need 'libadwaita-1' ['>= 1.7.alpha'] found '1.6.2'.

omnigenous commented on 2024-12-22 05:36 (UTC)

@rafaelff Hello! I'm late to the party :D

what happened to "gnome-obfuscate" (non-git) package?

rafaelff commented on 2021-07-17 21:36 (UTC)

@yochananmarqos Thanks for the reminder, fixed.

I don't know why, but when a dependency is missing (e.g. remove libadwaita from depends), meson outputs the following:

Did not find CMake 'cmake'
Found CMake: NO

which tricks me to add it to makedepends array.

yochananmarqos commented on 2021-07-17 17:22 (UTC)

@rafaelff: This does not require cmake to build. Didn't we go over this before? ;)

rafaelff commented on 2021-07-17 13:43 (UTC)

@nilsw done, see gnome-obfuscate

nilsw commented on 2021-07-16 13:03 (UTC)

Hey, would you mind providing a non-git package for Obfuscate as well?

rafaelff commented on 2020-09-13 07:46 (UTC)

@yochananmarqos: Fixed. Sorry for the confusion. I also maintain gnome-tour-git, which is a Rust app with pretty much the same PKGBUILD.

yochananmarqos commented on 2020-09-13 04:08 (UTC)

@rafaelff: Um, gnome-tour? You lost me.

since it is used in check() phase, it should be in checkdepends array, not makedepends

...but you moved it from depends() to makedepends(), not checkdepends().

rafaelff commented on 2020-09-11 18:04 (UTC)

@yochananmarqos gnome-tour needs /usr/bin/appstream-util, which is provided by appstream-glib package. But since it is used in check() phase, it should be in checkdepends array, not makedepends. PKGBUILD updated.