Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
AgeCommit message (Collapse)Author
2018-07-31Fixing snap remmina idAntenore Gatta
2018-07-29Fixing snap build - removing naclAntenore Gatta
2018-06-06Added libffiAntenore Gatta
2018-06-06Readd lib-naclAntenore Gatta
2018-06-06Revert lib-naclAntenore Gatta
2018-06-06Revert lib-naclAntenore Gatta
2018-05-24Add libavresample-dev to SNAP, possible fix for issue #1643Giovanni Panozzo
2018-05-22snap: remove deprecated scriptlets stanzasMarco Trevisan (Treviño)
Use override-'s instead.
2018-05-22snap: remove the remmina-appdata partMarco Trevisan (Treviño)
2018-05-20Preparing for official release v1.2.30Antenore Gatta
2018-05-03Renamed files and icons accordingly to the uniq app idAntenore Gatta
2018-04-12snap: use generated SNAP_VERSION fileMarco Trevisan (Treviño)
If that fails use head git revision
2018-04-10snap: ensure we create the source gui dir if neededMarco Trevisan (Treviño)
2018-04-06snap: move desktop state-packages to desktop-gtk3Marco Trevisan (Treviño)
Using composition, in this way we'll generate the cache on startup. While snapcraft will avoid to redownload and process all the dependencies.
2018-04-06snap: use proper snap dir when inside snapcraftMarco Trevisan (Treviño)
2018-04-06snap: add desktop file for remmina commandMarco Trevisan (Treviño)
2018-04-06snap: import informations from appdataMarco Trevisan (Treviño)
Unfortunately we need to use a workaround to get the proper AppInfo file, also it seems that description isn't imported.
2018-03-19Disable Wayland for SNAP due to desktop-launch problems, workaround for ↵Giovanni Panozzo
issue #1414
2018-03-19Remove telepathy plugin from SNAP packageGiovanni Panozzo
2018-03-19Add missing icons to SNAP packageGiovanni Panozzo
2018-03-19Change SNAP icon pre-caching as per @3v1no comment on commit 04e4a99Giovanni Panozzo
2018-03-15Attempt to speedup snap startupGiovanni Panozzo
2018-02-28snapcraft: copy gui data to the snap folder on installMarco Trevisan (Treviño)
2018-02-27rollback Hardcoded org.remmina.Remmina.desktop in the apps sectionAntenore Gatta
2018-02-27Hardcode org.remmina.Remmina.desktop in the apps sectionAntenore Gatta
2018-02-27snap: don't snap fonts, use desktop interfaceMarco Trevisan (Treviño)
Fonts are now bind-mounted from host by the desktop interface
2018-02-27snap: use new features, reduce cmake usage and travis deployMarco Trevisan (Treviño)
We can now move to use build.snapcraft.io for deployment.
2018-02-26Updated travis/snap integrationAntenore Gatta
2018-01-08Start with usage statsGiovanni Panozzo
2017-11-06Merge pull request #1362 from mfvescovi/typoAntenore Gatta
Fix 'consistant' -> 'consistent' typo
2017-11-05Fix 'consistant' -> 'consistent' typoMatteo F. Vescovi
2017-10-22Merge branch 'next' into snapd-2.27Giovanni Panozzo
2017-10-22snap: add password-manager-service interface for gnome-keyringDevid Antonio Filoni
2017-10-10Use the new desktop, desktop-legacy and wayland interfaces introduced inKen VanDine
snapd 2.28. Also build freerdp with wayland support. This fixes the snap to work on Ubuntu Desktop 17.10 with the default session using wayland.
2017-10-01Update desktop file name in snap CMakeLists.txtGiovanni Panozzo
2017-09-26Desktop file renamed to follow freedesktop specificationAntenore Gatta
2017-06-20snap: Use SNAP_USER_COMMON/.ssh as ssh files pathDevid Antonio Floni
2017-06-18Revert "snapcraft: use snap-preload to get dynamic access to /snap path"Devid Antonio Floni
This reverts commit 2ba7f5fcb4e901c1bbd83297a24df7ba80442d5b.
2017-06-18Revert "snapcraft: add missing preload build-dependencies"Devid Antonio Floni
This reverts commit 96433bdf250547f967d4a1f54993c9ee80b9268d.
2017-06-18Revert "snapcraft: override remote desktop-gtk3 part by generating caches"Devid Antonio Floni
This reverts commit e1fb2e17ad304232f6d6407899426e8074742651.
2017-04-20snapcraft: override remote desktop-gtk3 part by generating cachesMarco Trevisan (Treviño)
2017-04-20snapcraft: add missing preload build-dependenciesMarco Trevisan (Treviño)
2017-04-19snapcraft: use snap-preload to get dynamic access to /snap pathMarco Trevisan (Treviño)
This allows also to generate various .cache at snaping time. Using a version that supports getpw properly in order to fix the SSH connection issue.
2017-03-15IndentationAntenore Gatta
2017-03-07snap: remove unneeded CMAKE_PREFIX_PATH for libsshMarco Trevisan (Treviño)
2017-03-02snapcraft: make build-type to reflect the cmake parameterMarco Trevisan (Treviño)
2017-02-23snap: optionally push all the built snaps on PRs to transfer.sh (#1126)Marco Trevisan
Snaps generated on PRs will be temporary uploaded to transfer.sh, so that it will be easier to test the binaries.
2017-02-23snap: use icon stanza to define the remmina .svgMarco Trevisan (Treviño)
2017-02-18snap: properly parse git tags revisionsMarco Trevisan (Treviño)
2017-02-13snap: use snapcraft 2.26 features (#1115)Marco Trevisan