Package Details: remmina-git 1.4.35.r9.g9f15d98ee-1

Git Clone URL: https://aur.archlinux.org/remmina-git.git (read-only, click to copy)
Package Base: remmina-git
Description: A remote desktop client written in GTK+ - git checkout
Upstream URL: http://www.remmina.org/
Licenses: GPL-2.0-or-later
Conflicts: grdc, remmina
Provides: grdc, remmina, remmina-plugins
Submitter: eworm
Maintainer: Matty_r
Last Packager: Matty_r
Votes: 58
Popularity: 0.059086
First Submitted: 2011-10-06 08:11 (UTC)
Last Updated: 2024-03-16 00:03 (UTC)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16

<deleted-account> commented on 2012-03-06 10:38 (UTC)

I believe you have a dependency missing. Package fails to build with this error: CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Could NOT find LIBVNCSERVER (missing: LIBVNCSERVER_LIBRARY LIBVNCSERVER_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) cmake/FindLIBVNCSERVER.cmake:32 (find_package_handle_standard_args) cmake/FindOptionalPackage.cmake:27 (find_package) remmina-plugins/CMakeLists.txt:35 (find_required_package) Installing extra/libvncserver allows it to build.

graysky commented on 2012-02-26 19:55 (UTC)

pkgname=remmina-git pkgver=20120226 pkgrel=1 pkgdesc="Remmina is a remote desktop client written in GTK+. " arch=(i686 x86_64) url="http://remmina.sourceforge.net/" license=('GPL') depends=('gtk2' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp' 'libgnome-keyring') makedepends=('intltool' 'pkgconfig' 'cmake' 'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib' 'freerdp-git>=20120224') optdepends=('avahi' 'libxkbfile' 'telepathy-glib' 'freerdp-git') replaces=('remmina-plugins') provides=("grdc" "grdc=$pkgver" 'remmina-plugins' "remmina") conflicts=("grdc" "remmina") install=remmina.install _gitroot='git://github.com/FreeRDP' _gitname='Remmina' build() { cd "$srcdir" msg "Connecting to GIT server...." if [[ -d "$_gitname" ]]; then cd "$_gitname" && git pull origin msg "The local files are updated." else git clone "$_gitroot/$_gitname.git" fi msg "GIT checkout done or server timeout" msg "Starting build..." rm -rf "$srcdir/$_gitname-build" git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build" cd "$srcdir/$_gitname-build" # # BUILD HERE # export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread" cmake -DWITH_APPINDICATOR=OFF -DCMAKE_INSTALL_PREFIX=/usr . make } package() { cd "$srcdir/$_gitname-build" make DESTDIR="$pkgdir/" install }

eworm commented on 2012-02-13 10:58 (UTC)

Plugins are included in remmina(-git) now. Dropping this package, if a dev comes here... Please delete this package.

eworm commented on 2011-12-30 09:21 (UTC)

The remmina project has moved to cmake. Updated the PKGBUILD, please try again.

<deleted-account> commented on 2011-12-30 08:31 (UTC)

Current PKGBUILD returns this error: line 39: ./autogen.sh: No such file or directory I looked around the src directory and was not able to find a autogen.sh file.

eworm commented on 2011-11-09 12:01 (UTC)

FreeRDP is reenabled and it compiles, but I could not successfully connect to an RDP host. Time will tell...

eworm commented on 2011-10-06 08:12 (UTC)

Please note that the RDP plugin has been disabled. FreeRDP had an ABI change and remmina is not yet updated.