Package Details: alacarte-xfce 3.42.0-1

Git Clone URL: https://aur.archlinux.org/alacarte-xfce.git (read-only, click to copy)
Package Base: alacarte-xfce
Description: Menu editor for Xfce
Upstream URL: http://www.gnome.org
Keywords: alacarte gnome gtk3
Licenses: LGPL
Groups: xfce4-goodies
Conflicts: alacarte, alacarte-git, alacarte-xfce-devel
Provides: alacarte
Submitter: Barthalion
Maintainer: fungible
Last Packager: fungible
Votes: 59
Popularity: 0.005028
First Submitted: 2011-07-20 07:46 (UTC)
Last Updated: 2021-12-18 21:56 (UTC)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

Barthalion commented on 2011-10-20 04:03 (UTC)

You was faster, I noticed location change today. ;) Thanks, and updated of course.

<deleted-account> commented on 2011-10-19 14:26 (UTC)

Applied patches with new locations found on debian website, problem solved. Here's the updated PKGBUILD I used. pkgname=alacarte-xfce _realname=${pkgname/-xfce/} pkgver=0.13.2 pkgrel=2 pkgdesc="Menu editor for Xfce (with debian patchset)" arch=(any) license=('LGPL') url="http://www.gnome.org" depends=('gnome-menus2' 'exo' 'hicolor-icon-theme' 'pygtk') makedepends=('intltool') conflicts=('alacarte' 'alacarte-git' 'alacarte-xfce-devel') install=alacarte.install options=('!libtool') groups=('xfce4-goodies') source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/0.13/${_realname}-${pkgver}.tar.bz2 http://patch-tracker.debian.org/patch/series/dl/${_realname}/${pkgver}-3/01-new_item_location.patch http://patch-tracker.debian.org/patch/series/dl/${_realname}/${pkgver}-3/02-fix_delete_undo.patch http://patch-tracker.debian.org/patch/series/dl/${_realname}/${pkgver}-3/03-bind_textdomain_codeset.patch http://patch-tracker.debian.org/patch/series/dl/${_realname}/${pkgver}-3/10_settings_menu.patch) sha256sums=('9fa36e5181b1eea947b184cb0f79d796b25cc5a5f122819a1ac2ff01bc7ee4ed' '3a1d48d8104b7b9c6274906bf4a4f336ce4c96316d382e78a38f4bbe82d00172' 'd7637ee59cae0501f803514b9c26c4d9806c2b61ea948670ec3ac20b169c8e44' '46c260029ae5b001648776f5b89806f1126c502bd828a879d1002495088742e8' '64610f00ed9f0f78c28d6cadbb00e59ca5dc18e1675a8011141199bcecf33deb') build() { cd "${srcdir}/${_realname}-${pkgver}" patch -Np1 < "${srcdir}/01-new_item_location.patch" patch -Np1 < "${srcdir}/02-fix_delete_undo.patch" patch -Np1 < "${srcdir}/03-bind_textdomain_codeset.patch" patch -Np1 < "${srcdir}/10_settings_menu.patch" sed -e 's/gnome-desktop-item-edit/exo-desktop-item-edit/g' -i Alacarte/MainWindow.py ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make } check() { cd "${srcdir}/${_realname}-${pkgver}" make check } package() { cd "${srcdir}/${_realname}-${pkgver}" make DESTDIR="${pkgdir}" install }

<deleted-account> commented on 2011-10-19 14:15 (UTC)

New patch locations can be found here: http://patch-tracker.debian.org/package/alacarte/0.13.2-3

<deleted-account> commented on 2011-10-19 14:11 (UTC)

Package compiles but does not work. Application crashes immediately at launch, I presume this is because of the missing patches as my googling seems to indicate. $ alacarte Traceback (most recent call last): File "/usr/bin/alacarte", line 36, in <module> main() File "/usr/bin/alacarte", line 32, in main app = MainWindow(datadir, version, sys.argv) File "/usr/lib/python2.7/site-packages/Alacarte/MainWindow.py", line 48, in __init__ self.editor = MenuEditor() File "/usr/lib/python2.7/site-packages/Alacarte/MenuEditor.py", line 36, in __init__ self.__loadMenus() File "/usr/lib/python2.7/site-packages/Alacarte/MenuEditor.py", line 56, in __loadMenus self.settings.path = os.path.join(util.getUserMenuPath(), self.settings.tree.get_menu_file()) File "/usr/lib/python2.7/posixpath.py", line 66, in join if b.startswith('/'): AttributeError: 'NoneType' object has no attribute 'startswith'

Barthalion commented on 2011-10-17 13:25 (UTC)

Temporarily I commented lines associated with patches. If someone have backups of these files, send links here, please.

Aerion commented on 2011-10-17 05:33 (UTC)

The patches cannot be found. When following the links, the following error appears: There was an error processing ur request can not find diff file for alacarte-xfce / -xfce

mukhametshin commented on 2011-10-05 21:59 (UTC)

It works now, thanks a lot!

Barthalion commented on 2011-10-05 14:13 (UTC)

Fixed - package uses now gnome-menus2[1] from AUR. [2] https://aur.archlinux.org/packages.php?ID=52784

Barthalion commented on 2011-10-05 03:58 (UTC)

Package "libgnome-menu" never existed, there is gnome-menus and downgrade will help. I will provide package like xfce-menus soon.

mukhametshin commented on 2011-10-04 19:10 (UTC)

Please update the dependences, there is no more package named "libgnome-menu". The build function call returns an error: ... checking pkg-config is at least version 0.9.0... yes checking for ALACARTE... no configure: error: Package requirements (libgnome-menu >= 2.27.92) were not met: No package 'libgnome-menu' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ALACARTE_CFLAGS and ALACARTE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ==> ОШИБКА: Произошел сбой в build(). Преждевременный выход... ==> ERROR: Makepkg was unable to build alacarte-xfce.