Package Details: cronopete 4.16.0-1

Git Clone URL: https://aur.archlinux.org/cronopete.git (read-only, click to copy)
Package Base: cronopete
Description: A graphical backup utility based on Apple Time Machine idea.
Upstream URL: http://www.rastersoft.com/programas/cronopete.html
Licenses: GPL2
Submitter: swiftscythe
Maintainer: funilrys
Last Packager: funilrys
Votes: 12
Popularity: 0.21
First Submitted: 2011-09-05 22:08 (UTC)
Last Updated: 2024-02-08 19:03 (UTC)

Latest Comments

1 2 3 Next › Last »

yochananmarqos commented on 2024-04-12 21:07 (UTC) (edited on 2024-04-12 21:46 (UTC) by yochananmarqos)

@funilrys: This uses libayatana-appindicator instead of libappindicator-gtk3. You have duplicate packages in the depends and makedepends arrays.

Bare minimum (yes, you can also specify transitive dependencies):

depends=('gtk3' 'libayatana-appindicator' 'libgee' 'libnotify' 'udisks2' 'rsync')
makedepends=('cmake' 'intltool' 'vala')

Please also see Cmake package guidelines

EDIT: The install file is also unnecessary. There's already a hook for that introduced years ago.

herve commented on 2021-06-01 07:23 (UTC)

Hi, just so you know, version 4.13 is out (I packaged it for myself from the upstream repository).

mhrivnak commented on 2019-12-10 08:37 (UTC)

Same error as Ray

Ray commented on 2019-12-09 02:52 (UTC)

I'm having trouble installing too.

Compilation failed: 2 error(s), 0 warning(s) make[2]: [src/CMakeFiles/cronopete.dir/build.make:121: src/cronopete_valac.stamp] Error 1 make[1]: [CMakeFiles/Makefile2:305: src/CMakeFiles/cronopete.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 ==> ERROR: A failure occurred in build().

herve commented on 2019-07-20 17:13 (UTC)

I got in touch with the author, it's now fixed in master. No idea if he packaged the fix, tough.

funilrys commented on 2019-07-20 17:08 (UTC)

For the one who flagged this and for the record, I can't deliver the next version because I get the following while testing before shipping here.

CMake Error at data/interface/cmake_install.cmake:45 (file):
  file INSTALL cannot find
  "/home/xxxx/xxx/aur/test/cronopete/src/cronopete4.10.0/data/interface/ask_quit.ui".
Call Stack (most recent call first):
  cmake_install.cmake:49 (include)

herve commented on 2019-06-30 07:41 (UTC)

Never noticed it before, but cronopete comes with its own PKGBUILD in the sources. The author offers pre-built packages, but better review the file and compile them by ourselves.

I'll use them now, but we still need some way to be notified when a new version is released.

I'll try with the RSS feed of the repo https://gitlab.com/rastersoft/cronopete/commits/master?format=atom It doesn't seem to have a feed for the PKGBUILD updates alone.

ggnoredo commented on 2019-06-29 22:08 (UTC)

any eta on latest release?

herve commented on 2018-06-28 07:59 (UTC)

Hi, and thanks for taking care of that package, did you see the warnings?

==> Checking for packaging issues... ==> WARNING: Package contains reference to $srcdir usr/bin/cronopete

and from nancamp:

$ namcap cronopete-4.4.0-1-x86_64.pkg.tar.xz cronopete W: .INSTALL file runs a command provided by hooks. cronopete W: Dependency gtk3 included but already satisfied cronopete W: Dependency pango included but already satisfied cronopete W: Dependency atk included but already satisfied cronopete W: Dependency cairo included but already satisfied cronopete W: Dependency gdk-pixbuf2 included but already satisfied cronopete W: Dependency glib2 included but already satisfied cronopete W: Dependency libdbusmenu-glib included but already satisfied cronopete W: Dependency included and not needed ('gsl') cronopete W: Dependency glibc included but already satisfied cronopete W: Dependency included and not needed ('udisks2') cronopete W: Dependency included and not needed ('rsync')

I'm not sure where it comes from and how to fix it.

I also see this when compiling:

gtk-update-icon-cache: Failed to open file /usr/share/icons/hicolor/.icon-theme.cache : Permission denied

But I guess it's an upstream issue.

ks-aeon commented on 2018-01-06 11:20 (UTC)

There is a dependency for udisks2. Compilation failed with just trying to install this package. When installed udisks2 with pacman, re-running installation of this package was successful.