summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c33af53cd404a368642cf3fa2e4e2408b44561f4 (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
# Maintainer: alrii <alrii@gmail.com>
# Contributor: aashiks <aashiks@gmail.com>
# From gnome-look : http://gnome-look.org/content/show.php/?content=122078

pkgname=ubo-icons
pkgver=0.1alpha
pkgrel=1
pkgdesc="Ubo icon theme from GNOME-Look  http://gnome-look.org/content/show.php/?content=122078"
arch=('any')
url="https://launchpadlibrarian.net/64594711/ubo-icons_0.1alpha.orig.tar.gz"
license=('Artistic 2.0')
makedepends=('intltool' 'librsvg' 'gtk-update-icon-cache')
provides=("${pkgname}")
conflicts=("${pkgname}")
options=('!strip')
source=("https://launchpadlibrarian.net/64594711/${pkgname}_${pkgver}.orig.tar.gz")
md5sums=("b6e734927f10cfce323a6bb2232d7ea2")

package() {
  msg2 "Installing ${pkgname}...";
  cd ${pkgname}-${pkgver};
  install -dm 755 "${pkgdir}"/usr/share/icons/${pkgname};
  cp -drf --no-preserve='ownership' . "${pkgdir}"/usr/share/icons/${pkgname};
}