Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package request: Ulauncher #5532

Closed
rowbawts opened this issue Dec 8, 2018 · 5 comments
Closed

Package request: Ulauncher #5532

rowbawts opened this issue Dec 8, 2018 · 5 comments
Labels
request Package request

Comments

@rowbawts
Copy link

rowbawts commented Dec 8, 2018

https://ulauncher.io/

Already has packages for .deb, .rpm, and is in aur. Not sure if any can make the process any easier.

GitHub - https://github.com/Ulauncher/Ulauncher/

@maxice8 maxice8 added the request Package request label Dec 8, 2018
@steinex
Copy link
Contributor

steinex commented Dec 15, 2018

# Template file for 'ulauncher'
pkgname=ulauncher
version=4.3.1.r4
revision=1
wrksrc=${pkgname}
build_style=python2-module
pycompile_module="ulauncher"
hostmakedepends="python-distutils-extra intltool"
depends="libappindicator libkeybinder3 python-Levenshtein python-dbus
 python-inotify python-sqlite python-websocket-client python-xdg webkit2gtk"
short_desc="Linux Application Launcher"
maintainer=""
license="GPL-3.0-or-later"
homepage="https://ulauncher.io/"
distfiles="https://github.com/Ulauncher/Ulauncher/releases/download/${version}/${pkgname}_${version}.tar.gz"
checksum=695d874cdfdf9f0009278ae0c060964bb5de13b4341eacad1fca97bc18ef3cca

Installs but python-appindicator needs to be packaged first. Feel free to take.

@vipau
Copy link
Contributor

vipau commented May 9, 2019

Can confirm that the template works, and then this happens

  from gi.repository import Gio, Gtk, WebKit2, GLib
Traceback (most recent call last):
  File "/usr/bin/ulauncher", line 27, in <module>
    from ulauncher.main import main
  File "/usr/lib/python2.7/site-packages/ulauncher/main.py", line 20, in <module>
    from ulauncher.ui.windows.UlauncherWindow import UlauncherWindow
  File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/UlauncherWindow.py", line 38, in <module>
    from .PreferencesUlauncherDialog import PreferencesUlauncherDialog
  File "/usr/lib/python2.7/site-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py", line 12, in <module>
    from ulauncher.ui.AppIndicator import AppIndicator
  File "/usr/lib/python2.7/site-packages/ulauncher/ui/AppIndicator.py", line 4, in <module>
    gi.require_version('AppIndicator3', '0.1')
  File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace AppIndicator3 not available

@vipau
Copy link
Contributor

vipau commented May 14, 2019

Oh hey, wasn't expecting to see a comment from you boss.
Thanks for the fix! Hope you're doing well.

@vipau
Copy link
Contributor

vipau commented May 14, 2019

This was fixed in d46a32b (thanks @xtraeme !)
Template now works and has all dependencies.

@ghost
Copy link

ghost commented Sep 20, 2020

Ulauncher is in the repository now. This issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Package request
Projects
None yet
Development

No branches or pull requests

6 participants
@steinex @vipau @Johnnynator @rowbawts @maxice8 and others