diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 02:06:28 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 02:06:28 -0300 |
commit | 8b29213caf94481c9b0eae412621699bc9942a66 (patch) | |
tree | 03a2e97f04e3b70df54798d3ef6ba0779fbb711f | |
parent | 288a48d376f96b670f699dc321ec6b460fcdd351 (diff) | |
download | abslibre-8b29213caf94481c9b0eae412621699bc9942a66.tar.gz abslibre-8b29213caf94481c9b0eae412621699bc9942a66.tar.bz2 abslibre-8b29213caf94481c9b0eae412621699bc9942a66.zip |
faenza-icon-theme: remove libre suffix and add complex pkgrel
-rw-r--r-- | libre/faenza-icon-theme/PKGBUILD (renamed from libre/faenza-icon-theme-libre/PKGBUILD) | 16 | ||||
-rw-r--r-- | libre/faenza-icon-theme/distributor-logo-parabola.svg (renamed from libre/faenza-icon-theme-libre/distributor-logo-parabola.svg) | 0 | ||||
-rw-r--r-- | libre/faenza-icon-theme/start-here-parabola-symbolic.svg (renamed from libre/faenza-icon-theme-libre/start-here-parabola-symbolic.svg) | 0 |
3 files changed, 7 insertions, 9 deletions
diff --git a/libre/faenza-icon-theme-libre/PKGBUILD b/libre/faenza-icon-theme/PKGBUILD index dd65e4a20..a9a55bfba 100644 --- a/libre/faenza-icon-theme-libre/PKGBUILD +++ b/libre/faenza-icon-theme/PKGBUILD @@ -9,20 +9,18 @@ # Contributor: Jorge Araya Navarro <elcorreo@deshackra.com> # Contributor: Márcio Silva <coadde@parabola.nu> -_pkgname=faenza-icon-theme -pkgname=faenza-icon-theme-libre +pkgname=faenza-icon-theme pkgver=1.3.1 -pkgrel=3 +pkgrel=3.parabola1 pkgdesc='Icon theme designed for Equinox GTK theme, without nonfree distros and application icons (Parabola rebranded)' url='http://gnome-look.org/content/show.php/Faenza?content=128143' license=('GPL3') arch=('any') -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) +replaces=(${pkgname}-libre) +conflicts=(${pkgname}-libre) makedepends=('librsvg') options=(!strip) -source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$_pkgname/${_pkgname}_${pkgver}.tar.gz" +source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz" 'distributor-logo-parabola.svg' 'start-here-parabola-symbolic.svg') md5sums=('b5339b70cbb821b583499e725957b150' @@ -30,7 +28,7 @@ md5sums=('b5339b70cbb821b583499e725957b150' 'e2301755fc4c552cfee7de72b6ed775a') prepare() { - cd "$srcdir/$_pkgname-1.3" + cd "$srcdir/$pkgname-1.3" rm -rv debian # remove nonfree distros and application logos @@ -56,7 +54,7 @@ prepare() { } package() { - cd $_pkgname-1.3 + cd $pkgname-1.3 mkdir -p "$pkgdir/usr/share/icons" "$pkgdir/usr/lib" "$pkgdir/usr/share" cp -rf Faenza{,-Dark,-Darkest,-Darker,-Ambiance,-Radiance} "$pkgdir/usr/share/icons/" diff --git a/libre/faenza-icon-theme-libre/distributor-logo-parabola.svg b/libre/faenza-icon-theme/distributor-logo-parabola.svg index dec339e9c..dec339e9c 100644 --- a/libre/faenza-icon-theme-libre/distributor-logo-parabola.svg +++ b/libre/faenza-icon-theme/distributor-logo-parabola.svg diff --git a/libre/faenza-icon-theme-libre/start-here-parabola-symbolic.svg b/libre/faenza-icon-theme/start-here-parabola-symbolic.svg index a70ad3b3c..a70ad3b3c 100644 --- a/libre/faenza-icon-theme-libre/start-here-parabola-symbolic.svg +++ b/libre/faenza-icon-theme/start-here-parabola-symbolic.svg |