mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
Merge branch 'master' of gitorious.org:chakra-packages/apps
This commit is contained in:
commit
f819cbe568
@ -4,7 +4,7 @@
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
|
||||
pkgname=cirkuit
|
||||
pkgver=0.4
|
||||
pkgver=0.4.3
|
||||
pkgrel=1
|
||||
pkgdesc='An application for drawing high-quality line diagrams to include in TeX, LaTeX, or similar documents.'
|
||||
url="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html"
|
||||
@ -14,8 +14,8 @@ depends=('ghostscript' 'm4' 'netpbm' 'pdf2svg' 'poppler-qt' 'qt' 'texlive-bin' '
|
||||
makedepends=('automoc4' 'cmake' 'kdelibs')
|
||||
optdepends=('dpic: improved circuit macros support.'
|
||||
'gnuplot-luaterm: Gnuplot backend.')
|
||||
source=(http://wwwu.uni-klu.ac.at/magostin/src/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('2392cd851eb8dabbc37012b0b265ae2e')
|
||||
source=(http://wwwu.uni-klu.ac.at/magostin/src/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('dccdb6bdb6f1afb99cbebe4780f96b49')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
@ -31,4 +31,4 @@ build() {
|
||||
package() {
|
||||
cd $srcdir/$pkgname-$pkgver/build
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user