diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-12 17:51:32 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-12 17:51:32 -0300 |
commit | 8878de8508ef59fe63f2d19a258a383ba09b10a8 (patch) | |
tree | 9c5bf862464d4d4c2dae393189065a2615fa260e /community/menu-cache/PKGBUILD | |
parent | 0fccb862cc0ea09fc8a76c29babfdcef823d9ab7 (diff) | |
parent | 0d51c533d75a26daabeb9e7b9c5dcfb211498a4d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libfm/PKGBUILD
community/lxlauncher/PKGBUILD
community/mrtg/PKGBUILD
core/glib2/PKGBUILD
extra/epiphany/PKGBUILD
extra/m17n-lib/PKGBUILD
extra/mtr/PKGBUILD
Diffstat (limited to 'community/menu-cache/PKGBUILD')
-rw-r--r-- | community/menu-cache/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/menu-cache/PKGBUILD b/community/menu-cache/PKGBUILD index f730fe4cd..b40a8b533 100644 --- a/community/menu-cache/PKGBUILD +++ b/community/menu-cache/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 84578 2013-02-20 05:00:21Z bpiotrowski $ +# $Id: PKGBUILD 93764 2013-07-10 06:48:17Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=menu-cache -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64' 'mips64el') @@ -15,11 +15,10 @@ depends=('intltool' 'glib2') options=('!libtool') makedepends=('pkgconfig') source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) -sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e') +sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a') build() { - cd $srcdir/$pkgname-$pkgver - + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/menu-cache \ --disable-static @@ -27,6 +26,6 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } |