updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-shell-extension-extend-left-box-git / PKGBUILD
blob89e2aab9a2cc702a0a93774f9ebf571adbb3f771
1 # Maintainer: Cheng Ye <yecheng91@msn.com>
2 pkgname=gnome-shell-extension-extend-left-box-git
3 pkgver=20111220
4 pkgrel=1
5 epoch=
6 pkgdesc="Extend _leftBox of gnome-shell top panel. When you use extensions that use top panel, like windowlist@linuxmint.com, you will only be able to use the left half of the top bar. This extension will extend the _leftBox of top bar to the maximun width."
7 arch=('i686')
8 url="https://github.com/siefkenj/gnome-shell-windowlist"
9 license=('unknown')
10 groups=()
11 depends=('gnome-shell>=3.2.1')
12 makedepends=('git>=1.7.8')
13 checkdepends=()
14 optdepends=()
15 provides=()
16 conflicts=()
17 replaces=()
18 backup=()
19 options=()
20 #install=PKG-INSTALL.install
21 changelog=
22 #source=($pkgname-$pkgver.tar.gz)
23 noextract=()
25 DIR_NAME='extend-left-box'
26 EXT_NAME='extend-left-box@linuxdeepin.com'
28 build() {
29   cd "${srcdir}"
30   if [[ -d "${DIR_NAME}" ]]
31   then
32       rm -rf "${DIR_NAME}"
33   fi
34   git clone https://github.com/StephenPCG/extend-left-box.git
37 package() {
38   mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions"
39   cp -a "${srcdir}/${DIR_NAME}/${EXT_NAME}" "${pkgdir}/usr/share/gnome-shell/extensions"