summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-07-15Update to 0.9.1(-emotefix)Frederik “Freso” S. Olesen
A number of things have changed in upstream since 0.8.7, notably: * The license for the program as a whole has changed from MIT to GPL3 * It's now using gradle instead of ant for building For this and other reasons, a lot of the patches that were previously included is being dropped here on out, unless it turns out that they're desperately needed. The only thing being patched now is a variable that determines whether to do version checks (which is being disabled, as per upstream's recommendation), all other code is the same as upstream's. One thing this means is that the Chatty configuration will now live in `~/.chatty` instead of `~/.config/chatty` which may "break" some users' experience. I will post a note on the AUR page about this.
2018-07-15Update maintainer lineFrederik “Freso” S. Olesen
2018-07-15Simplify paths in prepare() and package()Frederik “Freso” S. Olesen
`cd` into main directory and use relative paths from there.
2018-07-15Use `${pkgname}-${pkgver}` instead of `chatty-${pkgver}`Frederik “Freso” S. Olesen
2018-07-15Make .desktop non-executableFrederik “Freso” S. Olesen
2018-07-15Add streamlink as alternative to livestreamer in $optdependsFrederik “Freso” S. Olesen
2018-07-15Remove unneeded `mkdir`Frederik “Freso” S. Olesen
`/usr/share/${pkgname}` is already being created by the `install` command on the previous line.
2018-07-15Fix up quotes and variablesFrederik “Freso” S. Olesen
2018-06-10Use unique name for $source downloadFrederik “Freso” S. Olesen
See https://wiki.archlinux.org/index.php/PKGBUILD#source
2018-06-10Use icon files from sourceFrederik “Freso” S. Olesen
2018-06-10Install application icon to hicolor themeFrederik “Freso” S. Olesen
As specified by the "Icon Theme Specification": https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
2018-06-10Use sha512sums instead of md5sumsFrederik “Freso” S. Olesen
2018-06-10Use https:// for $urlFrederik “Freso” S. Olesen
2017-09-130.8.7Christoph Korn
2017-05-280.8.6Christoph Korn
2017-04-220.8.5.1Christoph Korn
2016-10-300.8.4.1Christoph Korn
2016-10-240.8.4Christoph Korn
2016-07-05Use java-environment>=8 as makedependsChristoph Korn
2016-07-03Set runtime dependency to java-runtime againChristoph Korn
Chatty does not compile any longer on openjdk-7. But it may run on Java JRE 7.
2016-07-020.8.3Christoph Korn
2016-04-270.8.2Christoph Korn
2016-02-15Remove client_id.patchChristoph Korn
Meanwhile chatty comes with its own ID.
2016-01-08Change project homepageChristoph Korn
2015-08-21Forgot .SRCINFOChristoph Korn
2015-08-210.8.1Christoph Korn
2015-06-09Initial importChristoph Korn