Guest User

PKGBUILD

a guest
Sep 3rd, 2020
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Maintainer: Eivind Eide <xenofil AT gmail DOT com>
  2. # Contributor: Christian Hesse <arch AT eworm DOT de>
  3. # Contributor: BlackICE <manfredi AT gmail DOT com>
  4. # Contributor: jsteel <jsteel AT aur DOT archlinux DOT org>
  5. # Contributor: Arkham <arkham AT archlinux DOT us>
  6. # Contributor: Artyom Smirnov <smirnoffjr AT gmail DOT com>
  7. # Contributor: Marius <marius AT matamare DOT ro>
  8.  
  9. pkgname=gnome-colors-icon-theme
  10. epoch=1
  11. pkgver=5.5.5
  12. pkgrel=1
  13. pkgdesc='GNOME-Colors icon theme'
  14. arch=('any')
  15. url='https://github.com/themix-project/gnome-colors-icon-theme'
  16. license=('GPL2')
  17. conflicts=('gnome-colors-icon-theme-extras')
  18. replaces=('gnome-colors-icon-theme-extras')
  19. makedepends=('librsvg')
  20. source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
  21. sha256sums=('e9c3e63449d1eae2d2040efa66c4c235735cbe81ebe746dbcb734290add2e460')
  22.  
  23. build() {
  24. cd "${pkgname}-${pkgver}/gnome-colors/"
  25.  
  26. make
  27. }
  28.  
  29. package() {
  30. cd "${pkgname}-${pkgver}/gnome-colors/"
  31.  
  32. make DESTDIR="${pkgdir}/" install
  33. }
  34.  
  35.  
Add Comment
Please, Sign In to add comment