[arch-commits] Commit in gnome-menus/repos (4 files)
Jan Steffens
heftig at nymeria.archlinux.org
Wed Oct 2 19:57:01 UTC 2013
Date: Wednesday, October 2, 2013 @ 21:57:01
Author: heftig
Revision: 195866
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gnome-menus/repos/testing-i686/
gnome-menus/repos/testing-i686/PKGBUILD
(from rev 195865, gnome-menus/trunk/PKGBUILD)
gnome-menus/repos/testing-x86_64/
gnome-menus/repos/testing-x86_64/PKGBUILD
(from rev 195865, gnome-menus/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: gnome-menus/repos/testing-i686/PKGBUILD (from rev 195865, gnome-menus/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-10-02 19:57:01 UTC (rev 195866)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-menus
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="GNOME menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('713a58ff9e3264be70dd233c2935cfce4ee76223c17044ecbf6cb53eba875192')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+ make
+}
+
+package(){
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-menus/repos/testing-x86_64/PKGBUILD (from rev 195865, gnome-menus/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-02 19:57:01 UTC (rev 195866)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jan at archlinux.org>
+
+pkgname=gnome-menus
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="GNOME menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('713a58ff9e3264be70dd233c2935cfce4ee76223c17044ecbf6cb53eba875192')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure \
+ --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
+ make
+}
+
+package(){
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list