Package Details: ulauncher-git DEV-5

Git Clone URL: https://aur.archlinux.org/ulauncher-git.git (read-only, click to copy)
Package Base: ulauncher-git
Description: Application launcher for Linux
Upstream URL: http://ulauncher.io
Keywords: application launcher
Licenses: GPL3
Conflicts: ulauncher
Provides: ulauncher
Submitter: metak
Maintainer: ulauncher (friday)
Last Packager: friday
Votes: 3
Popularity: 0.000000
First Submitted: 2017-02-28 18:36 (UTC)
Last Updated: 2024-12-23 20:33 (UTC)

Required by (1)

Sources (1)

Pinned Comments

friday commented on 2023-10-21 16:19 (UTC)

When you update Python, you need to rebuild all python AUR packages, including Ulauncher.

See https://github.com/Ulauncher/Ulauncher/discussions/1280 for more info.

Latest Comments

1 2 Next › Last »

witt.9099 commented on 2025-01-03 07:39 (UTC) (edited on 2025-01-03 07:40 (UTC) by witt.9099)

can discard these logs?

diff --git a/PKGBUILD b/PKGBUILD
index 578815f..d00d306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ sha256sums=('SKIP')
 build() {
   cd ulauncher || exit
   make prefs
-  env PATH="$(getconf PATH)" python setup.py build
+  env PATH="$(getconf PATH)" python setup.py build > /dev/null
 }

 check() {
@@ -41,6 +41,6 @@ pkgver() {
 package() {
   cd ulauncher || exit
   export PYTHONHASHSEED=0
-  env PATH="$(getconf PATH)" python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  env PATH="$(getconf PATH)" python setup.py install --root="$pkgdir" --optimize=1 --skip-build > /dev/null
   find $pkgdir -type d -name __pycache__ | xargs rm -rf
 }

friday commented on 2024-12-23 17:13 (UTC)

@witt.9099 fixed the pkgver(). Thanks. I'm not going to accept co-maintainer, but feel free to add more comments like this if you have them.

witt.9099 commented on 2024-12-23 14:07 (UTC)

Packages with the XX-git suffix need to provide the pkgver() function to allow the system to notify updates

witt.9099 commented on 2024-12-23 14:04 (UTC)

@friday Request to join the co-maintained list

friday commented on 2023-10-21 16:19 (UTC)

When you update Python, you need to rebuild all python AUR packages, including Ulauncher.

See https://github.com/Ulauncher/Ulauncher/discussions/1280 for more info.

Maetveis commented on 2023-05-04 08:25 (UTC)

Suggest adding 'gtk-layer-shell: wayland layer shell integration' to optdepends, as its needed when layer shell mode is used.

friday commented on 2021-08-13 18:57 (UTC)

Updated package to use correct dependencies, optional dependencies and installing the systemd service unit.

ulauncher commented on 2020-03-14 14:51 (UTC)

Added python-cairo

duongdominhchau commented on 2020-03-13 17:20 (UTC)

Current version needs python-cairo to run, please add it to depends list.