2f4da158d0
[skip ci]: too many aports changed
41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
# Contributor: Duncan Guthrie <dguthrie@posteo.net>
|
|
# Maintainer: Duncan Guthrie <dguthrie@posteo.net>
|
|
pkgname=matchbox-panel
|
|
_pkgname=$pkgname-2
|
|
pkgver=2.11_git20161123
|
|
pkgrel=0
|
|
_commit="f82ca3f42510fb3ef10f598b393eb373a2c34ca7"
|
|
pkgdesc="Simple GTK+3-based panel for handheld devices"
|
|
url="http://matchbox-project.org"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
depends="libmatchbox startup-notification libx11 libxext matchbox-common dbus dbus-glib gdk-pixbuf gtk+3.0"
|
|
makedepends="libintl libmatchbox-dev startup-notification-dev libx11-dev autoconf automake libtool gettext git gdk-pixbuf-dev gtk+3.0-dev dbus-glib-dev dbus-dev"
|
|
source="https://git.yoctoproject.org/cgit/cgit.cgi/${_pkgname}/snapshot/${_pkgname}-${_commit}.tar.gz
|
|
allow-smaller-icons.patch"
|
|
builddir="$srcdir/$_pkgname-$_commit"
|
|
options="!check"
|
|
subpackages="$pkgname-dev"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
autoreconf --install
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
--enable-startup-notification \
|
|
--enable-dbus
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="faf5d3cb25a8cc88656099986e3f44b6f8d7fbd16ea510ca2bab04b40bd3e82304604dd4214d1015e6f14a396d442a8adac0436ea4f1745174178665bcb1f299 matchbox-panel-2-f82ca3f42510fb3ef10f598b393eb373a2c34ca7.tar.gz
|
|
b4ec412a269565d8eb426d339c68e13ae839700658b4654ae32fbd53ad53bd3948647fe84cb59051e1fe1517f5dbd69f1cbda255278f51107a5c444780680ef7 allow-smaller-icons.patch"
|