Search Criteria
Package Details: appeditor-git 1.1.3.r9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/appeditor-git.git (read-only, click to copy) |
---|---|
Package Base: | appeditor-git |
Description: | (donadigo/appeditor) Allows you to edit application entries in the application menu. |
Upstream URL: | https://github.com/donadigo/appeditor |
Licenses: | GPL3 |
Conflicts: | appeditor |
Provides: | appeditor |
Submitter: | ullebe1 |
Maintainer: | lilykiwi |
Last Packager: | lilykiwi |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-23 19:36 (UTC) |
Last Updated: | 2023-07-08 13:17 (UTC) |
Dependencies (6)
- granite
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
- appstream (check)
Latest Comments
1 2 Next › Last »
lilykiwi commented on 2023-07-08 13:24 (UTC)
should be fixed, reverted my (crappy) patch as upstream is fixed. :> thank you for letting me know
dynobo commented on 2023-07-07 11:03 (UTC)
Same issue as lollilol for me. Doesn't install.
lollilol commented on 2023-06-20 12:28 (UTC) (edited on 2023-06-20 12:29 (UTC) by lollilol)
lilykiwi commented on 2022-05-31 14:13 (UTC)
@PrzemekS I have adopted this package (as it was orphaned) and added a patch to merge in a pull request that fixes this - please let me know if this is something I should change, I'm not sure if a -git package should be a direct mirror or should at least try and fix some functionality. Additionally, this is done with a patch file rather than sed because I am more familiar with it. lmk if anyone wants to take over or suggest improvements! I'm new to the AUR but here to help o7
PrzemekS commented on 2022-04-26 11:14 (UTC)
Hello, I cannot buid in pamac:
yochananmarqos commented on 2020-04-14 15:37 (UTC)
The
vala
issue is fixed: https://github.com/donadigo/appeditor/commit/17e47835d80b72b8783cc041118ca9804ae6e403yochananmarqos commented on 2019-12-06 21:24 (UTC) (edited on 2019-12-06 21:28 (UTC) by yochananmarqos)
@Trupe: It's already been reported upstream: Fails to build with vala 0.46
Fix using
sed
since it's only one line:Trupe commented on 2019-12-06 20:08 (UTC)
Hi, when i tried to install gave me this error:
FAILED: com.github.donadigo.appeditor@exe/src/Application.c com.github.donadigo.appeditor@exe/src/MainWindow.c com.github.donadigo.appeditor@exe/src/AppSourceList.c com.github.donadigo.appeditor@exe/src/AppItem.c com.github.donadigo.appeditor@exe/src/CategoryItem.c com.github.donadigo.appeditor@exe/src/IconButton.c com.github.donadigo.appeditor@exe/src/SettingBox.c com.github.donadigo.appeditor@exe/src/PersistentPlaceholderEntry.c com.github.donadigo.appeditor@exe/src/FieldEntry.c com.github.donadigo.appeditor@exe/src/CategoryComboBox.c com.github.donadigo.appeditor@exe/src/AppInfoViewStack.c com.github.donadigo.appeditor@exe/src/AppInfoView.c com.github.donadigo.appeditor@exe/src/AppDirectoryScanner.c com.github.donadigo.appeditor@exe/src/DesktopApp.c com.github.donadigo.appeditor@exe/src/DesktopAppManager.c com.github.donadigo.appeditor@exe/src/AppInfoViewSaver.c com.github.donadigo.appeditor@exe/src/IconListBox.c com.github.donadigo.appeditor@exe/src/IconChooserDialog.c com.github.donadigo.appeditor@exe/src/IconRow.c com.github.donadigo.appeditor@exe/src/Constants.c valac -C --debug --debug --define HAS_VALA040 --pkg posix --pkg posix --pkg posix --pkg gee-0.8 --pkg gtk+-3.0 --pkg granite --color=always --directory com.github.donadigo.appeditor@exe --basedir ../ --gresources=../data/com.github.donadigo.appeditor.gresource.xml ../src/Application.vala ../src/MainWindow.vala ../src/AppSourceList.vala ../src/AppItem.vala ../src/CategoryItem.vala ../src/IconButton.vala ../src/SettingBox.vala ../src/PersistentPlaceholderEntry.vala ../src/FieldEntry.vala ../src/CategoryComboBox.vala ../src/AppInfoViewStack.vala ../src/AppInfoView.vala ../src/AppDirectoryScanner.vala ../src/DesktopApp.vala ../src/DesktopAppManager.vala ../src/AppInfoViewSaver.vala ../src/IconListBox.vala ../src/IconChooserDialog.vala ../src/IconRow.vala ../src/Constants.vala ../src/DesktopApp.vala:133.28-133.32: error: Invalid assignment from owned expression to unowned variable unowned string _path = info.get_string (KeyFileDesktop.KEY_PATH); ^^^^^ ../src/DesktopApp.vala:134.17-134.21: error: The name
_path' does not exist in the context of
AppEditor.DesktopApp.get_path' if (_path == null) { ^^^^^ ../src/DesktopApp.vala:135.17-135.21: error: The name_path' does not exist in the context of
AppEditor.DesktopApp.get_path' _path = ""; ^^^^^ ../src/DesktopApp.vala:138.20-138.24: error: The name_path' does not exist in the context of
AppEditor.DesktopApp.get_path' path = _path; ^^^^^ Compilation failed: 4 error(s), 0 warning(s) ninja: build stopped: subcommand failed.yochananmarqos commented on 2019-09-02 00:43 (UTC) (edited on 2019-09-02 00:51 (UTC) by yochananmarqos)
There are tags available, please see VCS package guidelines:
There's no need to manually install the desktop file anymore.
It's redundant to include
ninja
in themakedepends
array,meson
depends on it.You're already using the
${pkgname%-git}
variable, why it is not used in theprovides
/conflicts
arrays?1 2 Next › Last »