Package Details: sigram-git r220.619e9e1-1

Package Base: sigram-git
Description: A different telegram client from Sialan.labs (GIT version)
Upstream URL: http://labs.sialan.org/projects/sigram
Category: network
Licenses: GPL
Conflicts: sigram, sigram-bin
Provides: sigram
Submitter: totoloco
Maintainer: hnws
Last Packager: hnws
Votes: 8
First Submitted: 2014-06-09 18:46
Last Updated: 2015-01-25 02:17

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by sl1pkn07

2014-11-24 20:55

the new sigram-one now uses a component with gstreamer

sigh....

leave package...

greetings

Comment by sl1pkn07

2014-11-21 19:04

i dont't know

ask here https://github.com/sialan-labs/sigram/issues

Comment by legion1978

2014-11-21 18:53

Hello
is there a way to launch several instances of sigram?

thanx

Comment by Morfeo

2014-10-24 11:59

qt5-quickcontrols is required

Comment by sl1pkn07

2014-10-14 13:04

try now

Comment by Alphanumerix

2014-10-14 12:57

I believe, that qt5-graphicaleffects-git package should be requeired, because there is an error saying

QQmlApplicationEngine failed to load component
qrc:///main.qml:21 module "QtGraphicalEffects" is not installed

Right now without it Sigram is crushing right after opening main window.

Comment by sl1pkn07

2014-07-14 11:38

the real problem is in the sigram-bin package side. because don't have "provides=('sigram')" in the PKGBUILD

anyway fixed

greetings

Comment by gdmsl

2014-07-14 09:56

it works but please add conflict with sigram-bin

Comment by sl1pkn07

2014-07-11 02:13

Adopted and upgrade

greetings

Comment by cippaciong

2014-07-02 21:19

@angelblade That's strange, it worked for me. Well, an upstream fix will be the best option.

Comment by angelblade

2014-07-02 21:03

@Cippaciong Sorry, i got same error with your PKBUILD :(. I prefer wait the issue #46 on github can be solved soon :)

Comment by cippaciong

2014-07-02 19:04

@angelblade try also with my PKGBUILD, it shouldn't give the libappindicator error

Comment by angelblade

2014-07-02 18:59

@Cippaciong I compiled following steps on README file and got error, always try compile with libappindicator , a temporary solution is given on previous comment. i reported this issue on github.

Comment by cippaciong

2014-07-02 18:40

I wouldn't add libappindicator as a dependency, it's more like an optional dependency only for unity users.
Consider also that according to what is written on the README on github the support for libappindicator is compiled separately.

Comment by angelblade

2014-07-02 18:10

I dont use Unity, libappindicator is used by Unity Users

i test compile modifying some files:
1) I downloaded git version for Sigram
2) delete directory libs
3) modified SialanTelegram.pro and deleted
SUBDIRS += libs
4) after
mkdir build && cd build
qmake -r ..
make
This work for me.

Comment by angelblade

2014-07-02 17:49

Its possible require a new dependency: libappindicator but which package? Searching on AUR, i got
libappindicator, libappindicator1, libappindicator3

Error reported by @syuspark can be caused by line on libs/UnitySystemTray/UnitySystemTray.pro
INCLUDEPATH += "/usr/include/libappindicator-0.1"

Comment by cippaciong

2014-07-01 18:15

@syuspark
Try with the PKGBUILD I posted in my previous comment, it should work.
By the way, I think you can get rid of that error installing libappindicator but is't useless if you are not a Unity user.

Comment by gdmsl

2014-07-01 14:16

For me makepkg fails with this error

unitysystemtray.cpp:7:45: fatal error: libappindicator/app-indicator.h: No such file or directory
#include <libappindicator/app-indicator.h>
^
compilation terminated.

Comment by cippaciong

2014-07-01 10:28

I finally managed to compile and install it, thanks to a comment on github and some try and fail.
Some directories and file names have changed, so the PKGBUILD and sigram file (the one is put in /usr/bin) needs to be changed too, you can find the first here:
http://pastie.org/9342990
and the latter here:
http://pastie.org/9342995

Comment by Phoenix_alx

2014-06-29 09:26

Makefile:518: recipe for target 'copydeploymentfolders' failed

Makefile:39: recipe for target 'sub-Sigram-make_first-ordered' failed
make: *** [sub-Sigram-make_first-ordered] Error 2
==> ERROR: Se produjo un error en build().


in
aur/sigram-git r123.80eb4e1-2 (4)

Comment by unikum

2014-06-17 01:42

May be add .desktop file?

Comment by sl1pkn07

2014-06-16 18:38

and need:

sed 's|/opt/$${TARGET}/bin|/usr/share/sigram|g' -i deployment.pri

greetings

Comment by totoloco

2014-06-16 18:27

Fixed

Comment by sl1pkn07

2014-06-16 18:22

==> Iniciando package()...
Copying application data...
mkdir: no se puede crear el directorio «/opt/SialanTelegram»: Permiso denegado
Makefile:1064: recipe for target 'install_target' failed
make: *** [install_target] Error 1


fix with:

make INSTALL_ROOT="${pkgdir}" install

greetings

Comment by totoloco

2014-06-15 14:39

Desktop file added :)

Comment by unikum

2014-06-14 05:01

No desktop file for launch?

Comment by tuxflo

2014-06-13 12:22

works here but I get the error that the image format is not supported.

Comment by deathye

2014-06-11 23:24

Installed, but did not work

$ sigram
/usr/bin/sigram: line 3: 2249 Falha de segmentação (imagem do núcleo gravada)./SialanTelegram

Comment by totoloco

2014-06-11 15:26

Great comment @Localizator ;)

Comment by Localizator

2014-06-11 13:48

Not working!

Comment by angelblade

2014-06-10 15:45

i got error like qrc:///main.qml:21 module "QtGraphicalEffects" is not installed and solved installing this package ==> qt5-graphicaleffects

Please add as dependency qt5-graphicaleffects

Comment by jgvr

2014-06-10 14:43

I tried to install this but the installer tries to Install qt5 over and over again. It sais that the qt5 dependencies is not installed but it actually did... It reinstall and then again reinstall...

Comment by fmemb

2014-06-10 08:17

@babel, that error is because you have to install other dependencies that are not included in the PKGBUILD, such as qt5-quickcontrols and others.

"pacman -S qt5" will solve the problem.

Comment by totoloco

2014-06-10 03:05

Jritz, upload to a filebin your PKGBUILD or read /usr/share/pacman/PKGBUILD-git.proto

Comment by babel

2014-06-10 02:26

I got this error installing it:
Project ERROR: Unknown module(s) in QT: quick qml
What is it about? What can I do to solve it?

Comment by Jristz

2014-06-09 21:51

NO NO NO, If a TU look this PKGBUILD, him will deleti it ASAP.
Change the PKGBUILD to conform with pacman 4.1 CVS guideliness or you will have a bad time