Search Criteria
Package Details: pantheon-files-git r7398.789df8e04-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pantheon-files-git.git (read-only, click to copy) |
---|---|
Package Base: | pantheon-files-git |
Description: | The Pantheon File Browser |
Upstream URL: | https://github.com/elementary/files |
Licenses: | GPL3 |
Conflicts: | pantheon-files |
Provides: | pantheon-files |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 47 |
Popularity: | 0.000003 |
First Submitted: | 2017-12-12 19:59 (UTC) |
Last Updated: | 2021-02-20 23:51 (UTC) |
Dependencies (24)
- atk (atk-git)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin, cairo-ubuntu)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- glib2 (glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gtk3 (gtk3-git, gtk3-classic-noatk-64, gtk3-no_deadkeys_underline, gtk3-ubuntu, gtk3-classic, gtk3-typeahead, gtk3-patched-filechooser-icon-view)
- libcanberra (libcanberra-git)
- libcloudproviders
- libgee (libgee-git)
- libgit2-glib (libgit2-glib-git)
- libgranite.so (granite-git, granite)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- pantheon-dock (pantheon-dock-git, pantheon-dock-instctl-git)
- sqlite (sqlite-replication, sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- zeitgeist
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gnome-common (gnome-common-git) (make)
- granite-git (make)
- meson (meson-git) (make)
- Show 4 more dependencies...
Required by (1)
- pantheon-stable (requires pantheon-files)
Latest Comments
SolarAquarion commented on 2020-06-09 00:23 (UTC)
you need to change unity to disabled, instead of just false
qcasey commented on 2020-02-01 03:41 (UTC)
Installing libgit2-glib before building worked for me
librewish commented on 2020-01-06 15:10 (UTC)
Run-time dependency libgit2-glib-1.0 found: NO (tried pkgconfig and cmake)
plugins/git/meson.build:3:0: ERROR: Dependency "libgit2-glib-1.0" not found, tried pkgconfig and cmake
PedroHLC commented on 2019-08-20 20:01 (UTC)
Now I see, sorry for the mistake, thanks for the help.
SolarAquarion commented on 2019-08-20 01:42 (UTC)
What is actually depends on is libcloudproviders, if you had added cmake as a makedepend it would have just said couldn't find cloudproviders via cmake
SolarAquarion commented on 2019-08-20 01:29 (UTC)
It's not a makedepend for pantheon-files, meta build system for pantheon-files in ninja and meson.
PedroHLC commented on 2019-08-20 01:25 (UTC)
It's required for building, it's not in PKGBUILD's makedepends, not even as a recursive dependencie, also not in base/base-devel. So adding to makedepends is enough...
SolarAquarion commented on 2019-08-20 01:21 (UTC)
cmake isn't a make depend?
PedroHLC commented on 2019-08-19 15:00 (UTC)
Missing "cmake" as make dependency to build in a clean chroot...
librewish commented on 2019-08-18 03:54 (UTC)
here its failing to build
alucryd commented on 2019-03-04 10:00 (UTC)
Nightly builds have been fine for a while, everything seems to have been resolved.
Quyet commented on 2019-01-12 09:03 (UTC) (edited on 2019-01-12 09:11 (UTC) by Quyet)
I got "make: *** [Makefile:141: all] Error 2" after "Built target pantheon-files-core".
More error generated from begin of compilation:
[ 1%] Generating AbstractSidebar.c;AbstractSlot.c;Bookmark.c;BookmarkList.c;ConnectServerDialog.c;ConnectServerOperation.c;DndHandler.c;Enums.c;PixbufUtils.c;File.c;FileUtils.c;FileConflictDialog.c;gof-callwhenready.c;gof-directory-async.c;gof-preferences.c;PluginManager.c;SidebarPluginItem.c;Plugin.c;ProgressInfo.c;ProgressInfoManager.c;SoundManager.c;StockDialogs.c;TrashMonitor.c;UserUtils.c;IconInfo.c;Thumbnailer.c;pantheon-files-core.vapi;pantheon-files-core.h /tmp/makepkg/pantheon-files-git/src/files/pantheon-files-daemon/marlind-tagging.vala:130.29-130.30: error: The name
PF' does not exist in the context of
MarlinTags.record_uris' var directory = PF.FileUtils.escape_uri (PF.FileUtils.get_parent_path_from_path (uri)); ^^ /tmp/makepkg/pantheon-files-git/src/files/pantheon-files-daemon/marlind-tagging.vala:130.17-130.98: error: var declaration not allowed with non-typed initializer var directory = PF.FileUtils.escape_uri (PF.FileUtils.get_parent_path_from_path (uri)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /tmp/makepkg/pantheon-files-git/src/files/pantheon-files-daemon/marlind-tagging.vala:134.73-134.81: error: The namedirectory' does not exist in the context of
MarlinTags.record_uris' sql += cmd.printf (uri, content_type, color, modified_time, directory); ^^^^^^^^^ Compilation failed: 3 error(s), 0 warning(s) make[2]: [pantheon-files-daemon/CMakeFiles/io.elementary.files-daemon.dir/build.make:73: pantheon-files-daemon/io.elementary.files-daemon_valac.stamp] Error 1 make[1]: [CMakeFiles/Makefile2:203: pantheon-files-daemon/CMakeFiles/io.elementary.files-daemon.dir/all] Error 2SolarAquarion commented on 2019-01-07 16:51 (UTC)
It requires this Pull Request to be completed https://github.com/elementary/files/pull/785
PedroHLC commented on 2019-01-07 16:24 (UTC)
I get a lot of these when building from a clean chroot...
btd1337 commented on 2018-06-13 22:43 (UTC)
Include the Tumbler package as dependency for thumbnails works correctly.
btd1337 commented on 2018-06-13 22:40 (UTC)
Include the Tumbler package as dependency for thumbnails works correctly.
misc commented on 2015-04-13 14:40 (UTC)
alucryd commented on 2014-04-02 07:26 (UTC)
mildred commented on 2014-04-02 07:21 (UTC)
alucryd commented on 2014-03-17 17:36 (UTC)
theOptimizedCode commented on 2014-02-28 07:18 (UTC)
alucryd commented on 2014-02-12 10:50 (UTC)
orschiro commented on 2014-02-12 10:35 (UTC)
NightExcessive commented on 2014-02-09 20:59 (UTC)
alucryd commented on 2013-11-28 09:33 (UTC)
misc commented on 2013-06-29 12:10 (UTC)
sh4nks commented on 2013-06-27 08:17 (UTC)
alucryd commented on 2012-11-20 19:07 (UTC)
bjesus commented on 2012-11-20 19:04 (UTC)
d3Xt3r commented on 2012-11-10 20:45 (UTC)
Ner0 commented on 2012-11-07 14:20 (UTC)
d3Xt3r commented on 2012-11-07 08:51 (UTC)
Ner0 commented on 2012-11-06 11:23 (UTC)
hcjl commented on 2012-11-06 11:22 (UTC)
hcjl commented on 2012-11-06 11:03 (UTC)
Ner0 commented on 2012-08-27 13:24 (UTC)
popsch commented on 2012-08-27 09:32 (UTC)
florianbw commented on 2012-07-13 11:32 (UTC)
misc commented on 2012-06-02 17:58 (UTC)
misc commented on 2012-05-31 18:51 (UTC)
Ner0 commented on 2012-05-30 21:47 (UTC)
misc commented on 2012-05-30 20:56 (UTC)
misc commented on 2012-05-25 13:29 (UTC)
Ner0 commented on 2012-05-25 05:13 (UTC)
misc commented on 2012-05-24 18:59 (UTC)
mdias commented on 2012-05-18 15:48 (UTC)
misc commented on 2012-05-13 16:05 (UTC)