1 # Contributor: Jib <jbc dot as AT free dot fr>
3 pkgname=gnome-icons-breathe
4 _pkgname=breathe-icon-theme
7 pkgdesc="A new effort to create a set of icons mixing the modern style of KDEs "Oxygen" icons with Ubuntu's "Human" set."
10 license=('CCPL:by-sa' 'GPL')
11 # gnome-icons-breathe under CCPL; Arch icons under GPL
12 source=("http://launchpad.net/breathe-icon-set/trunk/${pkgver}/+download/${_pkgname}-${pkgver}.tar.gz" \
15 url="https://launchpad.net/breathe-icon-set"
16 md5sums=('1654eeb36246adf2556b84595bfb6e07' \
17 '23f29544a4eaed53f79cc2a4da5adc7f' \
18 'eaaa839a58c2b62b71e30bfcf04a039a')
21 install -d ${pkgdir}/usr/share/icons
22 mv ${srcdir}/${_pkgname}-${pkgver} ${pkgdir}/usr/share/icons
24 #replace ubuntu logo with Arch logo
25 convert -resize 16x16 ${startdir}/archlinux-128.png ${pkgdir}/usr/share/icons/${_pkgname}-${pkgver}/16x16/places/start-here.png
26 convert -resize 22x22 ${startdir}/archlinux-128.png ${pkgdir}/usr/share/icons/${_pkgname}-${pkgver}/22x22/places/start-here.png
27 convert -resize 24x24 ${startdir}/archlinux-128.png ${pkgdir}/usr/share/icons/${_pkgname}-${pkgver}/24x24/places/start-here.png
28 convert -resize 32x32 ${startdir}/archlinux-128.png ${pkgdir}/usr/share/icons/${_pkgname}-${pkgver}/32x32/places/start-here.png
29 install -D -m644 ${startdir}/archlinux-icon.svg ${pkgdir}/usr/share/icons/${_pkgname}-${pkgver}/scalable/places/start-here.svg