Package Details: openbox_eui 2015.07.19-2

Git Clone URL: https://aur.archlinux.org/openbox_eui.git (read-only, click to copy)
Package Base: openbox_eui
Description: Highly configurable and lightweight X11 window manager
Upstream URL: http://openbox.org
Licenses: GPL
Conflicts: openbox
Provides: openbox
Submitter: akorop
Maintainer: akorop
Last Packager: akorop
Votes: 4
Popularity: 0.000000
First Submitted: 2015-03-21 17:52 (UTC)
Last Updated: 2016-03-08 14:52 (UTC)

Required by (39)

Sources (16)

Latest Comments

1 2 Next › Last »

exploder-jimmy commented on 2022-08-09 19:31 (UTC) (edited on 2022-08-09 19:31 (UTC) by exploder-jimmy)

Please kindly declare git source in source=() array.

@akorop, And just in case, here is a patch addressing that point mentioned by @MarsSeed:

diff --git a/PKGBUILD b/PKGBUILD
index 7bbb8cb..083a44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=openbox_eui
 pkgver=2016.03.08
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly configurable and lightweight X11 window manager'
 arch=('i686' 'x86_64')
 url='http://openbox.org'
@@ -19,6 +19,7 @@ groups=('lxde')
 backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
         'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
 source=(
+openbox::git+https://github.com/Mikachu/openbox.git
 'menu_w_def9.patch'
 'clm_w_sub6.patch'
 'keybind_item.patch'
@@ -38,6 +39,7 @@ source=(
 'install'
 )
 md5sums=(
+         'SKIP'
          '90d3238b062f0631988ef788b8bb3dd6'
          '36545d5c124f0eb648a46fc2779e3dfe'
          '816d283ba870b1c8494691fc3cd41ba2'
@@ -58,7 +60,6 @@ md5sums=(
 )

 prepare() {
-  git clone https://github.com/Mikachu/openbox
   cd openbox
   git reset --hard 249020d6237bec9abfefc31953e934e83105c91c
    sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \

Thanks!

MarsSeed commented on 2022-07-06 19:14 (UTC)

And could you maybe switch this over to use Python 3? It seems upstream is using that too now.

+1: Please make it optdepend on python2-pyxdg or python-pyxdg. There is now an unofficial, third-party python-xdg which is deliberately incompatible with the official freedesktop.org PyXDG (XDG support) library.

MarsSeed commented on 2022-07-06 19:06 (UTC) (edited on 2022-07-06 19:07 (UTC) by MarsSeed)

Please kindly declare git source in source=() array.

Also could you please add a differentiating description? I don't understand what "eui" means in the package name, and how it is distinct from upstream openbox.

Thank you in advance.

akorop commented on 2020-03-23 22:21 (UTC)

New AUR package obconf_eui added. https://aur.archlinux.org/packages/obconf_eui/

akorop commented on 2016-03-08 15:20 (UTC)

1. Added new action - "uniconify". 2. Bug in the strict_skip_taskbar.patch fixed.

akorop commented on 2015-05-28 19:59 (UTC)

I add docbook-to-man to the makedepends (version 2015.03.31-2). May be this solve the problem.

nbvcxz commented on 2015-05-28 12:10 (UTC)

Still the same error - and with ... is OK. > And more. The file "doc/obxprop.1.in" must be download from git, it must no be maked. > Exactly, How You try to install openbox_eui? As everything to have all in order: yaourt -S openbox_eui .

akorop commented on 2015-04-01 13:32 (UTC)

> make: creating doc/openbox-kde-session.1 > make: creating doc/obxprop.1.in > /bin/sh: docbook-to-man: command not found Strange... There is no docbook-to-man in my system but I have not this error. After "creating doc/openbox-kde-session.1" I see "creating doc/obxprop.1", not "creating doc/obxprop.1.in". And more. The file "doc/obxprop.1.in" must be download from git, it must no be maked. Exactly, How You try to install openbox_eui?

nbvcxz commented on 2015-04-01 10:15 (UTC)

make: creating doc/openbox-gnome-session.1 make: creating doc/openbox-kde-session.1 make: creating doc/obxprop.1.in /bin/sh: docbook-to-man: command not found Makefile:4376: recipe for target 'doc/obxprop.1.in' failed make[1]: *** [doc/obxprop.1.in] Error 127 make[1]: Leaving directory '/tmp/yaourt-tmp-michal/aur-openbox_eui/src/openbox' Makefile:3841: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build openbox_eui. is docbook-to-man needed to add to makedepends?