diff options
Diffstat (limited to 'libre/faenza-icon-theme-libre')
-rw-r--r-- | libre/faenza-icon-theme-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/faenza-icon-theme-libre/PKGBUILD b/libre/faenza-icon-theme-libre/PKGBUILD index b6f9609c4..08a83a507 100644 --- a/libre/faenza-icon-theme-libre/PKGBUILD +++ b/libre/faenza-icon-theme-libre/PKGBUILD @@ -12,8 +12,8 @@ _pkgname=faenza-icon-theme pkgname=faenza-icon-theme-libre pkgver=1.3.1 -pkgrel=2 -pkgdesc="Icon theme designed for Equinox GTK theme, without nonfree system logos (Parabola rebranded)" +pkgrel=2.1 +pkgdesc="Icon theme designed for Equinox GTK theme, without nonfree distros and application logos (Parabola rebranded)" url="http://gnome-look.org/content/show.php/Faenza?content=128143" license=('GPL3') arch=('any') @@ -33,8 +33,8 @@ prepare() { cd "$srcdir/$_pkgname-1.3" rm -rv debian - # remove nonfree distros and software logos - for nonfree in archlinux debian fedora frugalware gentoo linux-mint mandriva opensuse redhat slackware ubuntu novell skype; do + # remove nonfree distros and application logos + for nonfree in archlinux debian fedora frugalware gentoo linux-mint mandriva opensuse redhat slackware ubuntu flash rpmdrake novell skype; do find -name *$nonfree* -delete done |