From 6e6035c27a2e19934d327f57fd99a7838f973367 Mon Sep 17 00:00:00 2001 From: SolveFinder Date: Jul 22 2023 09:33:45 +0000 Subject: archlinux-wallpapers replacement --- diff --git a/libre/parabola-wallpapers/PKGBUILD b/libre/parabola-wallpapers/PKGBUILD new file mode 100644 index 0000000..bd3b29f --- /dev/null +++ b/libre/parabola-wallpapers/PKGBUILD @@ -0,0 +1,51 @@ +pkgname=parabola-wallpaper +pkgver=1.0 +pkgrel=1 +pkgdesc='Parabola GNU/Linux-libre Wallpapers' +arch=(any) +url='https://wiki.parabola.nu/Wallpapers' +optdepends=('wallutils: support the simple timed wallpaper format') +license=(GPL) +source=("https://wiki.parabola.nu/images/c/ca/Parabola_wallpaper_1.png" + "https://wiki.parabola.nu/images/8/88/Parabola_wallpaper_2.png" + "https://wiki.parabola.nu/images/8/86/Parabola_wallpaper_2_fix.png" + GNU+Parabola+Bola.png::"https://wiki.parabola.nu/images/b/b2/GNU%2BParabola%2Bbola_wallpaper.png" + Parabola_think_freely.png::"https://wiki.parabola.nu/images/6/6a/Parabola_think_freely_3840x2160.png" + Thinkfreely1.png::"https://wiki.parabola.nu/images/3/3a/Thinkfreely1_3840_2160.png" + Thinkfreely2.png::"https://wiki.parabola.nu/images/6/69/Thinkfreely2_3840_2160.png" + "https://wiki.parabola.nu/images/9/9d/Rectabola.png" + "https://wiki.parabola.nu/images/d/df/Bamboogreen.png" + "https://wiki.parabola.nu/images/a/ab/Parabolic_flower.png" + "https://wiki.parabola.nu/images/8/86/Parabola_wallpaper_bluecrystals.png" + "https://wiki.parabola.nu/images/e/ee/Simple_reigmn.png" + "https://wiki.parabola.nu/images/d/dd/North_Satellite.png" + Bright_openrc.png::"https://wiki.parabola.nu/images/b/ba/Min-min.png" + Wallpaper_Parabola_Simple.png::"https://wiki.parabola.nu/images/c/c6/Wallpaper_Parabola_Simple_r3840x2880px.png" + Wallpaper_Parabola_SimpleA.png::"https://wiki.parabola.nu/images/6/69/Wallpaper_Parabola_SimpleA_r1280x960px.png" + Wallpaper_Parabola_SimpleB.png::"https://wiki.parabola.nu/images/f/f9/Wallpaper_Parabola_SimpleB_r1280x960px.png" + Wallpaper_Parabola_Landscape.png::"https://wiki.parabola.nu/images/3/3c/Wallpaper_Parabola_Landscape_r3840x2160px.png") + +sha256sums=('7727f0bb6147e932e2a7d2e09ed8fe232df8cbc437d83c24ff5007332a39b335' + '28b01faa53158afb2001800ca54ccdf4d28d93b547b6cf1c965344e8d8c8a261' + '2b2610a016f8e364500d7c5f01dabc0d2c96c2c54307530399e8ff7da4e1bb5f' + '3852100450f2a0f672d09ecf14a9a858d3097f97bc94d7adaaec3acdc0b8f9c9' + '05a157ddea4b3d178cd4ab1b789c091936b5ffc1961f9820feebd2e850bec749' + '3fc8a2aac199ca91be5f1ade48bc85aa5d6a9b0a019d0fe2ab3453b29ecf0fd7' + 'c1453afdf8566bbc08a836cb752da6580b4c05ce3047d5c24319c873370e353e' + '31ab851f47dbaa49d73450821202774ed21413fba5b41c06e8df8350e580d10a' + 'a167054831af67864fea3b337b634975c9f59f0e7f817d485f3615bd467ad9f3' + '8fdc024336bf71dc91458e2d47fe10e9bf727a0b528d8290b3faa6061e4aa4ea' + 'ab59d99e822b791584bd064db51e43ea5bd5abf1574a9adedd81b56e4b0b0bad' + '3235472235c085bf65b4fa16dfda5e54811c550cc85052dd30c51d9c616805ca' + '09eade03ba42a471c6c78244b6c88e5c7897154961456f50b767ba019ad0848e' + '40cbec9c2f44c243695841b4f9969ebcd9f24e79878226929a5b54fecceb884f' + 'c91fcff247bf28563d146b10a3d289e368451d7555d9322ec21f108c22de7f94' + '5d882ebbb89098d71309be947db0ef466b3d19a3d698d33a415e7aea5186e7bc' + 'd27b369f870128a752bac220655aab708614b947eac03261732636cc74de44f7' + '0bebeada1e3a1d90d0c3aa4b7b9f0713f0defcf9c72d9e0f759c08c2b648ef2d') + + +package() { + install -Dm644 -t "$pkgdir/usr/share/backgrounds/parabola/" $srcdir/* +} +