summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2019-11-11PKGBUILD: Follow Arch Linux practices for pkgverAlan Orth
The kernel provided by Clear Linux is, for example, 5.3.9-863. The important part of that is the upstream Linux kernel version, which is followed by Clear's own patch level. It is unfortunate that the patch level uses a dash because this makes it difficult to indicate revisions to the Arch Linux package itself. I am changing this to follow Arch Linux best practices. The version seen by pacman will be the upstream version followed by the package revision. The version reported by `uname -sr` will stay the same as it is currently, ie: Linux 5.3.9-863.native.
2019-11-11Changes for new kmod and mkinitcpio hooksAlan Orth
2019-11-08Linux 5.3.9-863 from Clear 31530.Alan Orth
2019-11-07Linux 5.3.8-359 from Clear 31520.Alan Orth
2019-11-01Linux 5.3.8-854 from Clear 31450.Alan Orth
2019-10-07Linux 5.3.4-846 from Clear 31230.Alan Orth
2019-10-03Add maintainer tag and update titleAlan Orth
The PKGBUILD audit tool `namcap` reports that the Maintainer tag is missing.
2019-10-03Linux 5.3.2-844 from Clear 31150.Alan Orth
2019-09-30Linux 5.3.1-843 from Clear 31120.Alan Orth
2019-09-25Linux 5.3.1 from Clear 31090.Alan Orth
2019-09-24Linux 5.2.17-836 from Clear 31080.Alan Orth
2019-09-20Linux 5.2.16-835 from Clear 31070.Alan Orth
2019-09-18Linux 5.2.15-834 from Clear 31040.Alan Orth
2019-09-17Linux 5.2.14-833 from Clear 30990.Alan Orth
2019-09-09Linux 5.2.13-832 from Clear 30970.Alan Orth
2019-09-07Linux 5.2.11-830 from Clear 30960Alan Orth
2019-08-30Linux 5.2.11-829 from Clear 30900Alan Orth
2019-08-27Update to 5.2.10-828 from Clear 30870Alan Orth
2019-08-25Improve PKGBUILDAlan Orth
A handful of improvements to the PKGBUILD to make it more robust and idiomatic Arch. For example: - Move PKGBUILD variables out of prepare() function - Prefix non-standard PKGBUILD variables with underscore - Add manifest and kernel pack to source files - Use SHA256 instead of MD5 for verification of source files - Let makepkg download source files instead of using curl directly in package() - Let makepkg unpack source files instead of using tar directly in package() - Use local variables in package() and build() - Add WIREGUARD-MODULE to "provides" - Add linux.preset file for generating initramfs I still don't like the use of pkgver for the Clear Linux kernel version because it breaks the Arch pkgrel logic. We cannot ship an update to 5.2.8-821 without incrementing 821. See: https://wiki.archlinux.org/index.php/PKGBUILD See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-clear PKGBUILD: Update to 5.2.9-823 (30820) PKGBUILD: Add comment about epoch Fix linux.preset PKGNAME replacement This is used for creating the initramfs with mkinitcpio: # mkinitcpio -p linux-clear-bin Use same depmod ALPM hook as linux-clear PKGBUILD: Rearrange sources Add hooks for initramfs generation, depmod, etc This makes pacman regenerate or remove the initramfs when the package is updated or removed. Also, keep a copy of the kernel in /usr/lib so that systemd can find it for hibernation. In general I want this package to be closer to the source-based linux-clear package. See: https://github.com/systemd/systemd/commit/edda44605f06a41fb86b7ab8128dcf99161d2344 PKGBUILD: Add url and license fields As recommended by `namcap`. PKGBUILD: license needs to be an array PKGBUILD: Add comment about filenames in the Manifest PKGBUILD: Update comment for latest Clear release PKGBUILD: Use `install` instead of cp The `install` command creates intermediate directories and sets target permissions. PKGBUILD: Infer kernel version from pkgver and pkgrel Linux 5.2.9-825 from Clear Linux 30840 Add WIREGUARD-MODULE to provides I had previously done this in another version of my PKGBUILD, but it somehow got dropped. PKGBUILD: Simplify paths to hooks for sed These are symlinked into the src directory during build and package steps of makepkg. PKGBUILD: Don't cat to sed
2019-08-17update to 5.2.8-821 from clear 30770yw662
2019-08-07update to clr 30700 linux 5.2.7-816yw662
2019-08-06update to clearlinux 30670, linux 5.2.6-814yw662
2019-08-04initial commit:yw662
linux 5.2.5-813 from clearlinux 30610