summaryrefslogtreecommitdiff
path: root/libre/mate-icon-theme-faenza
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-10 01:25:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-06-10 01:25:18 -0300
commitffbd01d300295e4243c4ff7fedc298bd9a9b5cf2 (patch)
tree2ca0d3b5439be17580c60c2db470e175d56d924e /libre/mate-icon-theme-faenza
parent79716532544bdfbef19ed1c9fa07768d26e45bf3 (diff)
mate-icon-theme-faenza-1.9.90-1.parabola1: updating version
Diffstat (limited to 'libre/mate-icon-theme-faenza')
-rw-r--r--libre/mate-icon-theme-faenza/PKGBUILD27
1 files changed, 17 insertions, 10 deletions
diff --git a/libre/mate-icon-theme-faenza/PKGBUILD b/libre/mate-icon-theme-faenza/PKGBUILD
index 9cfd15900..e873a7b0a 100644
--- a/libre/mate-icon-theme-faenza/PKGBUILD
+++ b/libre/mate-icon-theme-faenza/PKGBUILD
@@ -1,40 +1,47 @@
# Maintainer (Arch): Martin Wimpress <code@flexion.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
+_ver=1.9
pkgname=mate-icon-theme-faenza
-pkgver=1.8.0
+pkgver=${_ver}.90
pkgrel=1.parabola1
pkgdesc="Faenza icon theme for MATE, without nonfree distros and application icons"
url="http://mate-desktop.org"
arch=('any')
license=('LGPL')
+depends=('gtk-update-icon-cache')
+makedepends=('git' 'icon-naming-utils' 'mate-common')
replaces=(${pkgname}-libre)
conflicts=(${pkgname}-libre)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('icon-naming-utils' 'mate-common')
options=(!strip)
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('60ecb21261d969e60925254cb435a4a877540d4c')
+groups=('mate-extra' 'mate-extra-gtk3')
+source=("${pkgname}"::"git+https://github.com/mate-desktop/${pkgname}.git#commit=adbbe4c89eee60372d1ef3e25e374f18585d0fbd")
+sha1sums=('SKIP')
install=${pkgname}.install
+#pkgver() {
+# cd "${srcdir}/${pkgname}"
+# printf "%s.%s.%s" "${_ver}.90"
+#}
+
prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}"
+ 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; do
+ for nonfree in debian fedora mandriva redhat suse ubuntu alien-arena flash rpmdrake teamviewer novell skype playonlinux picasa spotify; do
find -name *$nonfree* -delete
done
}
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}"
./configure \
--prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}"
make DESTDIR="${pkgdir}" install
rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache"
}