Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: rofi-git 1.1.0.r30.g4af6976-1
Git Clone URL: | https://aur-dev.archlinux.org/rofi-git.git (read-only) |
---|---|
Package Base: | rofi-git |
Description: | A window switcher, run dialog and dmenu replacement |
Upstream URL: | https://davedavenport.github.io/rofi/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | 1ace |
Maintainer: | bchretien |
Last Packager: | bchretien |
Votes: | 46 |
Popularity: | 1.352420 |
First Submitted: | 2014-03-03 00:41 |
Last Updated: | 2016-06-26 17:44 |
Dependencies (14)
- freetype2 (freetype2-git, freetype2-cleartype, freetype2-old-hinting, freetype2-v35, freetype2-infinality)
- libx11 (libx11-nokeyboardgrab)
- libxcb (libxcb-git)
- libxdg-basedir
- libxft
- libxkbcommon (libxkbcommon-git)
- libxkbcommon-x11 (libxkbcommon-git)
- pango (pango-git, pango-ubuntu)
- startup-notification
- xcb-util
- xcb-util-wm
- xcb-util-xrm (xcb-util-xrm-git)
- git (git-git) (make)
- i3-wm (i3-mouse-dragging-git, i3-kde, i3-git, i3-gaps, i3-gaps-git, i3-wm-iconpatch, i3-gaps-next-git) (optional) – use as a window switcher
Required by (19)
- autopass-git (requires rofi)
- buku_run-git (requires rofi)
- clerk (requires rofi)
- clerk-git (requires rofi)
- dofi-git (requires rofi)
- j4-make-config-git (requires rofi) (optional)
- kana-p-git (requires rofi)
- konbini3 (requires rofi)
- networkmanager-dmenu-git (requires rofi) (optional)
- notion-neg-git (requires rofi) (make)
- robot-git (requires rofi)
- rofi-dmenu (requires rofi)
- rofi-pass (requires rofi)
- rofi-pass-git (requires rofi)
- rofi-surfraw-git
- slip (requires rofi) (optional)
- spop-git (requires rofi) (optional)
- teiler-git (requires rofi)
- textsuggest-git (requires rofi)
Latest Comments
1 2 3 Next › Last »
nicolassilvar commented on 2017-01-16 03:40
Infinality was breaking my system, this solved it
https://www.reddit.com/r/archlinux/comments/5mphpu/psa_harfbuzz_update_infinality_breaking_system/
nicolassilvar commented on 2017-01-16 03:33
==> Starting build()...
./script/get_git_rev.sh . ./gitconfig.h
make all-am
make[1]: Entering directory '/home/nico/AUR_build/rofi-git/rofi-git/src/rofi'
./script/get_git_rev.sh . ./gitconfig.h
CC source/rofi-rofi.o
CCLD rofi
/usr/lib/libharfbuzz.so.0: undefined reference to `FT_Get_Var_Blend_Coordinates'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1374: rofi] Error 1
make[1]: Leaving directory '/home/nico/AUR_build/rofi-git/rofi-git/src/rofi'
make: *** [Makefile:1057: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
I got the error above. I try googling and it seems to be more of a system issue than specific to the package. I dig up in libharfbuzz, proceeded to install harfbuzz package, but no luck! Any input appreciated
craftyguy commented on 2016-10-14 16:36
Package fails to build:
checking for ftruncate... yes
checking for fcntl... yes
checking for setlocale... yes
./configure: line 4674: PKG_PROG_PKG_CONFIG: command not found
./configure: line 4677: syntax error near unexpected token `glib,'
./configure: line 4677: `PKG_CHECK_MODULES(glib, glib-2.0 >= 2.40 gio-unix-2.0)'
==> ERROR: A failure occurred in prepare().
Aborting...
:: failed to build rofi-git package(s)
SuperBo commented on 2016-09-19 06:23
@bchretien: Please enable drun by default.
Rasi commented on 2016-09-04 09:30
If you want this package to have .desktop file support, you should put --enable-drun in the configure options.
Rasi commented on 2016-09-04 09:27
@halocaridina in that case it's a i3 bug. i3 claims to support EWMH for more than a year now.
halocaridina commented on 2016-07-22 10:57
Unlike the package in the main repo, this one doesn't compile with support for i3. This impacts the window switching functionality. Can this be fixed?
shellkr commented on 2016-06-26 08:07
Latest build complain about a missing 'xcb-util-xrm' dependency..
bchretien commented on 2016-03-06 06:20
@TrialnError: package updated, thanks!
TrialnError commented on 2016-03-05 18:53
@humblehound:
Mostly the missing git submodule handling should cause this.
See https://gist.github.com/Narrat/8229caaa11efec244a24 for a modified PKGBUILD or a diff with some changes.
Dunno if complete