aboutsummaryrefslogtreecommitdiffstats
path: root/community/wbar/APKBUILD
blob: 811add8289769a9d6ec2e2c21dbc4bf33e87d4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=wbar
pkgver=2.3.4
pkgrel=0
pkgdesc="A simple and customizable quick-launch desktop dock"
url="https://code.google.com/p/wbar/"
arch="all"
license="GPL-2.0"
depends=""
depends_dev=""
makedepends="libglade-dev intltool imlib2-dev"
install=""
subpackages="$pkgname-lang $pkgname-doc"
source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wbar/wbar-$pkgver.tgz
	Functions.patch
	Main.patch"

_builddir=$srcdir/$pkgname-$pkgver
prepare() {
	cd "$_builddir"
	default_prepare
	sed -i '/-Werror/d' src/Makefile.*
}

build() {
	cd "$_builddir"
      ./configure \
         --build=$CBUILD \
         --host=$CHOST \
         --prefix=/usr \
         --exec_prefix=/usr \
         --sysconfdir=/etc
      make || return 1
     }

package() {
	cd "$_builddir"
        make DESTDIR=${pkgdir} install
}

md5sums="c1ac6b74138937a280904d1bac88115d  wbar-2.3.4.tgz
3781735edbe6ca13777c97754ce80c77  Functions.patch
1411f3813b1996966425e1721b3fe9b6  Main.patch"
sha256sums="46a69849e4436529aefb5cfb2c94b520d05a53c237e7773b90207f67f97a93e3  wbar-2.3.4.tgz
1a064c1741f5bd7d2777c0668a9b06908530365d3a7dbf254046451f9116def2  Functions.patch
23fca37f44db2becbf426c9d377398c3c70fbf6028757692921e23021a5e7586  Main.patch"
sha512sums="07f3484bd071761d57ef1172c56b30980eef9ce2ee65d1fc21ea20c631a1da1d88c1b8a9e1a1fca0e5f18e7bf1c5697c349a543d72966ce71ff53d7e921147b3  wbar-2.3.4.tgz
edc3f17ef9ee3d761c22c2dc4bb47118ecf2061b0e1fef74a96a9e69d5a1df446f157ab010f5a95b38a4bcd132dacb852fd91b4dfd96ceb659b1409a2149fa5e  Functions.patch
175cd141650cd735539af1cde81c89175aca70acbbac3138bce16b46f5ac7f91d36d415026cdd158a9cd75d73d349a5286e00fa1cf22df0ac601f523cc44ddf8  Main.patch"