summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 473eb444a429a603bdb033c3687b7c2b3f56832d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>

pkgname=mint-y-icons-legacy
pkgver=1.6.3
pkgrel=1
pkgdesc='A flat, colorful, and modern theme based on Paper and Moka'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
license=(GPL3)
depends=(
    gtk-update-icon-cache
    hicolor-icon-theme
)
optdepends=(
    'mint-x-icons: enable additional icons to inheritage'
)
conflicts=(
    mint-y-icons-legacy-git
)
options=(!strip)
source=("${url}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('cb2c7c8cb710cf086214cef0b2a5c99bcdcd0af9029173a0d2bb93824438ba07')

package() {
  cd "${srcdir}"/"${pkgname}"
  cp -r usr "${pkgdir}"
}