makedeb


oranchelo-icon-theme 0.9.0-1


Oranchelo is a flat-design icon theme for XFCE4 based on Super Flat Remix and inspired by Corny icons by Patryk Goworowski.

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for oranchelo-icon-theme.

# Maintainer: only_vip  <onlyme_vip@protonmail.com>
pkgname=oranchelo-icon-theme
pkgver=0.9.0
pkgrel=1
pkgdesc="Oranchelo is a flat-design icon theme for XFCE4 based on Super Flat Remix and inspired by Corny icons by Patryk Goworowski."
arch=(any)
depends=('git' 'hicolor-icon-theme')
makedepends=('git')
url="https://github.com/Madh93/oranchelo-icon-theme.git"
license=('GPL3')
conflicts=('oranchelo-icon-theme')
provides=('oranchelo-icon-theme')
# replaces=('oranchelo-icon-theme')
#source=("git+https://github.com/Madh93/oranchelo-icon-theme.git")
source=("https://github.com/OrancheloTeam/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('b39da3b9d6b394d11932fa842224f21905a23dd14ebcf876eca6eab4af836bbb792a599b9251219337f5864f3d0c163dc28e03ac1ef03520c22db298c33d365d')
options=(!strip)

package() {
  cd ${srcdir}/${pkgname}-${pkgver}

  msg2 'Copying icons to $pkgdir...'
  make DESTDIR="${pkgdir}" install
}