From 101182be56e122bd942e5b833a89adec54759a22 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 7 Dec 2023 03:45:24 -0600 Subject: user/adelie-wallpapers: Update, add compat symlink MATE and XFCE wallpaper choosers use /usr/share/backgrounds and typically only have a single wallpaper for square and widescreen displays. We symlink background and lockscreen in there for users of those desktop environments. The checksum has been updated to use the smaller tarball generated by the change to GraphicsMagick. --- user/adelie-wallpapers/APKBUILD | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'user/adelie-wallpapers') diff --git a/user/adelie-wallpapers/APKBUILD b/user/adelie-wallpapers/APKBUILD index c967370f1..e6b4ac45f 100644 --- a/user/adelie-wallpapers/APKBUILD +++ b/user/adelie-wallpapers/APKBUILD @@ -16,6 +16,17 @@ source="https://distfiles.adelielinux.org/source/adelie-wallpapers-$pkgver.tar.x package() { mkdir -p "$pkgdir" mv "$builddir"/usr "$pkgdir"/ + + # For MATE/XFCE + mkdir "$pkgdir"/usr/share/backgrounds/ + ln -s ../wallpapers/background/contents/images/1280x1024.png \ + "$pkgdir"/usr/share/backgrounds/background.png + ln -s ../wallpapers/background/contents/images/1920x1080.png \ + "$pkgdir"/usr/share/backgrounds/background-wide.png + ln -s ../wallpapers/lockscreen/contents/images/1280x1024.png \ + "$pkgdir"/usr/share/backgrounds/lockscreen.png + ln -s ../wallpapers/lockscreen/contents/images/1920x1080.png \ + "$pkgdir"/usr/share/backgrounds/lockscreen-wide.png } core() { @@ -29,4 +40,4 @@ core() { done } -sha512sums="0b8dbcce13bdd7b4e4f4b62a6cb085c238f05ecf220998b42afc16baf18754722f75dc02d61f0157a1e0b0d9a961af6bc1c5a844fbe0a6f9df0511d38ebfb65d adelie-wallpapers-1.1.tar.xz" +sha512sums="9ea239bd2ab1c53274a63f159b572c682b72ddb31f02ec30d5afe43e935fa0128fc61e4497d2c76c8d70dc2cd5fc53d0c0b04aa6ab744bb954addc10dcaff981 adelie-wallpapers-1.1.tar.xz" -- cgit v1.2.3-60-g2f50