diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:10:33 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:10:33 -0300 |
commit | 9e30cea6b8a2e90fd8958ca1f773e3a382179763 (patch) | |
tree | 7ce1eda16c69a04998d595f3bfcccf9a65489327 /~fauno | |
parent | 503317d2f4cb14793d90cca90822975c41e8c0a1 (diff) | |
parent | 858daf289b238f4aa3190656635fc354ddd2bce9 (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Conflicts:
social/sobby/PKGBUILD
~fauno/kyotocabinet/PKGBUILD
~fauno/kyototycoon/PKGBUILD
Diffstat (limited to '~fauno')
-rw-r--r-- | ~fauno/faenza-icon-theme/PKGBUILD | 25 | ||||
-rw-r--r-- | ~fauno/kyotocabinet/PKGBUILD | 2 | ||||
-rw-r--r-- | ~fauno/kyototycoon/PKGBUILD | 4 |
3 files changed, 28 insertions, 3 deletions
diff --git a/~fauno/faenza-icon-theme/PKGBUILD b/~fauno/faenza-icon-theme/PKGBUILD new file mode 100644 index 000000000..484764c73 --- /dev/null +++ b/~fauno/faenza-icon-theme/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Elia Notarangelo <elia.notarangelo AT gmail DOT com> +# Contributor: Frikilinux <frikilinux at frikilinux.com.ar> +# Contributor: graysky <graysky AT archlinux DOT us> +# Contributor: Samsagax <samsagax AT gmail DOT com> +# Contributor: simongmzlj <simongmzlj AT gmail DOT com> + +pkgname=faenza-icon-theme +pkgver=1.3 +pkgrel=1 +pkgdesc="Icon theme designed for Equinox GTK theme" +url="http://gnome-look.org/content/show.php/Faenza?content=128143" +license=('GPL3') +arch=('any') +makedepends=() +options=(!strip) +source=("http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz") +md5sums=('763e0450b0853bd11f04c970ba3fd49f') + +package() { + cd "${srcdir}" + mkdir -p "${pkgdir}"/usr/share/icons + cp -rf Faenza{,-Dark,-Darkest,-Darker} "${pkgdir}"/usr/share/icons/ + +} + diff --git a/~fauno/kyotocabinet/PKGBUILD b/~fauno/kyotocabinet/PKGBUILD index 78544fae7..bd421dc3c 100644 --- a/~fauno/kyotocabinet/PKGBUILD +++ b/~fauno/kyotocabinet/PKGBUILD @@ -10,7 +10,6 @@ license=('LGPL3') makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib') depends=('zlib' 'gcc-libs') source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz") -sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a') build() { cd "$srcdir/$pkgname-$pkgver" @@ -24,3 +23,4 @@ package() { make install DESTDIR="$pkgdir/" } +sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a') diff --git a/~fauno/kyototycoon/PKGBUILD b/~fauno/kyototycoon/PKGBUILD index 67d35d650..97f42097c 100644 --- a/~fauno/kyototycoon/PKGBUILD +++ b/~fauno/kyototycoon/PKGBUILD @@ -2,13 +2,13 @@ pkgname=kyototycoon pkgver=0.9.56 pkgrel=1 -pkgdesc="A lightweight concurrent remote frontend for Kyoto Cabinet." +pkgdesc="A lightweight conncurent remote frontend for Kyoto Cabinet." arch=('i686' 'x86_64' 'mips64el') url="http://fallabs.com/kyototycoon" license=('GPL3') depends=('zlib' 'kyotocabinet') source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz") -md5sums=('2e95a4681f6d05f9e363985fbb933948') +sha256sums=('553e4ea83237d9153cc5e17881092cefe0b224687f7ebcc406b061b2f31c75c6') build() { cd "$srcdir/$pkgname-$pkgver" |