diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 02:03:28 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-05 02:03:28 -0300 |
commit | 288a48d376f96b670f699dc321ec6b460fcdd351 (patch) | |
tree | fc9b19aa65204455af9b1fcac347858981c1be9c | |
parent | 27d9389672acfcd3a0edec4ac13fe4dabbca05c5 (diff) |
faience-icon-theme: remove libre suffix and add complex pkgrel
-rw-r--r-- | libre/faience-icon-theme/PKGBUILD (renamed from libre/faience-icon-theme-libre/PKGBUILD) | 16 | ||||
-rw-r--r-- | libre/faience-icon-theme/start-here-parabola-symbolic.svg (renamed from libre/faience-icon-theme-libre/start-here-parabola-symbolic.svg) | 0 |
2 files changed, 7 insertions, 9 deletions
diff --git a/libre/faience-icon-theme-libre/PKGBUILD b/libre/faience-icon-theme/PKGBUILD index ea9d910a4..f56de653d 100644 --- a/libre/faience-icon-theme-libre/PKGBUILD +++ b/libre/faience-icon-theme/PKGBUILD @@ -6,25 +6,23 @@ # Contributor: Jorge Araya Navarro <elcorreo@deshackra.com> # Contributor: Márcio Silva <coadde@parabola.nu> -_pkgname=faience-icon-theme -pkgname=faience-icon-theme-libre +pkgname=faience-icon-theme pkgver=0.5.1 -pkgrel=3 +pkgrel=3.parabola1 pkgdesc='An icon theme based on Faenza, without nonfree distros and application icons (Parabola rebranded)' url='http://tiheum.deviantart.com/art/Faience-icon-theme-255099649' license=('GPL3') arch=('any') -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) +replaces=(${pkgname}-libre) +conflicts=(${pkgname}-libre) depends=('faenza-icon-theme') -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" 'start-here-parabola-symbolic.svg') sha256sums=('da4e6e921c465caeb8904d4fc6a183b173c8000c08abce625b5b6739f5a0867a' 'ad3a47c9545358046b8ef1695cbc6effc913d7affbf27017744419d33e66aea6') prepare() { - cd ${_pkgname}-${pkgver%.*} + cd ${pkgname}-${pkgver%.*} rm -rv debian # remove nonfree distros and application logos @@ -41,7 +39,7 @@ prepare() { } package() { - cd ${_pkgname}-${pkgver%.*} + cd ${pkgname}-${pkgver%.*} install -dm 755 "${pkgdir}"/usr/share/icons cp -dr --no-preserve=ownership Faience* "${pkgdir}"/usr/share/icons/ diff --git a/libre/faience-icon-theme-libre/start-here-parabola-symbolic.svg b/libre/faience-icon-theme/start-here-parabola-symbolic.svg index a70ad3b3c..a70ad3b3c 100644 --- a/libre/faience-icon-theme-libre/start-here-parabola-symbolic.svg +++ b/libre/faience-icon-theme/start-here-parabola-symbolic.svg |