diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/qcad | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/qcad')
-rw-r--r-- | community/qcad/PKGBUILD | 13 | ||||
-rw-r--r-- | community/qcad/QCad.desktop | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD index 35fda67b1..df11349c0 100644 --- a/community/qcad/PKGBUILD +++ b/community/qcad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99094 2013-10-24 11:49:04Z spupykin $ +# $Id: PKGBUILD 102798 2013-12-20 11:28:08Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Giovanni Scafora <linuxmania@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=qcad -pkgver=3.4.0.0 +pkgver=3.4.5.0 pkgrel=1 pkgdesc="A 2D CAD package based upon Qt" arch=('i686' 'x86_64') @@ -13,16 +13,15 @@ url="http://www.ribbonsoft.com/qcad.html" license=('GPL3') depends=('qtwebkit') makedepends=('glu') -options=(libtool) +options=('libtool') source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz QCad.desktop) -md5sums=('b781fb8dcf8ba2725bbccf315a1da44f' - '35100eaedbdf6625f6e6a09b177854cd') +md5sums=('d7e5a77d05bdc7f6d5762029ec03fc2d' + '84f189dd152e7614a1265659dac6222d') prepare() { cd ${srcdir}/qcad-$pkgver -# sed -i '1,1i#include <unistd.h>' src/core/{RLocalPeer,RS}.cpp -# sed -i '1,1i#include <sys/sysinfo.h>' src/core/{RScriptHandler,RS}.cpp + sed -i '1,1i#include <stdint.h>' src/core/RThread.cpp } build() { diff --git a/community/qcad/QCad.desktop b/community/qcad/QCad.desktop index 407319aa2..5476c67d3 100644 --- a/community/qcad/QCad.desktop +++ b/community/qcad/QCad.desktop @@ -6,4 +6,4 @@ Name=QCad StartupNotify=true Terminal=false Type=Application -Categories=Application;Office; +Categories=Application;Development;Electronics;Engineering; |