diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,25 +1,21 @@ name : keepass version : 2.39.1 -release : 25 +release : 26 source : - https://netcologne.dl.sourceforge.net/project/keepass/KeePass%202.x/2.39.1/KeePass-2.39.1-Source.zip : 00a8a97ec5fa18db558a9be131435fd2cebce2327c89616cee47e2fe7fe2c978 -license : GPL-2.0 +license : GPL-2.0-or-later component : security -summary : KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager. +summary : KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager description: | KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager. extract : no builddeps : - pkgconfig(gtk-sharp-2.0) - pkgconfig(mono) - - pkgconfig(mono-addins) - libgdiplus-devel - - unzip rundeps : - libgdiplus - - mono - mono-devel - - mono-addins - xdotool - xsel setup : | @@ -36,19 +32,19 @@ cp Ext/KeePass.exe.config Build/KeePass/Release install : | cd $workdir/../ - install -dm755 $installdir/usr/bin - install -dm755 $installdir/usr/share/keepass/XSL + install -dm00755 $installdir/usr/bin + install -dm00755 $installdir/usr/share/keepass/XSL - install -Dm755 Build/KeePass/Release/KeePass.exe $installdir/usr/share/keepass/KeePass.exe - install -Dm755 Ext/KeePass.config.xml $installdir/usr/share/keepass/KeePass.config.xml - install -Dm755 Ext/KeePass.exe.config $installdir/usr/share/keepass/KeePass.exe.config - install -m644 Ext/XSL/* $installdir/usr/share/keepass/XSL + install -Dm00755 Build/KeePass/Release/KeePass.exe $installdir/usr/share/keepass/KeePass.exe + install -Dm00755 Ext/KeePass.config.xml $installdir/usr/share/keepass/KeePass.config.xml + install -Dm00755 Ext/KeePass.exe.config $installdir/usr/share/keepass/KeePass.exe.config + install -m00644 Ext/XSL/* $installdir/usr/share/keepass/XSL - install -Dm644 $pkgfiles/keepass.png $installdir/usr/share/pixmaps/keepass.png + install -Dm00644 $pkgfiles/keepass.png $installdir/usr/share/pixmaps/keepass.png # KeePass Desktop File and Exec Adding echo '#!/bin/sh exec mono /usr/share/keepass/KeePass.exe "$@"' >> $installdir/usr/bin/keepass chmod +x $installdir/usr/bin/keepass - install -Dm644 $pkgfiles/keepass.desktop $installdir/usr/share/applications/keepass.desktop + install -Dm00644 $pkgfiles/keepass.desktop $installdir/usr/share/applications/keepass.desktop diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,36 +2,43 @@ keepass - Joshua Strobl - joshua@stroblindustries.com + Pierre-Yves + pyu@riseup.net - GPL-2.0 + GPL-2.0-or-later security - KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager. + KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager. https://solus-project.com/sources/README.Solus keepass - KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager. + KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager. security - /usr/bin + /usr/bin/keepass /usr/share/applications/keepass.desktop - /usr/share/keepass + /usr/share/keepass/KeePass.config.xml + /usr/share/keepass/KeePass.exe + /usr/share/keepass/KeePass.exe.config + /usr/share/keepass/XSL/KDBX_Common.xsl + /usr/share/keepass/XSL/KDBX_DetailsFull_HTML.xsl + /usr/share/keepass/XSL/KDBX_DetailsLight_HTML.xsl + /usr/share/keepass/XSL/KDBX_PasswordsOnly_TXT.xsl + /usr/share/keepass/XSL/KDBX_Tabular_HTML.xsl /usr/share/pixmaps/keepass.png - - 2018-05-14 + + 2018-08-21 2.39.1 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file