044c496fc5
Add matchbox-window-manager, matchbox-desktop, and their associated dependencies.
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
# Contributor: Duncan Guthrie <dguthrie@posteo.net>
|
|
# Maintainer: Duncan Guthrie <dguthrie@posteo.net>
|
|
pkgname=matchbox-desktop
|
|
pkgver=0.9.1_git20050406
|
|
pkgrel=0
|
|
_commit=525e271308bd21307abaf2c972610219351edff5
|
|
pkgdesc="Desktop system for handhelds using the GTK+2 stack"
|
|
url="https://matchbox-project.org"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
depends="gdk-pixbuf glib gtk+2.0 pango startup-notification libx11 matchbox-common libmatchbox libjpeg-turbo"
|
|
makedepends="startup-notification-dev gtk+2.0-dev autoconf automake libtool libmatchbox-dev libjpeg-turbo-dev"
|
|
source="https://git.yoctoproject.org/cgit/cgit.cgi/$pkgname/snapshot/$pkgname-$_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_commit"
|
|
options="!check"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./autogen.sh
|
|
./configure \
|
|
--enable-startup-notification \
|
|
--enable-dnotify \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR=$pkgdir install
|
|
}
|
|
|
|
sha512sums="ca4cafe4c0c14d6a60bc16e302a3eb623371357abcd168ceaaa78c15334d32351382d6e56919b1fd6c1de274e2cd9d08648c0ab4a385e8c62ec38b6c8c6a86a4 matchbox-desktop-525e271308bd21307abaf2c972610219351edff5.tar.gz"
|