summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-01-31The great symlinkingFeakster
- Swapped out a few of the embedded shared objects for symlinks towards system ones. I may add checks to ensure the filesystem targets exist before forcefully overwriting with symlinks, but I'm not sure this is necessary at the moment. - Symlinkd the embedded licenses into /usr/share/licenses/$pkgname/.
2021-01-25Refactored the packageFeakster
- Refactored how the application in installed, making more use of symlinks. - Added 'zlib' to makedepends. - Bump in pkgrel.
2021-01-25Upstream updatesFeakster
- Bump in version number. - Tweaks to commands used in prepare(). - Edited comments.
2021-01-11Corrected package release version numberFeakster
- 5 --> 1
2021-01-11Bump in version numberFeakster
- Bump in upstream package version. - Reworked the PKGBUILD to install the AppImage contents to /opt/simplenote/. - Edited the content of the simplenote.desktop file to ensure that the application is launched in the /opt/simplenote/ directory. This probably doesn't matter though. It works without this. - Syntax-tidying.
2021-01-04Tweaks to PKGBUILD internalsFeakster
- Tweaked variable names to allow for auto checksum updates via updpkgsums. - Removed a bash variable substitution that wasn't actually doing anything.
2021-01-04Switched from using 'mv' to 'cp -rL' to fix misdirected symlinks.Feakster
2020-12-29General housekeeping plus an optional dependencyFeakster
- Moved some of the commands in package() into prepare(). - Added 'libnotify' as an optional dependency. - Bump in package release. - Syntax tidying.
2020-12-26Improvements to filesystem conformanceFeakster
- Corrected file permissions on the hicolor icon caches. - Syntax tweaks. - Bump in package release number.
2020-12-19Added optional dependencies for emoji supportFeakster
2020-12-16Initial commitFeakster