Package Details: deadd-notification-center-bin 2.1.1-2

Git Clone URL: https://aur.archlinux.org/deadd-notification-center-bin.git (read-only, click to copy)
Package Base: deadd-notification-center-bin
Description: Customizable notification-daemon with notification center
Upstream URL: https://github.com/phuhl/linux_notification_center
Licenses: BSD
Conflicts: deadd-notification-center, deadd-notification-center-git
Provides: deadd-notification-center
Submitter: phuhl
Maintainer: phuhl
Last Packager: phuhl
Votes: 6
Popularity: 0.000092
First Submitted: 2019-03-25 11:56 (UTC)
Last Updated: 2023-08-14 09:36 (UTC)

Latest Comments

« First ‹ Previous 1 2

thomasqueirozb commented on 2020-06-16 19:15 (UTC)

1.7.2 seems to break. Adding sed -i "s/install -m/install -Dm/g" Makefile to line 26 of the PKGBUILD (inside package() right after cd) seems to fix it.

kiankasad commented on 2020-04-24 20:42 (UTC) (edited on 2020-04-24 20:42 (UTC) by kiankasad)

install: cannot create regular file '/home/kian/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/locale/de/LC_MESSAGES/deadd-notification-center.mo': No such file or directory
make: *** [Makefile:82: install-lang] Error 1

Cannot build latest version. Same error occurs with deadd-notification-center (non-bin) package.

phuhl commented on 2020-02-23 21:34 (UTC)

Thanks for reporting, fixed it. Was a tiny issue with the PKGBUILD file.

eyedevelop commented on 2020-02-23 20:50 (UTC) (edited on 2020-02-23 21:14 (UTC) by eyedevelop)

==> Starting package()... mkdir -p /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/bin mkdir -p /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/lib/systemd/user mkdir -p /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/locale/{de,en}/LC_MESSAGES install -m644 deadd-notification-center.service /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/lib/systemd/user install -m755 .out/deadd-notification-center /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/bin install: cannot stat 'deadd-notification-center.service': No such file or directory make: *** [Makefile:74: install-service-systemd] Error 1 make: *** Waiting for unfinished jobs.... install -m644 translation/de/LC_MESSAGES/deadd-notification-center.mo /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/locale/de/LC_MESSAGES/deadd-notification-center.mo install -m644 translation/en/LC_MESSAGES/deadd-notification-center.mo /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/locale/en/LC_MESSAGES/deadd-notification-center.mo mkdir -p /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/man/man1 install -m644 docs/linux-notification-center.man /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/man/man1/deadd-notification-center.1 install -Dm644 LICENSE /home/eyedevelop/.cache/yay/deadd-notification-center-bin/pkg/deadd-notification-center-bin/usr/share/licenses/deadd-notification-center/LICENSE ==> ERROR: A failure occurred in package(). Aborting... Error making: deadd-notification-center-bin

( Sorry for bad formatting, multi-line code block is not recognising the newlines apparently )

Cannot build the latest version