Merge pull request #5180 from ackalker/new

New packages: Bear-2.2.1, sound-icons-0.1, dex-0.7
This commit is contained in:
Michael Gehring 2016-11-28 17:12:18 +01:00 committed by GitHub
commit af19d1f7fe
3 changed files with 49 additions and 0 deletions

12
srcpkgs/Bear/template Normal file
View File

@ -0,0 +1,12 @@
# Template file for 'Bear'
pkgname=Bear
version=2.2.1
revision=1
build_style=cmake
depends="python"
short_desc="A tool that generates a compilation database for clang tooling"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="GPL-3"
homepage="https://github.com/rizsotto/${pkgname}"
distfiles="https://github.com/rizsotto/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=bfe711fae29f173f9d33a7d8c42434a2f40d0247fbb6ff618fdd91c878f76a7b

19
srcpkgs/dex/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'dex'
pkgname=dex
version=0.7
revision=1
noarch=yes
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
python_version=3
depends="python3"
short_desc="Generate and execute DesktopEntry files of the Application type"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="GPL-2"
homepage="https://github.com/jceb/dex"
distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=2b0c98832c4b894486807a9ac0417ca127425013e0f07da352621065cb36adc6
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
}

View File

@ -0,0 +1,18 @@
# Template file for 'sound-icons'
pkgname=sound-icons
version=0.1
revision=1
noarch=yes
short_desc="Sounds for speech enabled applications"
maintainer="Alain Kalker <a.c.kalker@gmail.com>"
license="GPL-2"
homepage="http://www.freebsoft.org/pub/projects/sound-icons/"
distfiles="http://www.freebsoft.org/pub/projects/sound-icons/${pkgname}-${version}.tar.gz"
checksum=382dda1d14a07b3125a8b5084695aa9ba5cb0fff02e5aab69fd6c7e23cbcf4d7
do_install() {
vdoc README
rm COPYING README
vmkdir usr/share/sounds/sound-icons
vcopy "*" usr/share/sounds/sound-icons
}