From 2e4110757f8cd005bbd35aae7cc96b31322374f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 12 Jun 2015 02:38:16 -0300 Subject: mate-icon-theme-faenza-1.10.0-1.parabola1: updating version --- libre/mate-icon-theme-faenza/PKGBUILD | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'libre/mate-icon-theme-faenza') diff --git a/libre/mate-icon-theme-faenza/PKGBUILD b/libre/mate-icon-theme-faenza/PKGBUILD index e873a7b0a..8fdc6c5af 100644 --- a/libre/mate-icon-theme-faenza/PKGBUILD +++ b/libre/mate-icon-theme-faenza/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer (Arch): Martin Wimpress # Maintainer: André Silva -_ver=1.9 +_ver=1.10 pkgname=mate-icon-theme-faenza -pkgver=${_ver}.90 +pkgver=${_ver}.0 pkgrel=1.parabola1 pkgdesc="Faenza icon theme for MATE, without nonfree distros and application icons" url="http://mate-desktop.org" @@ -15,17 +15,12 @@ replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) options=(!strip) groups=('mate-extra' 'mate-extra-gtk3') -source=("${pkgname}"::"git+https://github.com/mate-desktop/${pkgname}.git#commit=adbbe4c89eee60372d1ef3e25e374f18585d0fbd") -sha1sums=('SKIP') +source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('155c6e3c5b6fd2d1b5dfcdb725598c0ba0121d9e') install=${pkgname}.install -#pkgver() { -# cd "${srcdir}/${pkgname}" -# printf "%s.%s.%s" "${_ver}.90" -#} - prepare() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" NOCONFIGURE=1 ./autogen.sh # remove nonfree distros and application logos for nonfree in debian fedora mandriva redhat suse ubuntu alien-arena flash rpmdrake teamviewer novell skype playonlinux picasa spotify; do @@ -34,14 +29,14 @@ prepare() { } build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache" } -- cgit v1.2.2