Package Details: ecodms-client 23.02-1

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: custom
Submitter: cmuench
Maintainer: cmuench (tuxflo, torben)
Last Packager: torben
Votes: 13
Popularity: 0.000361
First Submitted: 2020-02-01 20:04 (UTC)
Last Updated: 2024-01-02 18:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

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.

citydweller commented on 2020-02-08 09:00 (UTC)

Feature request: - Give the user the ability to choose the program language de or en

citydweller commented on 2020-02-08 08:38 (UTC)

If I start wit the Desktop file, nothing happens, even not with the new version. If I start it with the following command from terminal, it works.

export LD_LIBRARY_PATH=/opt/ecodms/ecodmsclient/ && ./ecodmsclient.sh

Also get the following error, but ecodms is working. ./ecodmsclient: /usr/lib/libtiff.so.5: no version information available (required by ./ecodmsclient)

Here is a screenshot of the desktop file https://i.imgur.com/VZDlix6.png

cmuench commented on 2020-02-07 09:15 (UTC) (edited on 2020-02-07 09:15 (UTC) by cmuench)

Are you starting with the desktop file? The file should be here: /opt/ecodms/ecodmsclient/libecosvg.so

If you start /opt/ecodms/ecodmsclient/ecodmsclient.sh the LD_LIBRARY_PATH is set to /opt/ecodms/ecodmsclient/ . In my case the file was found.

citydweller commented on 2020-02-07 07:56 (UTC)

Hi, another dependency missing? /opt/ecodms/ecodmsclient/ecodmsclient: error while loading shared libraries: libecosvg.so: cannot open shared object file: No such file or directory