[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, October 2, 2020 @ 15:08:39 Author: foxboron Revision: 715495 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 715494, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 71 ++--- 1 file changed, 35 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-10-02 15:08:32 UTC (rev 715494) +++ PKGBUILD2020-10-02 15:08:39 UTC (rev 715495) @@ -1,36 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=7.1.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'catimg: Display Images' - 'chafa: Image to text support' - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'nitrogen: Wallpaper Display' - 'pacman-contrib: Display package count' - 'w3m: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 715494, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-10-02 15:08:39 UTC (rev 715495) @@ -0,0 +1,35 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=7.1.0 +pkgrel=2 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'catimg: Display Images' + 'chafa: Image to text support' + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, August 2, 2020 @ 21:17:38 Author: foxboron Revision: 667882 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 667881, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-08-02 21:17:31 UTC (rev 667881) +++ PKGBUILD2020-08-02 21:17:38 UTC (rev 667882) @@ -1,36 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=7.0.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'catimg: Display Images' - 'chafa: Image to text support' - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'nitrogen: Wallpaper Display' - 'pacman-contrib: Display package count' - 'w3m: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('8c6bd217cf6d34fc1f3dcbb0e8b1137655bc13fbb21165273dbb2a7bce0d3130') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 667881, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-02 21:17:38 UTC (rev 667882) @@ -0,0 +1,36 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=7.1.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'catimg: Display Images' + 'chafa: Image to text support' + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'nitrogen: Wallpaper Display' + 'pacman-contrib: Display package count' + 'w3m: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, March 8, 2020 @ 11:15:36 Author: foxboron Revision: 591820 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 591819, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-03-08 11:15:28 UTC (rev 591819) +++ PKGBUILD2020-03-08 11:15:36 UTC (rev 591820) @@ -1,36 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=6.1.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'catimg: Display Images' - 'chafa: Image to text support' - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'nitrogen: Wallpaper Display' - 'pacman-contrib: Display package count' - 'w3m: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 591819, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-03-08 11:15:36 UTC (rev 591820) @@ -0,0 +1,36 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=7.0.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'catimg: Display Images' + 'chafa: Image to text support' + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'nitrogen: Wallpaper Display' + 'pacman-contrib: Display package count' + 'w3m: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('8c6bd217cf6d34fc1f3dcbb0e8b1137655bc13fbb21165273dbb2a7bce0d3130') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, September 3, 2019 @ 20:35:32 Author: foxboron Revision: 507950 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 507949, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-03 20:35:24 UTC (rev 507949) +++ PKGBUILD2019-09-03 20:35:32 UTC (rev 507950) @@ -1,36 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=6.0.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'catimg: Display Images' - 'chafa: Image to text support' - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'nitrogen: Wallpaper Display' - 'pacman-contrib: Display package count' - 'w3m: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('264a7689561bb498f97f10231959bdd8f7c873671bac2ffb660de9a5863b1c76') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 507949, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-03 20:35:32 UTC (rev 507950) @@ -0,0 +1,36 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=6.1.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'catimg: Display Images' + 'chafa: Image to text support' + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'nitrogen: Wallpaper Display' + 'pacman-contrib: Display package count' + 'w3m: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, January 8, 2019 @ 21:00:13 Author: foxboron Revision: 421056 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 421055, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 71 ++--- 1 file changed, 36 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-01-08 21:00:03 UTC (rev 421055) +++ PKGBUILD2019-01-08 21:00:13 UTC (rev 421056) @@ -1,35 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=5.0.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'catimg: Display Images' - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'nitrogen: Wallpaper Display' - 'pacman-contrib: Display package count' - 'w3m: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('2a4f4853bf83b88a037994dbc53a90c8bd5708f5eeb3392f56d4e49c49d995b3') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 421055, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-01-08 21:00:13 UTC (rev 421056) @@ -0,0 +1,36 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=6.0.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'catimg: Display Images' + 'chafa: Image to text support' + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'nitrogen: Wallpaper Display' + 'pacman-contrib: Display package count' + 'w3m: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('264a7689561bb498f97f10231959bdd8f7c873671bac2ffb660de9a5863b1c76') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, June 19, 2018 @ 17:02:41 Author: foxboron Revision: 344113 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 344112, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 69 ++--- 1 file changed, 35 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-19 17:02:35 UTC (rev 344112) +++ PKGBUILD2018-06-19 17:02:41 UTC (rev 344113) @@ -1,34 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=4.0.2 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('3cd4db97d732dd91424b357166d38edccec236c21612b392318b48a3ffa29004') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 344112, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-19 17:02:41 UTC (rev 344113) @@ -0,0 +1,35 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=5.0.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'catimg: Display Images' + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'nitrogen: Wallpaper Display' + 'pacman-contrib: Display package count' + 'w3m: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('2a4f4853bf83b88a037994dbc53a90c8bd5708f5eeb3392f56d4e49c49d995b3') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Sunday, May 20, 2018 @ 10:24:08 Author: foxboron Revision: 325224 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 325223, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-20 10:24:00 UTC (rev 325223) +++ PKGBUILD2018-05-20 10:24:08 UTC (rev 325224) @@ -1,34 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=4.0.1 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('a227e296547846296a19cc483ab6a3af5e3e9f2c2eba4563d060bad2c50f4fab') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 325223, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-20 10:24:08 UTC (rev 325224) @@ -0,0 +1,34 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=4.0.2 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'catimg: Display Images' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('3cd4db97d732dd91424b357166d38edccec236c21612b392318b48a3ffa29004') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, May 18, 2018 @ 11:27:04 Author: foxboron Revision: 324270 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 324269, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-18 11:26:57 UTC (rev 324269) +++ PKGBUILD2018-05-18 11:27:04 UTC (rev 324270) @@ -1,34 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=4.0.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('b2dae233007ac7d5717df7b1f8f742aebcb84289d5a048398eab3566a8204278') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 324269, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-18 11:27:04 UTC (rev 324270) @@ -0,0 +1,34 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=4.0.1 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'catimg: Display Images' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('a227e296547846296a19cc483ab6a3af5e3e9f2c2eba4563d060bad2c50f4fab') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, May 17, 2018 @ 18:04:55 Author: foxboron Revision: 323952 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 323951, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-17 18:04:39 UTC (rev 323951) +++ PKGBUILD2018-05-17 18:04:55 UTC (rev 323952) @@ -1,34 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=3.4.0 -pkgrel=2 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -backup=('etc/neofetch/config.conf') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 323951, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-17 18:04:55 UTC (rev 323952) @@ -0,0 +1,34 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=4.0.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'catimg: Display Images' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('b2dae233007ac7d5717df7b1f8f742aebcb84289d5a048398eab3566a8204278') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 24, 2018 @ 14:51:41 Author: foxboron Revision: 317563 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 317562, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 67 ++--- 1 file changed, 34 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-24 14:51:32 UTC (rev 317562) +++ PKGBUILD2018-04-24 14:51:41 UTC (rev 317563) @@ -1,33 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=3.4.0 -pkgrel=1 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 317562, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-24 14:51:41 UTC (rev 317563) @@ -0,0 +1,34 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=3.4.0 +pkgrel=2 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +backup=('etc/neofetch/config.conf') +optdepends=( + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'catimg: Display Images' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}
[arch-commits] Commit in neofetch/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, April 6, 2018 @ 07:05:25 Author: foxboron Revision: 314558 archrelease: copy trunk to community-any Added: neofetch/repos/community-any/PKGBUILD (from rev 314557, neofetch/trunk/PKGBUILD) Deleted: neofetch/repos/community-any/PKGBUILD --+ PKGBUILD | 66 ++--- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-06 07:05:13 UTC (rev 314557) +++ PKGBUILD2018-04-06 07:05:25 UTC (rev 314558) @@ -1,33 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Dylan Araps - -pkgname=neofetch -pkgver=3.3.0 -pkgrel=2 -pkgdesc="A CLI system information tool written in BASH that supports displaying images." -arch=('any') -url="https://github.com/dylanaraps/neofetch"; -license=('MIT') -depends=('bash') -optdepends=( - 'feh: Wallpaper Display' - 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' - 'nitrogen: Wallpaper Display' - 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' - 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' - 'xorg-xdpyinfo: Resolution detection (Single Monitor)' - 'xorg-xprop: Desktop Environment and Window Manager' - 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' - 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' -) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) -sha256sums=('4808e76bd81da3602cb5be7e01dfed8223b1109e2792755dd0d54126014ee696') - -package() { - cd "${pkgname}-${pkgver}/" - make DESTDIR="$pkgdir" install - install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" -} Copied: neofetch/repos/community-any/PKGBUILD (from rev 314557, neofetch/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-06 07:05:25 UTC (rev 314558) @@ -0,0 +1,33 @@ +# Maintainer: Morten Linderud +# Contributor: Dylan Araps + +pkgname=neofetch +pkgver=3.4.0 +pkgrel=1 +pkgdesc="A CLI system information tool written in BASH that supports displaying images." +arch=('any') +url="https://github.com/dylanaraps/neofetch"; +license=('MIT') +depends=('bash') +optdepends=( + 'feh: Wallpaper Display' + 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'nitrogen: Wallpaper Display' + 'w3m: Display Images' + 'catimg: Display Images' + 'jp2a: Display Images' + 'libcaca: Display Images' + 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' + 'xorg-xdpyinfo: Resolution detection (Single Monitor)' + 'xorg-xprop: Desktop Environment and Window Manager' + 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' + 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' +) +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz";) +sha256sums=('2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3') + +package() { + cd "${pkgname}-${pkgver}/" + make DESTDIR="$pkgdir" install + install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" +}