Package Details: sticky 1.22-1

Git Clone URL: https://aur.archlinux.org/sticky.git (read-only, click to copy)
Package Base: sticky
Description: A sticky notes app for the Linux desktop
Upstream URL: https://github.com/linuxmint/sticky
Licenses: GPL-2.0-or-later
Submitter: Santi-Burgos
Maintainer: Santi-Burgos
Last Packager: Santi-Burgos
Votes: 3
Popularity: 0.038539
First Submitted: 2021-12-23 16:41 (UTC)
Last Updated: 2024-07-21 18:11 (UTC)

Latest Comments

yochananmarqos commented on 2024-06-13 00:36 (UTC) (edited on 2024-06-13 00:36 (UTC) by yochananmarqos)

Santi-Burgos: Forgot to mention, the license and the path have changed since Arch moved to SPDX license identifiers:

--- PKGBUILD-a  2024-06-12 18:34:21.597956803 -0600
+++ PKGBUILD-b  2024-06-12 18:35:21.677226373 -0600
@@ -6,7 +6,7 @@
 pkgdesc="A sticky notes app for the Linux desktop"
 arch=('any')
 url="https://github.com/linuxmint/sticky"
-license=('GPL2')
+license=('GPL-2.0-or-later')
 #groups=('x-apps')
 depends=(
     'gtk3'
@@ -28,7 +28,7 @@
     sed -i "s/__DEB_VERSION__/${pkgver//+*/}/g" "usr/lib/$pkgname/$pkgname.py"

     # Fix license path
-    sed -i 's|common-licenses/GPL|licenses/common/GPL/license.txt|g' \
+    sed -i 's|common-licenses/GPL|licenses/spdx/GPL-2.0-or-later.txt|g' \
       "usr/lib/$pkgname/$pkgname.py"
 }


Santi-Burgos commented on 2024-06-13 00:31 (UTC)

@yochananmarqos: fixed packaging and updated version to reflect the changes

yochananmarqos commented on 2024-06-13 00:06 (UTC)

@Santi-Burgos: FYI, upstream fixed the Meson stuff with 1.2.0. There's nothing to manually install anymore. I see you already watch my PKGBUILDs on a certain GitLab instance, I guess you didn't look today. ;)

linn commented on 2024-01-22 14:21 (UTC)

I get this error when trying to run the application /usr/bin/sticky: line 3: /usr/lib/sticky/sticky.py: Permission denied