@Noob Right. That's only the client software. You can get the server software here: https://www.ecodms.de/index.php/en/download/ecodms-archive/ecodms-version-18-09-apu
Search Criteria
Package Details: ecodms-client 24.02-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ecodms-client.git (read-only, click to copy) |
---|---|
Package Base: | ecodms-client |
Description: | Document Management Software |
Upstream URL: | http://www.ecodms.de/index.php/de/ |
Licenses: | LicenseRef-ecodms |
Submitter: | cmuench |
Maintainer: | cmuench (tuxflo, torbennehmer) |
Last Packager: | torbennehmer |
Votes: | 13 |
Popularity: | 0.000002 |
First Submitted: | 2020-02-01 20:04 (UTC) |
Last Updated: | 2025-01-18 20:51 (UTC) |
Dependencies (23)
- apr
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libayatana-appindicator
- libidn (libidn-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR)
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-webchannel
- qt5-webengine
- qt5-x11extras
- sane (sane-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-gitAUR) (optional)
Required by (0)
Sources (2)
cmuench commented on 2021-01-30 19:25 (UTC)
Noob commented on 2021-01-30 18:13 (UTC)
Hello, unfortunately I cannot create a profile. There is no possibility to select an archive. I get the error message: The operation is now in progress
nima commented on 2021-01-28 15:31 (UTC) (edited on 2021-01-28 15:31 (UTC) by nima)
Hello, shouldn't the ecodms oneclickbackup also be installed when the ecodms client is installed? And what about ecodmsprinter? I would be grateful for hints and help!
cmuench commented on 2020-12-09 07:44 (UTC)
@KaonHunter Thanks. New package is released.
KaonHunter commented on 2020-12-08 20:39 (UTC)
Update to new version:
diff --git a/PKGBUILD b/PKGBUILD
index e6ff826..5372221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_LANG='en'
pkgname=ecodms-client
-pkgver=18.09.2
+pkgver=18.09.3
pkgrel=3
pkgdesc="Document Management Software"
arch=('x86_64')
@@ -15,8 +15,8 @@ depends=('bash' 'libappindicator-gtk2' 'qt5-webengine' 'qt5-svg' 'qt5-x11extras'
options=('!strip')
install=${pkgname}.install
-source_x86_64=("ecodmsclient-${pkgver}_amd64.deb::https://www.ecodms.de/ecodms_180964/buster/ecodmsclient-18.09-2_amd64.deb")
-md5sums_x86_64=('624773b00587c5519fdcfcb87c1c6b33')
+source_x86_64=("ecodmsclient-${pkgver}_amd64.deb::http://www.ecodms.de/ecodms_180964/focal/./ecodmsclient-18.09-3-1_amd64.deb")
+md5sums_x86_64=('68516adf5e420236802ad24e33500365')
cagliostro commented on 2020-11-07 12:22 (UTC) (edited on 2020-11-07 14:10 (UTC) by cagliostro)
Download of client software does not work. Client version apperently updated to 18.09 3 and download directory seams to be no longer available.
cmuench commented on 2020-04-01 11:42 (UTC)
@grothe6 Thanks. I was able to successfully test your patch. It's released as new version.
grothe6 commented on 2020-04-01 09:33 (UTC) (edited on 2020-04-01 10:17 (UTC) by grothe6)
To fix the non-working .desktop files and offer a config option for client language:
diff --git a/PKGBUILD b/PKGBUILD
index 9f8d7cb..54ed61a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,9 @@
# Maintainer: cmuench
+# Default language is english
+# Languages to choose from: en, de
+_LANG='en'
+
pkgname=ecodms-client
pkgver=18.09.2
pkgrel=2
@@ -19,5 +23,13 @@ package() {
tar -xf data.tar.gz
ln -sf /usr/lib/libpcre.so opt/ecodms/ecodmsclient/libpcre.so.3
+
+ # Patch start files
+ sed -i '1 i #!/bin/sh' opt/ecodms/ecodmsclient/ecodmsclient.sh
+ sed -i '1 i #!/bin/sh' opt/ecodms/ecodmsclient/ecodmsconmgr.sh
+
+ # Set client language
+ cp -f opt/ecodms/ecodmsclient/language_${_LANG}.qm opt/ecodms/ecodmsclient/language.qm
+
cp -dr --no-preserve=ownership etc opt usr "${pkgdir}"/
}
zock3r1608 commented on 2020-03-17 01:35 (UTC)
Great work, running properly.
Pinned Comments
torbennehmer commented on 2025-01-18 20:55 (UTC)
Language detection
The PKGBUILD tries to infer the langauge from the LANG environment variable. If it starts with
de
, it will use German, otherwise English. This should be sane in most cases, as long as you build with your regular user account in the correct locale.To override this, export the environment variable ECODMS_LANG to select a non-default value prior to building the package. Supported languages by EcoDMS: en, de
This can always be changed after package installation by updating the symlink at
/opt/ecodms/ecodmsclient/language.qm
.