diff options
-rw-r--r-- | qownnotes/.signature | 6 | ||||
-rw-r--r-- | qownnotes/Pkgfile | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/qownnotes/.signature b/qownnotes/.signature index 08af3b17f..5273412bb 100644 --- a/qownnotes/.signature +++ b/qownnotes/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zjPiw44UJjw+DMpk9RlVHr5TNh2ClFNEnAkvy1z/C6H8ZNAHo/Mi6bCkvIM2iNgHQfshctvdVyWNzEoJma+Jgo= -SHA256 (Pkgfile) = e7a652779ceee23fefcbd59178ccac93af5b11e1932b9afdde458632bcc45b72 +RWSagIOpLGJF30BtCvDRu1tWuSisySoGOL3bFv7FRrVF6HTI+ieDc8MkMe/C+ArdRA9o+acsGng3ANuWXSAnxL8TQ8SsKjOYCwc= +SHA256 (Pkgfile) = c628612d185135c3f8b4a12c05a3b78aeb6757167528d8a6a2a92c33696e1d10 SHA256 (.footprint) = d3916e94908249d530356c1e79cef586cdeacf7bd488278a3f0c61ab5be2aab3 -SHA256 (qownnotes-20.6.11.tar.xz) = cfa9a8cc3eb928017ea0366395f386eb3b5f8593d6740066cdb855871de810f2 +SHA256 (qownnotes-20.7.1.tar.xz) = e8d558d8fe8e0c7d4640e4c9f1f35d5b59f8c4455684c293065e43b705dc7976 diff --git a/qownnotes/Pkgfile b/qownnotes/Pkgfile index e2a720e9b..61cb6814f 100644 --- a/qownnotes/Pkgfile +++ b/qownnotes/Pkgfile @@ -4,7 +4,7 @@ # Depends on: qt5 name=qownnotes -version=20.6.11 +version=20.7.1 release=1 source=(https://download.tuxfamily.org/$name/src/$name-$version.tar.xz) @@ -18,13 +18,13 @@ build() { QMAKE_LFLAGS_RELEASE="${LDFLAGS}" make - install -D -m755 QOwnNotes "${PKG}/usr/bin/QOwnNotes" - install -D -m644 PBE.QOwnNotes.desktop "${PKG}/usr/share/applications/PBE.QOwnNotes.desktop" - install -D -m644 "images/icons/128x128/apps/QOwnNotes.png" "${PKG}/usr/share/pixmaps/QOwnNotes.png" + install -D -m755 QOwnNotes $PKG/usr/bin/QOwnNotes + install -D -m644 PBE.QOwnNotes.desktop $PKG/usr/share/applications/PBE.QOwnNotes.desktop + install -D -m644 "images/icons/128x128/apps/QOwnNotes.png" $PKG/usr/share/pixmaps/QOwnNotes.png for format in {16x16,24x24,32x32,48x48,64x64,96x96,128x128,256x256,512x512}; do - install -D -m644 "images/icons/${format}/apps/QOwnNotes.png" \ - "${PKG}/usr/share/icons/hicolor/$format/apps/QOwnNotes.png" + install -D -m644 images/icons/$format/apps/QOwnNotes.png \ + $PKG/usr/share/icons/hicolor/$format/apps/QOwnNotes.png done - install -D -m644 "images/icons/scalable/apps/QOwnNotes.svg" \ - "${PKG}/usr/share/icons/hicolor/scalable/apps/QOwnNotes.svg" + install -D -m644 images/icons/scalable/apps/QOwnNotes.svg \ + $PKG/usr/share/icons/hicolor/scalable/apps/QOwnNotes.svg } |