Package Details: xbindkeys_config-gtk2 0.1.4-2

Git Clone URL: https://aur.archlinux.org/xbindkeys_config-gtk2.git (read-only, click to copy)
Package Base: xbindkeys_config-gtk2
Description: Easy to use GUI to configure Xbindkeys
Upstream URL: https://github.com/rgeorgiev583/xbindkeys_config
Licenses: GPL-2.0-only
Submitter: jakob
Maintainer: xiota
Last Packager: xiota
Votes: 64
Popularity: 0.000403
First Submitted: 2013-09-10 14:00 (UTC)
Last Updated: 2025-01-31 19:26 (UTC)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

m0cha commented on 2020-06-17 06:38 (UTC)

build failed

gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt xbindkeys_config.o menu.o middle.o speedc.o `pkg-config  --cflags --libs gtk+-2.0` -o xbindkeys_config
/usr/bin/ld: menu.o:(.bss+0x30): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
/usr/bin/ld: menu.o:(.bss+0x28): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: middle.o:(.bss+0x218): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
/usr/bin/ld: middle.o:(.bss+0x210): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x0): multiple definition of `Speed_config'; middle.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x7ba8): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x7bb0): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: main] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
Error making: xbindkeys_config-gtk2

zebulon commented on 2020-05-09 16:26 (UTC) (edited on 2020-05-09 16:27 (UTC) by zebulon)

I have BUILDDIR=/tmp/makepkg in my makepkg.conf, I wonder if that has an incidence? I compile in tmpfs. EDIT: I can confirm, if I restore BUILDDIR to default I compile fine.

zebulon commented on 2020-05-09 14:32 (UTC)

@TheGoliath: I used makepkg in a clean directory containing only the content of the archive. Not sure what the problem is, but other AUR packages do compile correctly.

zebulon commented on 2020-05-09 14:08 (UTC)

Hi, there is an issue with the patch file: ==> Starting build()... gzip: ../xbindkeys-config_0.1.3-2.1.diff.gz: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... Error making: xbindkeys_config-gtk2

jakob commented on 2019-09-26 19:38 (UTC)

I'm going to orphan this package, as I'm unable in the near future to take care of this (and also stopped using xbindkeys).

smoneck commented on 2019-09-25 18:03 (UTC) (edited on 2019-09-25 18:04 (UTC) by smoneck)

The files can still be found here [1]. Quick and dirty:

pacman -G xbindkeys_config-gtk2

Aadapt the PKGBUILD:

 14 source=(http://ftp.de.debian.org/debian/pool/main/x/xbindkeys-config/xbindkeys-config_0.1.3.orig.tar.gz \
 15         http://ftp.de.debian.org/debian/pool/main/x/xbindkeys-config/xbindkeys-config_0.1.3-2.diff.gz)

[...]

 19 build() {
 20     gzip -d ../xbindkeys-config_0.1.3-2.diff.gz
 21     cd "$srcdir/$_pkgname-$pkgver"
 22     patch -p1 <../../xbindkeys-config_0.1.3-2.diff
 23     make
 24 }

makepkg -si

[1] http://ftp.de.debian.org/debian/pool/main/x/xbindkeys-config/

tasty213 commented on 2019-07-23 18:13 (UTC) (edited on 2019-07-23 18:48 (UTC) by tasty213)

Has the ftp server for xbindkeys config gone down i can't connect.