Package Details: hourglass-git r73.f7cd686-1

Git Clone URL: https://aur.archlinux.org/hourglass-git.git (read-only, click to copy)
Package Base: hourglass-git
Description: A simple clock application that provides stopwatches, alarms, and timers designed for Pantheon Shell
Upstream URL: https://github.com/sgpthomas/hourglass
Licenses: GPL3
Conflicts: hourglass
Provides: hourglass
Submitter: btd1337
Maintainer: None
Last Packager: btd1337
Votes: 2
Popularity: 0.000000
First Submitted: 2018-12-08 17:06 (UTC)
Last Updated: 2020-06-24 03:41 (UTC)

Latest Comments

dreieck commented on 2024-01-22 12:16 (UTC)

Please install a meaningful executable to /usr/bin/.

Now there is only /usr/bin/com.github.sgpthomas.hourglass.

Please use /usr/bin/hourglass -- create a symlink or rename.

Regards!

dreieck commented on 2024-01-22 12:14 (UTC)

Build error:

WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency granite-7 found: NO (tried pkgconfig and cmake)

meson.build:57:8: ERROR: Dependency "granite-7" not found, tried pkgconfig and cmake

Please add granite7 as dependency (and remove granite).

Also, you need to add libportal and libportal-gtk4:

WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency libportal found: NO (tried pkgconfig and cmake)

meson.build:58:8: ERROR: Dependency "libportal" not found, tried pkgconfig and cmake
WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency libportal-gtk4 found: NO (tried pkgconfig and cmake)

meson.build:59:8: ERROR: Dependency "libportal-gtk4" not found, tried pkgconfig and cmake

Also, gtk4 instead of gtk3 needs to be a dependency:

hourglass-git E: Dependency granite7 detected and not included (libraries ['usr/lib/libgranite-7.so.7'] needed in files ['usr/bin/com.github.sgpthomas.hourglass'])
hourglass-git E: Dependency libportal detected and not included (libraries ['usr/lib/libportal.so.1'] needed in files ['usr/bin/com.github.sgpthomas.hourglass'])
hourglass-git E: Dependency libportal-gtk4 detected and not included (libraries ['usr/lib/libportal-gtk4.so.1'] needed in files ['usr/bin/com.github.sgpthomas.hourglass'])
hourglass-git E: Dependency gtk4 detected and not included (libraries ['usr/lib/libgtk-4.so.1'] needed in files ['usr/bin/com.github.sgpthomas.hourglass'])
[...]

hourglass-git W: Dependency included, but may not be needed ('gtk3')
hourglass-git W: Dependency included, but may not be needed ('granite')
hourglass-git W: Dependency included, but may not be needed ('libcanberra')
hourglass-git W: Dependency included, but may not be needed ('libnotify')

Regards and thanks for maintaining!

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

optdepends=('') is wrong. Please use optdepends=() or omit it completely:

=> ERROR: optdepends is not allowed to be empty.

Regards and thanks for maintaining!

jnbrains commented on 2022-11-26 07:51 (UTC)

Requires granite7 as a dependency.

btd1337 commented on 2020-06-24 03:45 (UTC)

It has been updated.

Traace commented on 2020-06-15 12:10 (UTC) (edited on 2020-06-24 14:31 (UTC) by Traace)

@btd1337 please provide a updated PKGFILE that supports meson :)

Edit: @btd1337 thanks for the update, it builds just fine now :)

SolarAquarion commented on 2020-06-09 01:21 (UTC)

the package has been moved to meson