Skip to content

Commit

Permalink
keepass: Houskeeping (#4790)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfisya authored Jan 10, 2025
2 parents 92cbb47 + dc11e0a commit bedbd0e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
23 changes: 23 additions & 0 deletions packages/k/keepass/files/info.keepass.keepass.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>info.keepass.keepass</id>

<name>KeePass</name>
<summary>Light-weight and easy-to-use password manager</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>

<description>
<p>
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can store all your passwords in one database, which is locked with a master key. So you only have to remember one single master key to unlock the whole database. Database files are encrypted using the best and most secure encryption algorithms currently known (AES-256, ChaCha20 and Twofish).
</p>
</description>

<launchable type="desktop-id">keepass.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://keepass.info/screenshots/linux/main_big.png</image>
</screenshot>
</screenshots>
</component>
2 changes: 1 addition & 1 deletion packages/k/keepass/files/keepass.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Encoding=UTF-8
Version=1.0
Type=Application
Icon=keepass
Exec=/usr/bin/keepass
Exec=keepass
Name=KeePass
Comment=KeePass
Categories=Utility;
Expand Down
2 changes: 1 addition & 1 deletion packages/k/keepass/monitoring.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
releases:
id: 1505
rss: https://sourceforge.net/projects/keepass/rss
rss: https://sourceforge.net/projects/keepass/rss?limit=200
security:
cpe:
- vendor: keepass
Expand Down
5 changes: 4 additions & 1 deletion packages/k/keepass/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : keepass
version : 2.57.1
release : 44
release : 45
source :
- https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.57.1/KeePass-2.57.1-Source.zip : f7b657d44ce132fe01dd86771e852a9464c432c427ddc98d1abfaebd2e802986
homepage : https://keepass.info/
Expand Down Expand Up @@ -46,3 +46,6 @@ install : |
exec mono /usr/share/keepass/KeePass.exe "$@"' >> $installdir/usr/bin/keepass
chmod +x $installdir/usr/bin/keepass
install -Dm00644 $pkgfiles/keepass.desktop $installdir/usr/share/applications/keepass.desktop
# Install appstream metainfo
install -Dm00644 $pkgfiles/info.keepass.keepass.metainfo.xml -t $installdir/usr/share/metainfo
13 changes: 7 additions & 6 deletions packages/k/keepass/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>keepass</Name>
<Homepage>https://keepass.info/</Homepage>
<Packager>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>security</PartOf>
Expand Down Expand Up @@ -40,15 +40,16 @@
<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/metainfo/info.keepass.keepass.metainfo.xml</Path>
</Files>
</Package>
<History>
<Update release="44">
<Date>2024-11-27</Date>
<Update release="45">
<Date>2025-01-10</Date>
<Version>2.57.1</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit bedbd0e

Please sign in to comment.