updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / gnome-panel-ubuntu / PKGBUILD
blob229bf60ace663832f78eaac06ee51f63c32e13c1
1 # Maintainer: Olav "lafka" Frengstad <olav@wavephp.net>
3 pkgname=gnome-panel-ubuntu
4 _pkgname=gnome-panel
5 pkgver=2.30.2
6 pkgrel=1.01
7 pkgdesc="Patches for the launcher and docking facility for GNOME "
8 arch=('i686')
9 url="launcher and docking facility for GNOME"
10 license=('GPL')
11 groups=('ayatana')
12 depends=('gnome-desktop>=2.30.2')
13 makedepends=('gnome-doc-utils>=0.16.1' 'pkgconfig' 'intltool')
14 provides=('gnome-panel' 'gnome-panel-data')
15 replaces=('gnome-panel')
16 source=(http://launchpad.net/ubuntu/+archive/primary/+files/gnome-panel_2.30.2.orig.tar.gz 
17 01_layout.patch
18 03_dnd_places_link.patch
19 04_default_panel_config.patch
20 05_no_session_delay.patch
21 09_default_icons.patch
22 16_compiz_workspace_switcher.patch
23 17_about-ubuntu-translation.patch
24 18_lockdown_lock_editor.patch
25 25_dynamic_fusa_detection.patch
26 30_disable-initial-animation.patch
27 40_unset_menuproxy.patch
28 71_change_bookmark_submenu_limit_value.patch
29 85_disable_shutdown_on_ltsp.patch
30 90_git_wnck_show_realize.patch
31 91_git_wnck_pager_update.patch
32 99_ltmain_as-needed.patch
34 md5sums=('ea653aa2d5c12c652377989629fa9c10'
35         '4f04a5a5f474fe3c7f62d601e774e05f'
36         '2a5a3b1fc89215b014adad75ecb44dd3'
37         'a620a4f63841b042d53106508d33d840'
38         'c3cc7e04a12092720da35a7ed92e1bcc'
39         '8847de988e7872c0465cf164969306be'
40         'ae2237d598602b64b56d04026190ff1d'
41         '7e5980210f0133fc88e0adcc22429f11'
42         '7d3ae7d88a64a73580aa688b4b2abed9'
43         'bb9940b02e498094542cc7689f144f58'
44         'bb50fed2ecf601a278079d01aa6192e3'
45         '6c09095a68df9ca512e7717c115b2a95'
46         '09a2e6ae9dcfc0d1e06b7189635e34d5'
47         '4c81e90ee0c4b626abbe0ce08496b3f0'
48         '34b50f3c0d9f9dfb711b70bc70b5967a'
49         'e3874ac8e0dab56f295064f0492b66b3'
50         'c71805027eca214516725ff8c9f9fa76'
52 url="https://launchpad.net/ubuntu/+source/gnome-panel"
53 build() {
54   cd $srcdir/$_pkgname-$pkgver
55   ls -1 ../*.patch | xargs -iXXX patch -Np1 -i XXX
56   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
57         --libexecdir=/usr/lib --with-default-wm=fusion-icon
58   make || return 1
59   make prefix=$pkgdir/usr install