Package Details: antergos-wallpapers 0.7-4

Git Clone URL: https://aur.archlinux.org/antergos-wallpapers.git (read-only, click to copy)
Package Base: antergos-wallpapers
Description: The default wallpapers for Antergos
Upstream URL: http://www.antergos.com
Keywords: wallpaper
Licenses: CCPL:by-nc-sa
Submitter: cml
Maintainer: cml
Last Packager: cml
Votes: 15
Popularity: 0.000000
First Submitted: 2014-07-24 10:38 (UTC)
Last Updated: 2020-03-26 18:47 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

JiPRA commented on 2020-03-27 18:55 (UTC)

Long live the memory of Antergos. We will remember, the legacy will never die :)

cml commented on 2020-03-26 18:48 (UTC)

Thank you usrmusicman! I updated the PKGBUILD accordingly.

<deleted-account> commented on 2020-03-26 16:36 (UTC)

PLEASE USE THIS INSTEAD! This is the github backup of the wallpapers which does work. This will install without a hitch, please update.

pkgname=antergos-wallpapers

pkgver=0.7

pkgrel=4

pkgdesc="The default wallpapers for Antergos"

arch=('any')

url="http://www.antergos.com"

license=('CCPL:by-nc-sa')

source=("https://github.com/Antergos/wallpapers/archive/${pkgver}.tar.gz")

sha256sums=('b0ff5140583ec6b77843d14989ac36735f8b21b4c3c14bf5304a73d5d2d1aeda')

package() {

cd "${srcdir}/wallpapers-${pkgver}"

install -d "${pkgdir}/usr/share/antergos/wallpapers"

install -m644 *.jpg "${pkgdir}/usr/share/antergos/wallpapers/"

install -m644 *.png "${pkgdir}/usr/share/antergos/wallpapers/"

install -d "${pkgdir}/usr/share/cinnamon-background-properties"

install -m644 antergos-backgrounds-4-3.xml "${pkgdir}/usr/share/cinnamon-background-properties/"

install -d "${pkgdir}/usr/share/gnome-background-properties"

install -m644 antergos-backgrounds-4-3.xml "${pkgdir}/usr/share/gnome-background-properties/"

}

cml commented on 2019-09-14 18:21 (UTC)

Thank you @Louis. I updated the URL with the mirror for now and will think about external hosting or other solutions.

Louis commented on 2019-07-26 20:46 (UTC)

The old source url doesn't work anymore. Alternative one: http://mirrors.antergos.com/antergos/x86_64/antergos-wallpapers-0.7-3-any.pkg.tar.xz

This package should be hosted externality so it'll continue to work after Antergos' demise.

cml commented on 2018-03-04 16:35 (UTC)

Thank you. Package has been updated.

afiser commented on 2018-02-10 00:39 (UTC)

Package currently doesn't work due to being out of date

cml commented on 2017-10-13 07:56 (UTC)

Thanks for the out of date notice. I will fix it tomorrow as soon as I get home.

SR_Lut3t1um commented on 2017-10-07 15:21 (UTC) (edited on 2017-10-07 15:21 (UTC) by SR_Lut3t1um)

Package is broken ATM installation fails when trying to download the wallpapers Downloading antergos-wallpapers-0.7-1-any.pkg.tar.xz ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found

jonathanio commented on 2017-02-27 12:40 (UTC)

It might be useful to download the package to a separate filename as it confuses makepkg: ==> Extracting sources... -> Extracting antergos-wallpapers-0.7-1-any.pkg.tar.xz with bsdtar ==> Entering fakeroot environment... ==> ERROR: A package has already been built. (use -f to overwrite) Using --force does work, but probably not ideal. :)