==> Starting prepare()...
-> Autohide
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/./.travis.yml b/../wingpanel-qq/wingpanel-qq/.travis.yml
|index 20a23ed..409aceb 100644
|--- a/./.travis.yml
|+++ b/../wingpanel-qq/wingpanel-qq/.travis.yml
--------------------------
Search Criteria
Package Details: wingpanel-standalone-git r677.f8b98a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wingpanel-standalone-git.git (read-only, click to copy) |
---|---|
Package Base: | wingpanel-standalone-git |
Description: | Stylish top panel (without Gala dependencies) |
Upstream URL: | https://github.com/elementary/wingpanel |
Licenses: | GPL3 |
Groups: | pantheon-qq |
Conflicts: | libwingpanel-2.0.so, libwingpanel.so, wingpanel, wingpanel-git |
Provides: | libwingpanel-2.0.so, libwingpanel.so, wingpanel, wingpanel-git |
Submitter: | quequotion |
Maintainer: | quequotion |
Last Packager: | quequotion |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-05-15 04:37 (UTC) |
Last Updated: | 2022-11-16 08:37 (UTC) |
Dependencies (24)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libgee (libgee-gitAUR)
- libgranite.so (granite)
- libwnck3
- pantheon-notifications
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
- pantheon-applications-menu (pantheon-applications-menu-gitAUR) (optional) – Application launcher
- wingpanel-indicator-a11y (wingpanel-indicator-a11y-gitAUR) (optional) – System indicator
- wingpanel-indicator-ayatana-git (optional) – Display Unity 7 indicators}
- wingpanel-indicator-bluetooth (wingpanel-indicator-bluetooth-gitAUR) (optional) – System indicator
- wingpanel-indicator-datetime (wingpanel-indicator-datetime-gitAUR) (optional) – Clock and calendar widget
- wingpanel-indicator-keyboard (wingpanel-indicator-keyboard-gitAUR) (optional) – System indicator
- wingpanel-indicator-namarupa-git (optional) – Display Unity 7 indicators}
- wingpanel-indicator-network (wingpanel-indicator-network-gitAUR) (optional) – System indicator
- wingpanel-indicator-nightlight (wingpanel-indicator-nightlight-gitAUR) (optional) – System indicator
- wingpanel-indicator-notifications (wingpanel-indicator-notifications-gitAUR) (optional) – System indicator
- wingpanel-indicator-power (wingpanel-indicator-power-gitAUR) (optional) – System indicator
- Show 4 more dependencies...
Required by (31)
- pantheon-applications-menu-git (requires wingpanel) (make)
- pantheon-monitor-git (requires wingpanel) (make)
- pantheon-qq-common (optional)
- pantheon-session-git (requires wingpanel)
- pantheon-system-monitor-git (requires wingpanel)
- wingpanel-indicator-a11y-git (requires wingpanel-git) (make)
- wingpanel-indicator-a11y-git (requires libwingpanel.so)
- wingpanel-indicator-bluetooth-git (requires libwingpanel.so)
- wingpanel-indicator-bluetooth-git (requires wingpanel) (make)
- wingpanel-indicator-cpufreq-git (requires libwingpanel.so)
- wingpanel-indicator-cpufreq-git (requires wingpanel) (make)
- wingpanel-indicator-datetime-git (requires wingpanel-git) (make)
- wingpanel-indicator-datetime-git (requires libwingpanel.so)
- wingpanel-indicator-keyboard-git (requires wingpanel-git) (make)
- wingpanel-indicator-keyboard-git (requires libwingpanel.so)
- wingpanel-indicator-network-git (requires wingpanel) (make)
- wingpanel-indicator-network-git (requires libwingpanel.so)
- wingpanel-indicator-nightlight-git (requires wingpanel-git) (make)
- wingpanel-indicator-nightlight-git (requires libwingpanel.so)
- wingpanel-indicator-notifications-git (requires wingpanel-git) (make)
- Show 11 more...
Sources (6)
PedroHLC commented on 2019-10-02 12:32 (UTC)
quequotion commented on 2019-03-08 10:28 (UTC) (edited on 2020-06-20 03:52 (UTC) by quequotion)
The following patches are applied:
autohide.patch Implements autohide.
minus-{backgroundmanager,galaplugin}.patch Remove features that depend on the Gala window manager (leaves the panel background transparent).
no-mutter-typelib.patch Wouldn't compile until it was removed. (no need for gala == no need for mutter)
fix-for-openbox.patch Fix strutting behavior in openbox; probably a temporary patch.
quequotion commented on 2018-12-15 07:00 (UTC)
@Ataraxy I need to merge some upstream changes.
I can probably get this done later tonight.
Ataraxy commented on 2018-12-14 11:22 (UTC)
There seems to be a problem with a patch file:
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of wingpanel git repo...
Cloning into 'wingpanel'...
done.
==> Starting prepare()...
-> Autohide
patching file .travis.yml
can't find file to patch at input line 18
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/./CMakeLists.txt b/../wingpanel-qq/wingpanel-qq/CMakeLists.txt
|index 2309c8b..878fc26 100644
|--- a/./CMakeLists.txt
|+++ b/../wingpanel-qq/wingpanel-qq/CMakeLists.txt
--------------------------
File to patch:
quequotion commented on 2018-09-18 05:42 (UTC)
Two new autohide modes!
Dodge: Avoids a currently active maximized window, can unhide on mouseover--with struts (panel will push windows out of the way).
Dodge-Float: Also avoids a currently active maximized window and can unhide on mouseover--without struts (panel will overlay window content in its area).
quequotion commented on 2018-06-18 19:30 (UTC) (edited on 2019-03-08 10:05 (UTC) by quequotion)
New feature: autohide delay!
The defaults is 200ms and it can be set in dconf at io.elementary.desktop.wingpanel.delay (0~1000ms)
quequotion commented on 2018-06-17 19:12 (UTC)
Update: The gsettings got RDNN'd.
If you were using autohide, you'll have to reset your preference at the new location: io.elementary.desktop.wingpanel
quequotion commented on 2018-06-08 10:28 (UTC)
This is building now; thanks for the feedback!
gavr123456789 commented on 2018-06-03 18:19 (UTC)
-> minus gala plugin <br> ... <br> patching file wingpanel-interface/Utils.vala <br> patching file wingpanel-interface/CMakeLists.txt <br> Reversed (or previously applied) patch detected! Skipping patch. <br> 1 out of 1 hunk ignored -- saving rejects to file wingpanel-interface/CMakeLists.txt.rej <br> patching file CMakeLists.txt <br> ==> ERROR: A failure occurred in prepare(). <br> Aborting... <br> ==> ERROR: Makepkg was unable to build wingpanel-standalone-git.-> minus gala plugin <br> ... <br> patching file wingpanel-interface/Utils.vala <br> patching file wingpanel-interface/CMakeLists.txt <br> Reversed (or previously applied) patch detected! Skipping patch. <br> 1 out of 1 hunk ignored -- saving rejects to file wingpanel-interface/CMakeLists.txt.rej <br> patching file CMakeLists.txt <br> ==> ERROR: A failure occurred in prepare(). <br> Aborting... <br> ==> ERROR: Makepkg was unable to build wingpanel-standalone-git.
quequotion commented on 2018-03-03 17:07 (UTC) (edited on 2018-03-06 15:49 (UTC) by quequotion)
yash
Just updated; should be fine now.
Update: I've added a gsetting for autohide mode with default 'Disabled'; to enable autohide in wingpanel-standalone use dconf-editor or in terminal:
gsettings set org.pantheon.desktop.wingpanel autohide Autohide
or:
gsettings set org.pantheon.desktop.wingpanel autohide Float
See https://github.com/elementary/wingpanel/pull/93 for details.
Pinned Comments
quequotion commented on 2019-03-08 10:28 (UTC) (edited on 2020-06-20 03:52 (UTC) by quequotion)
The following patches are applied:
autohide.patch Implements autohide.
minus-{backgroundmanager,galaplugin}.patch Remove features that depend on the Gala window manager (leaves the panel background transparent).
no-mutter-typelib.patch Wouldn't compile until it was removed. (no need for gala == no need for mutter)
fix-for-openbox.patch Fix strutting behavior in openbox; probably a temporary patch.