diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-10 08:34:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-10 08:35:29 +0000 |
commit | 632dee99596e25aed11ffa2fd7107f4dd2cf9c8b (patch) | |
tree | 69c00a84d169af5f3376eda0577bcb1bbd88f528 /main/faenza-icon-theme | |
parent | 9f5237e8ed2641b406d961ed1e6222f80c5a3131 (diff) | |
download | aports-632dee99596e25aed11ffa2fd7107f4dd2cf9c8b.tar.bz2 aports-632dee99596e25aed11ffa2fd7107f4dd2cf9c8b.tar.xz |
main/faenza-icon-theme: add libreoffice subpackages
Diffstat (limited to 'main/faenza-icon-theme')
-rw-r--r-- | main/faenza-icon-theme/APKBUILD | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/main/faenza-icon-theme/APKBUILD b/main/faenza-icon-theme/APKBUILD index fc958a25b7..e2baa56135 100644 --- a/main/faenza-icon-theme/APKBUILD +++ b/main/faenza-icon-theme/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=faenza-icon-theme pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="icons designed to go in tandem with equinox themes" arch="noarch" url="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" @@ -27,6 +27,14 @@ subpackages="$pkgname-extras $pkgname-hexchat $pkgname-imagemagick $pkgname-inkscape + $pkgname-libreoffice-calc:lo_calc + $pkgname-libreoffice-common:lo_common + $pkgname-libreoffice-draw:lo_draw + $pkgname-libreoffice-impress:lo_impress + $pkgname-libreoffice-main:lo_main + $pkgname-libreoffice-math:lo_math + $pkgname-libreoffice-writer:lo_writer + $pkgname-libreoffice $pkgname-midori $pkgname-mplayer $pkgname-pidgin @@ -101,6 +109,15 @@ gparted() { _app gparted 'gparted*'; } hexchat() { depends="$pkgname-xchat"; _app hexchat 'hexchat*'; } imagemagick() { _app imagemagick 'imagemagick*'; } inkscape() { _app inkscape 'inkscape*'; } +lo_base() { _app libreoffice-base 'libreoffice*-base*'; } +lo_calc() { _app libreoffice-calc 'libreoffice*-calc*'; } +lo_common() { _app libreoffice-common 'libreoffice*-startcenter*'; } +lo_draw() { _app libreoffice-draw 'libreoffice*-draw*'; } +lo_impress() { _app libreoffice-impress 'libreoffice*-impress*'; } +lo_main() { _app libreoffice-main 'libreoffice*-main*'; } +lo_math() { _app libreoffice-math 'libreoffice*-math*'; } +lo_writer() { _app libreoffice-writer 'libreoffice*-writer*'; } +libreoffice() { _app libreoffice 'libreoffice*'; } midori() { _app midori 'midori*'; } mplayer() { _app mplayer 'mplayer*'; } pidgin() { _app pidgin 'pidgin*'; } @@ -191,7 +208,6 @@ extras() { _app "" \ 'jdownloader' \ 'jockey*' \ 'library-internet-radio' \ - 'libreoffice*' \ 'logviewer' \ 'miro*' \ 'mono*' \ |