summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-05-03Bump in upstream package versionFeakster
2021-04-06Bump in upstream package versionFeakster
2021-03-22Bump in upstream version numberFeakster
2021-03-12Bump in upstream package versionFeakster
2021-02-25Bump in upstream versionFeakster
2021-02-15Simplified the PKGBUILDFeakster
- Changed how entries in the noextract() array are specified. - Switched all symbolic links to use the -f flag. - Corrected a typo in the path target for the library symbolic links. - Added a 'TryExec' field to the desktop file, and removed the 'Path' field. - Shortened the 'Exec' field in the desktop file in light of the fact the symlink for the binary should be in the system path. - Bump in package release. - Code-tidying.
2021-02-08Reset package releaseFeakster
2021-02-08Bump in upstream version numberFeakster
2021-01-31Removed commentsFeakster
2021-01-31The great symlinking continuesFeakster
- Everything is now integrated into the host filesystem via symlinks to /opt/simplenote.
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