Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11051051
D3656.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D3656.id.diff
View Options
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 @@
<Source>
<Name>keepass</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<PartOf>security</PartOf>
- <Summary xml:lang="en">KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager.</Summary>
+ <Summary xml:lang="en">KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager</Summary>
<Description xml:lang="en">KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>keepass</Name>
- <Summary xml:lang="en">KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager.</Summary>
+ <Summary xml:lang="en">KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager</Summary>
<Description xml:lang="en">KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager.
</Description>
<PartOf>security</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="executable">/usr/bin/keepass</Path>
<Path fileType="data">/usr/share/applications/keepass.desktop</Path>
- <Path fileType="data">/usr/share/keepass</Path>
+ <Path fileType="data">/usr/share/keepass/KeePass.config.xml</Path>
+ <Path fileType="data">/usr/share/keepass/KeePass.exe</Path>
+ <Path fileType="data">/usr/share/keepass/KeePass.exe.config</Path>
+ <Path fileType="data">/usr/share/keepass/XSL/KDBX_Common.xsl</Path>
+ <Path fileType="data">/usr/share/keepass/XSL/KDBX_DetailsFull_HTML.xsl</Path>
+ <Path fileType="data">/usr/share/keepass/XSL/KDBX_DetailsLight_HTML.xsl</Path>
+ <Path fileType="data">/usr/share/keepass/XSL/KDBX_PasswordsOnly_TXT.xsl</Path>
+ <Path fileType="data">/usr/share/keepass/XSL/KDBX_Tabular_HTML.xsl</Path>
<Path fileType="data">/usr/share/pixmaps/keepass.png</Path>
</Files>
</Package>
<History>
- <Update release="25">
- <Date>2018-05-14</Date>
+ <Update release="26">
+ <Date>2018-08-21</Date>
<Version>2.39.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 7:44 PM (2 h, 56 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5797683
Default Alt Text
D3656.id.diff (5 KB)
Attached To
Mode
D3656: Rebuild keepass for mono 5.14.0.117 & drop mono-addins
Attached
Detach File
Event Timeline
Log In to Comment