LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-14-2015, 10:22 AM   #1
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Rep: Reputation: 2
Geary Dependencies


Hey, guys!

Trying to install Geary Mail on Slackware 14.1. I run ./configure and
with version 0.8.3 get this
Code:
--   package 'gtk+-3.0>=3.10.0' not found
--   package 'gcr-3>=3.10.1' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:279 (message):
  A required package was not found
with version 0.6.5 get this
Code:
error: Package `gcr-3' not found in specified Vala API directories or GObject-Introspection GIR directories
What to do?

Thank you in advance!

Last edited by amaro; 01-14-2015 at 10:26 AM.
 
Old 01-14-2015, 11:47 AM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Please note that geary is an IMAP client for Gnome 3, that is not included in Slacwkare. So better choose an IMAP easy to install on Slackware. There are plenty provided on on SlackBuilds.org in addition to Thunderbird that is included in Slackware.

Furthermore, it is recommended to use the Slackware packaging system instead of compiling apps manually for reasons explained in this document, under the heading "Management of software packages".
 
Old 01-14-2015, 12:37 PM   #4
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by Didier Spaier View Post
Please note that geary is an IMAP client for Gnome 3, that is not included in Slacwkare. So better choose an IMAP easy to install on Slackware. There are plenty provided on on SlackBuilds.org in addition to Thunderbird that is included in Slackware.

Furthermore, it is recommended to use the Slackware packaging system instead of compiling apps manually for reasons explained in this document, under the heading "Management of software packages".

Absolutely agree but Thunderbird is not my mail client and Claws doesn't work with my GMX account.
 
Old 01-14-2015, 02:10 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by amaro View Post
Absolutely agree but Thunderbird is not my mail client and Claws doesn't work with my GMX account.
Then you could try Trojitá that has no dependencies beyond a full Slackware system. Caveat emptor: I don't know if works with a GMX account.

Last edited by Didier Spaier; 01-14-2015 at 02:11 PM.
 
Old 01-14-2015, 03:38 PM   #6
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by amaro View Post
Absolutely agree but Thunderbird is not my mail client and Claws doesn't work with my GMX account.
In a nutshell, here's what you can do:
  1. Use Thunderbird.
  2. Jump through burning loops trying to build every single dependency for Geary.
  3. Nothing.

Cheers,

Niki
 
Old 01-15-2015, 09:18 AM   #7
amaro
Member
 
Registered: Jun 2014
Distribution: Slackware 14.1 on HP 6910p
Posts: 50

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by kikinovak View Post
In a nutshell, here's what you can do:
  1. Use Thunderbird.
  2. Jump through burning loops trying to build every single dependency for Geary.
  3. Nothing.

Cheers,

Niki

I could add that Trojita works but you have to make profiles to use it with multiple accounts; and then there is Seamonkey which also works. Looks like at the moment Geary is not an option.
 
Old 06-05-2015, 09:29 PM   #8
thorn-inurcide
LQ Newbie
 
Registered: Jun 2015
Distribution: Slackware
Posts: 3

Rep: Reputation: Disabled
Late response I know, but geary is an option on Slackware. I run it. You need vala, libgee1, and webkitgtk3, but.. you have to recompile Slackwares gcr and remove the --disable-vala flag from Pat's script. And of course have vala installed before recompiling gcr. I run version 0.10.0 on Slackware -current
 
1 members found this post helpful.
Old 11-10-2017, 05:14 AM   #9
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by kikinovak View Post
In a nutshell, here's what you can do:
  1. Use Thunderbird.
  2. Jump through burning loops trying to build every single dependency for Geary.
  3. Nothing.

Cheers,

Niki
Old thread, but I just installed Geary pretty easily with Flatpak. That involved installing Flatpak from SBo:
Code:
sboinstall flatpak # or some other SBo tool install method
Installing Geary (as a user just for testing):
Code:
flatpak install --user --from https://flathub.org/repo/appstream/org.gnome.Geary.flatpakref
Running it:
Code:
flatpak run org.gnome.Geary
That said, I uninstalled it (and Flatpak) after about 2 minutes, as it's too lightweight for me.
 
1 members found this post helpful.
Old 11-10-2017, 12:57 PM   #10
BradReed
Member
 
Registered: Apr 2015
Location: Earth
Distribution: Slackware-current
Posts: 106

Rep: Reputation: 55
Quote:
Originally Posted by amaro View Post
Absolutely agree but Thunderbird is not my mail client and Claws doesn't work with my GMX account.
Have you let the Claws-mail developers know about your issues with GMX? They are very responsive.
 
Old 11-10-2017, 05:14 PM   #11
drgibbon
Senior Member
 
Registered: Nov 2014
Distribution: Slackware64 15.0
Posts: 1,220

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by BradReed View Post
Have you let the Claws-mail developers know about your issues with GMX? They are very responsive.
This is a nearly 3 year old thread, so the original posters might not be around any more. I only replied because I wanted to try Geary and this thread was the only info on the forum (and which turned out to contain inaccurate information).
 
Old 02-05-2018, 03:26 AM   #12
gatons
LQ Newbie
 
Registered: Oct 2005
Posts: 3

Rep: Reputation: 0
Hi. Create a "dirty hack" of Geary for Slackware - Geary and all neaded deps get from Ubuntu 16.04 repos and put in one pack on http://repo.salixos.lv/pkgs/salix/14.2/x86_64/geary/ . If use Salix 14.2 and Gslapt, then u can install without problems. If not use Gslapt, please, check slack-required file in package.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Unable to locate package geary with Linuxmint 16 rstuff Linux - Newbie 6 08-19-2014 01:38 AM
LXer: Geary 0.5.0 Email Client Is Now Available for Download LXer Syndicated Linux News 0 12-13-2013 08:21 PM
LXer: Geary: A Simple Email Client For Linux That Supports Threaded Conversation LXer Syndicated Linux News 0 05-23-2012 06:40 AM
LXer: Geary | A Lightweight Email Client For Gnome Desktop LXer Syndicated Linux News 0 05-07-2012 07:20 AM
I recieve a failed dependencies error, but I have all required dependencies Laptop2250 Linux - Software 15 02-03-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration