That should be resolved
Search Criteria
Package Details: turnon 2.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/turnon.git (read-only, click to copy) |
---|---|
Package Base: | turnon |
Description: | Turn on devices in your local network |
Upstream URL: | https://github.com/swsnr/turnon |
Keywords: | mpl release stable turnon wol |
Licenses: | MPL-2.0 |
Submitter: | Kimiblock |
Maintainer: | Kimiblock |
Last Packager: | Kimiblock |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-12-24 11:37 (UTC) |
Last Updated: | 2025-01-12 15:52 (UTC) |
Dependencies (12)
- dconf
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- graphene (graphene-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
Required by (0)
Sources (1)
Latest Comments
Kimiblock commented on 2025-01-06 13:42 (UTC)
swsnr commented on 2025-01-06 09:25 (UTC)
You don't need a separate install-locale step. See https://build.opensuse.org/projects/home:swsnr:turnon/packages/turnon/files/PKGBUILD?expand=1
Kimiblock commented on 2025-01-06 08:33 (UTC)
Okay, that should be resolved
yochananmarqos commented on 2025-01-05 18:40 (UTC)
@Kimiblock: With 2.2.0, the Makefile can be used to install:
make DESTPREFIX="${pkgdir}/usr" install
swsnr commented on 2024-12-30 12:27 (UTC) (edited on 2024-12-30 12:41 (UTC) by swsnr)
Note that I (as the upstream maintainer) provide a supported binary package at https://build.opensuse.org/project/show/home:swsnr:turnon which you may want to use instead of this unofficial package.
As for this PKGBUILD
I'd like to point out that blueprint is not a required dependency and can be skipped with SKIP_BLUEPRINT=1, and that there's no need to copy all icons. Only the app icon and the symbolic app icon must be installed, the other icons are embedded into the binary anyway.
yochananmarqos commented on 2024-12-28 18:54 (UTC)
- Do not skip the checksums
- No need for the provides array, a package already provides itself
blueprint-compiler
is only required to build- There is no need to preface the functions with 'function'
- The scalable action icons are missing from the package
Pinned Comments
swsnr commented on 2024-12-30 12:27 (UTC) (edited on 2024-12-30 12:41 (UTC) by swsnr)
Note that I (as the upstream maintainer) provide a supported binary package at https://build.opensuse.org/project/show/home:swsnr:turnon which you may want to use instead of this unofficial package.
As for this
PKGBUILD
I'd like to point out that blueprint is not a required dependency and can be skipped with SKIP_BLUEPRINT=1, and that there's no need to copy all icons. Only the app icon and the symbolic app icon must be installed, the other icons are embedded into the binary anyway.