Date: Wednesday, February 20, 2013 @ 05:59:56 Author: bpiotrowski Revision: 84577
upgpkg: menu-cache 0.4.1-1 upstream update Modified: menu-cache/trunk/PKGBUILD Deleted: menu-cache/trunk/menu-cache-gen.h ------------------+ PKGBUILD | 10 +++------- menu-cache-gen.h | 8 -------- 2 files changed, 3 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-20 04:55:37 UTC (rev 84576) +++ PKGBUILD 2013-02-20 04:59:56 UTC (rev 84577) @@ -4,7 +4,7 @@ # Contributor: Juergen Hoetzel <[email protected]> pkgname=menu-cache -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc='Caching mechanism for freedesktop.org compliant menus' arch=('i686' 'x86_64') @@ -14,16 +14,12 @@ depends=('intltool' 'glib2') options=('!libtool') makedepends=('pkgconfig') -source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz - menu-cache-gen.h) -md5sums=('c63029a6c65e370ed5d9409f30265950' - '4edc9545b9640ee7698324d3f9683dc7') +source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz) +sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e') build() { cd $srcdir/$pkgname-$pkgver - install -m644 $srcdir/menu-cache-gen.h menu-cache-gen/ - ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/menu-cache \ --disable-static Deleted: menu-cache-gen.h =================================================================== --- menu-cache-gen.h 2013-02-20 04:55:37 UTC (rev 84576) +++ menu-cache-gen.h 2013-02-20 04:59:56 UTC (rev 84577) @@ -1,8 +0,0 @@ -#ifndef __MENU_CACHE_GEN_H__ -#define __MENU_CACHE_GEN_H__ 1 -G_BEGIN_DECLS - -guint32 menu_cache_get_de_flag (const char* de_name); - -G_END_DECLS -#endif \ No newline at end of file
