mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-24 15:37:18 +00:00
Edited
This commit is contained in:
parent
fa10257367
commit
b1110b4809
@ -6,7 +6,7 @@ pkgver=0.3
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Wallpaper plugin that allows you to select different wallpaper for day and night"
|
pkgdesc="Wallpaper plugin that allows you to select different wallpaper for day and night"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://kde-look.org/content/show.php?action=content&content=118636"
|
url="http://kde-look.org/content/show.php?content=118636"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('kdebase-workspace' 'kdebindings-python2')
|
depends=('kdebase-workspace' 'kdebindings-python2')
|
||||||
source=(http://kde-look.org/CONTENT/content-files/118636-${_pkgname}.plasmoid)
|
source=(http://kde-look.org/CONTENT/content-files/118636-${_pkgname}.plasmoid)
|
||||||
|
@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
pkgname=kwin-scripts-tiling
|
pkgname=kwin-scripts-tiling
|
||||||
_pkgname=tiling
|
_pkgname=tiling
|
||||||
pkgver=1.3.2
|
pkgver=1.3.3
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Tiling script for kwin"
|
pkgdesc="Tiling script for kwin"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://kde-look.org/content/show.php?content=161151"
|
url="http://kde-look.org/content/show.php?content=161151"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('kdebase-workspace')
|
depends=('kdebase-workspace')
|
||||||
source=(http://kde-look.org/CONTENT/content-files/161151-${_pkgname}.kwinscript)
|
source=(http://kde-look.org/CONTENT/content-files/161151-${_pkgname}.kwinscript)
|
||||||
md5sums=('2de0fc923b1fdf709ce2083e025080f0')
|
md5sums=('9ce4598e0d8d39128068d279169a0572')
|
||||||
|
|
||||||
package()
|
package()
|
||||||
{
|
{
|
||||||
|
38
voxforge-am-julius-nightly/PKGBUILD
Normal file
38
voxforge-am-julius-nightly/PKGBUILD
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# Contributor: Evgeniy Alekseev <arcanis.arch at gmail dot com>
|
||||||
|
# Contributor: Matt Harrison <matt at mistbyte dot com>
|
||||||
|
# Contributor: Muhammad Qadri <Muhammad dot A dot Qadri at gmail dot com>
|
||||||
|
# This PKGBUILD is maintained at https://github.com/matt-h/aur-pkgbuilds/tree/master/voxforge-am-julius
|
||||||
|
|
||||||
|
pkgname=voxforge-am-julius-nightly
|
||||||
|
pkgver=20140108
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="Acoustic model information for use with Julius voice recognition software"
|
||||||
|
arch=('any')
|
||||||
|
conflicts=(voxforge-am-julius)
|
||||||
|
provides=(voxforge-am-julius)
|
||||||
|
replaces=(voxforge-am-julius)
|
||||||
|
url="http://www.voxforge.org/"
|
||||||
|
license=('GPL')
|
||||||
|
pkgver() {
|
||||||
|
printf $(($(date +%Y%m%d)-1))
|
||||||
|
}
|
||||||
|
_build_date=$(pkgver | cut -c1-4)-$(pkgver | cut -c5-6)-$(pkgver | cut -c7-8)
|
||||||
|
source=("julius-acousticmodel.tgz")
|
||||||
|
true && source=("julius-acousticmodel.tgz::http://www.repository.voxforge1.org/downloads/Nightly_Builds/AcousticModel-${_build_date}/Julius-4.2-Quickstart-Linux_AcousticModel-${_build_date}.tgz")
|
||||||
|
install=${pkgname}.install
|
||||||
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}"
|
||||||
|
|
||||||
|
install -Dm644 "Sample.jconf" "${pkgdir}/usr/share/voxforge/julius/julius.jconf"
|
||||||
|
install -dm755 "${pkgdir}/usr/share/voxforge/julius/grammar/"
|
||||||
|
install -m644 -t "${pkgdir}/usr/share/voxforge/julius/grammar/" "grammar/"*
|
||||||
|
install -dm755 "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/"
|
||||||
|
install -m644 -t "${pkgdir}/usr/share/voxforge/julius/acoustic_model_files/" "acoustic_model_files/"*
|
||||||
|
|
||||||
|
# remove license files
|
||||||
|
rm "${pkgdir}/usr/share/voxforge/julius/"{acoustic_model_files,grammar}/LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
@ -0,0 +1,11 @@
|
|||||||
|
post_install() {
|
||||||
|
cat << EOF
|
||||||
|
To run, use
|
||||||
|
julius -input mic -C /usr/share/voxforge/julius/julius.jconf
|
||||||
|
|
||||||
|
To manipulate, copy the contents of /usr/share/voxforge/julius to a local
|
||||||
|
folder (i.e. .voxforge/julius/).
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in New Issue
Block a user