Added a directory for package files, e.g. PKGBUILD for Arch.
This commit is contained in:
parent
36f0ecb4e2
commit
ddd36483a7
58
distro-packages/Arch-Linux/PKGBUILD
Normal file
58
distro-packages/Arch-Linux/PKGBUILD
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
|
||||||
|
|
||||||
|
pkgname=cthulhu
|
||||||
|
pkgver=0.1
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Screen reader for individuals who are blind or visually impaired forked from Orca"
|
||||||
|
url="https://git.stormux.org/storm/cthulhu"
|
||||||
|
arch=(any)
|
||||||
|
license=(LGPL)
|
||||||
|
depends=(
|
||||||
|
at-spi2-core
|
||||||
|
brltty
|
||||||
|
gobject-introspection-runtime
|
||||||
|
gsettings-desktop-schemas
|
||||||
|
gstreamer
|
||||||
|
gst-plugins-base # playbin, audiotestsrc, basic decoders
|
||||||
|
gst-plugins-good # pulsesink, more decoders
|
||||||
|
gtk3
|
||||||
|
hicolor-icon-theme
|
||||||
|
liblouis
|
||||||
|
libwnck3
|
||||||
|
pango
|
||||||
|
python
|
||||||
|
python-atspi
|
||||||
|
python-cairo
|
||||||
|
python-gobject
|
||||||
|
python-setproctitle
|
||||||
|
speech-dispatcher
|
||||||
|
xorg-xkbcomp
|
||||||
|
xorg-xmodmap
|
||||||
|
)
|
||||||
|
makedepends=(
|
||||||
|
git
|
||||||
|
itstool
|
||||||
|
yelp-tools
|
||||||
|
)
|
||||||
|
groups=(gnome)
|
||||||
|
_commit=9e77d1baf9bd24b78d7499ad9b2e8bb80c9a0c81 # tags/ORCA_45_1^0
|
||||||
|
source=("git+https://git.stormux.org/storm/cthulhu.git")
|
||||||
|
b2sums=('SKIP')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd cthulhu
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd cthulhu
|
||||||
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd cthulhu
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:set sw=2 sts=-1 et:
|
Loading…
Reference in New Issue
Block a user