Package Details: rosa-icons 1.1.20-1

Git Clone URL: https://aur.archlinux.org/rosa-icons.git (read-only, click to copy)
Package Base: rosa-icons
Description: ROSA icons theme.
Upstream URL: http://www.rosalinux.com
Licenses: GPL
Submitter: sermonpe
Maintainer: bidulock (nwkj86)
Last Packager: bidulock
Votes: 21
Popularity: 0.000000
First Submitted: 2012-03-12 15:53 (UTC)
Last Updated: 2019-09-01 07:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

leohardtke commented on 2013-12-05 11:48 (UTC)

# Contributor: Sergio Montesinos <sermonpe@yahoo.es> pkgname=rosa-icons pkgver=1.1.3 pkgrel=1 pkgdesc="ROSA icons theme." arch=('any') url="http://www.rosalinux.com" license=('GPL') depends=('gnome-icon-theme') makedepends=('inkscape') source=("http://mirror.yandex.ru/rosa/rosa2012.1/repository/SRPMS/main/updates/${pkgname}-${pkgver}-2.src.rpm") md5sums=('dce2068518a5823737410339c437fe2b') echo ${pkgdir} package() { install -dm755 "${pkgdir}/usr/share/icons" tar --no-same-owner -Jxf "${srcdir}/rosa-icons-${pkgver}.tar.xz" -C "${pkgdir}/usr/share/icons" # A hack from rosa-icons.spec # An ugly hack to work with Ikscape. # TODO: Neccessary find a real problem! cd "${pkgdir}/usr/share/icons/rosa-icons-${pkgver}/16x16/places/" for i in `ls` do echo "Converting $i to plain SVG." inkscape -l $i $i done # devices icons should be converted too cd "${pkgdir}/usr/share/icons/rosa-icons-${pkgver}/16x16/devices/" for i in `ls` do echo "Converting $i to plain SVG." inkscape -l $i $i done # cd "${pkgdir}/usr/share/icons/rosa-${pkgver}" # fdupes -s "${pkgdir}/usr/share/icons/rosa-${pkgver}" }

AlexRu commented on 2013-11-09 12:21 (UTC)

# Contributor: Sergio Montesinos <sermonpe@yahoo.es> pkgname=rosa-icons pkgver=1.1.2 pkgrel=1 pkgdesc="ROSA icons theme." arch=('any') url="http://www.rosalinux.com" license=('GPL') depends=('gnome-icon-theme') makedepends=('inkscape') source=("http://mirror.yandex.ru/rosa/rosa2012.1/repository/SRPMS/main/updates/${pkgname}-${pkgver}-1.src.rpm") md5sums=('ba1ac128a902fee2ba7895bd96a9af04') package() { install -dm755 "${pkgdir}/usr/share/icons" tar --no-same-owner -Jxf "${srcdir}/rosa-icons-${pkgver}.tar.xz" -C "${pkgdir}/usr/share/icons" # A hack from rosa-icons.spec # An ugly hack to work with Ikscape. # TODO: Neccessary find a real problem! cd "${pkgdir}/usr/share/icons/rosa-icons-${pkgver}/16x16/places" for i in `ls` do echo "Converting $i to plain SVG." inkscape -l $i $i done # devices icons should be converted too cd "${pkgdir}/usr/share/icons/rosa-icons-${pkgver}/16x16/devices" for i in `ls` do echo "Converting $i to plain SVG." inkscape -l $i $i done # cd "${pkgdir}/usr/share/icons/rosa-${pkgver}" # fdupes -s "${pkgdir}/usr/share/icons/rosa-${pkgver}" }

divansantana commented on 2013-11-08 20:27 (UTC)

version on 1.1.2 ba1ac128a902fee2ba7895bd96a9af04

metak commented on 2013-07-20 00:27 (UTC)

How about using already built icons and eliminate the need for inkscape and simplifying the PKGBUILD? http://pastebin.com/4TQqzgVh

nuc commented on 2013-03-12 21:43 (UTC)

I get LOTS of Inkscape warnings during build process

helmuthdu commented on 2013-03-04 13:22 (UTC)

version 1.0.42 is up

sermonpe commented on 2012-12-12 14:35 (UTC)

"uid/gid 501" problems solved

<deleted-account> commented on 2012-12-12 09:45 (UTC)

Hi, you should fix files ownership ... all files belong to non-existent uid/gid 501

sermonpe commented on 2012-12-12 09:28 (UTC)

A hack added from rosa-icons.spec

sermonpe commented on 2012-12-12 08:44 (UTC)

Updated to 1.0.35