summaryrefslogtreecommitdiff
path: root/extra/gnome-desktop
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-21 00:21:21 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-21 00:21:21 -0300
commit116249b42ef84d8917a2c8593f7e6b0d3500722e (patch)
treecd565bc54690330bce0bfd9fe793c7c3663904a6 /extra/gnome-desktop
parentfcd3ae0df41ddf3667e1c91ce48d31ef6d32e6cb (diff)
parenta3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/virtualbox-modules/PKGBUILD community-testing/virtualbox-modules/virtualbox-archlinux-modules.install community-testing/virtualbox-modules/virtualbox-modules.install community/ircii-pana/PKGBUILD extra/nasm/PKGBUILD extra/vlc/PKGBUILD gnome-unstable/baobab/PKGBUILD gnome-unstable/clutter/PKGBUILD gnome-unstable/dconf/PKGBUILD gnome-unstable/evince/PKGBUILD gnome-unstable/evolution-data-server/PKGBUILD gnome-unstable/evolution/PKGBUILD gnome-unstable/evolution/evolution.install gnome-unstable/gcr/PKGBUILD gnome-unstable/glib2/PKGBUILD gnome-unstable/gnome-control-center/PKGBUILD gnome-unstable/gnome-control-center/gnome-control-center.install gnome-unstable/gnome-desktop/PKGBUILD gnome-unstable/gnome-font-viewer/PKGBUILD gnome-unstable/gnome-keyring/PKGBUILD gnome-unstable/gnome-online-accounts/PKGBUILD gnome-unstable/gnome-panel/PKGBUILD gnome-unstable/gnome-power-manager/PKGBUILD gnome-unstable/gnome-power-manager/gnome-power-manager.install gnome-unstable/gnome-screenshot/PKGBUILD gnome-unstable/gnome-session/PKGBUILD gnome-unstable/gnome-settings-daemon/PKGBUILD gnome-unstable/gnome-settings-daemon/gnome-settings-daemon.install gnome-unstable/gnome-system-log/PKGBUILD gnome-unstable/gtkhtml4/PKGBUILD gnome-unstable/gvfs/PKGBUILD gnome-unstable/libgnome-keyring/PKGBUILD gnome-unstable/libgxps/PKGBUILD gnome-unstable/network-manager-applet/PKGBUILD gnome-unstable/networkmanager/PKGBUILD gnome-unstable/pygobject/PKGBUILD gnome-unstable/seahorse/PKGBUILD gnome-unstable/telepathy-glib/PKGBUILD gnome-unstable/vte3/PKGBUILD gnome-unstable/yelp/PKGBUILD gnome-unstable/yelp/yelp.install testing/kmod/PKGBUILD testing/kmod/depmod-search.conf testing/lirc/PKGBUILD testing/lirc/lirc.install testing/openssh/PKGBUILD testing/xf86-video-neomagic/PKGBUILD ~fauno/notmuch/PKGBUILD
Diffstat (limited to 'extra/gnome-desktop')
-rw-r--r--extra/gnome-desktop/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/gnome-desktop/PKGBUILD b/extra/gnome-desktop/PKGBUILD
index 1faf9806b..9de1b6492 100644
--- a/extra/gnome-desktop/PKGBUILD
+++ b/extra/gnome-desktop/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 140889 2011-10-20 05:42:36Z ibiru $
+# $Id: PKGBUILD 153780 2012-03-19 17:06:57Z ibiru $
# Maintainer: Jan de Groot <jan@archlinux.org>
pkgname=gnome-desktop
pkgver=3.2.1
pkgrel=1
+epoch=1
pkgdesc="Library with common API for various GNOME modules"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'startup-notification' 'gtk3')
+depends=('gsettings-desktop-schemas' 'gtk3')
makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
url="http://www.gnome.org"
groups=('gnome')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
sha256sums=('4cb00d22360f9ae4bc3fb79efe7868fd54fcbfcd4f7050c71fc97699ec3a86a2')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--with-gnome-distributor="Arch Linux" \
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}