[arch-commits] Commit in menu-cache/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Feb 20 05:00:21 UTC 2013


    Date: Wednesday, February 20, 2013 @ 06:00:21
  Author: bpiotrowski
Revision: 84578

archrelease: copy trunk to community-i686, community-x86_64

Added:
  menu-cache/repos/community-i686/PKGBUILD
    (from rev 84577, menu-cache/trunk/PKGBUILD)
  menu-cache/repos/community-x86_64/PKGBUILD
    (from rev 84577, menu-cache/trunk/PKGBUILD)
Deleted:
  menu-cache/repos/community-i686/PKGBUILD
  menu-cache/repos/community-i686/menu-cache-gen.h
  menu-cache/repos/community-x86_64/PKGBUILD
  menu-cache/repos/community-x86_64/menu-cache-gen.h

-----------------------------------+
 community-i686/PKGBUILD           |   68 ++++++++++++++++--------------------
 community-i686/menu-cache-gen.h   |    8 ----
 community-x86_64/PKGBUILD         |   68 ++++++++++++++++--------------------
 community-x86_64/menu-cache-gen.h |    8 ----
 4 files changed, 64 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-20 04:59:56 UTC (rev 84577)
+++ community-i686/PKGBUILD	2013-02-20 05:00:21 UTC (rev 84578)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=menu-cache
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('intltool' 'glib2')
-options=('!libtool')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-        menu-cache-gen.h)
-md5sums=('c63029a6c65e370ed5d9409f30265950'
-         '4edc9545b9640ee7698324d3f9683dc7')
-
-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
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-i686/PKGBUILD (from rev 84577, menu-cache/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-20 05:00:21 UTC (rev 84578)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=menu-cache
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('intltool' 'glib2')
+options=('!libtool')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --libexecdir=/usr/lib/menu-cache \
+              --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/menu-cache-gen.h
===================================================================
--- community-i686/menu-cache-gen.h	2013-02-20 04:59:56 UTC (rev 84577)
+++ community-i686/menu-cache-gen.h	2013-02-20 05:00:21 UTC (rev 84578)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-20 04:59:56 UTC (rev 84577)
+++ community-x86_64/PKGBUILD	2013-02-20 05:00:21 UTC (rev 84578)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-
-pkgname=menu-cache
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('intltool' 'glib2')
-options=('!libtool')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-        menu-cache-gen.h)
-md5sums=('c63029a6c65e370ed5d9409f30265950'
-         '4edc9545b9640ee7698324d3f9683dc7')
-
-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
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-x86_64/PKGBUILD (from rev 84577, menu-cache/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-20 05:00:21 UTC (rev 84578)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=menu-cache
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('intltool' 'glib2')
+options=('!libtool')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --libexecdir=/usr/lib/menu-cache \
+              --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/menu-cache-gen.h
===================================================================
--- community-x86_64/menu-cache-gen.h	2013-02-20 04:59:56 UTC (rev 84577)
+++ community-x86_64/menu-cache-gen.h	2013-02-20 05:00:21 UTC (rev 84578)
@@ -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




More information about the arch-commits mailing list