diff options
author | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
commit | 44ded298ebb49500d321ac79b7d0d8bb4d5058ec (patch) | |
tree | 62011c680c3a7a6dbdf4791b1eec2a23daab7b3a /community | |
parent | a26ce336126d18cde915c2331250b8dfbffc24f8 (diff) |
Thu Mar 29 00:01:17 UTC 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/coq/PKGBUILD | 14 | ||||
-rw-r--r-- | community/kwalletcli/PKGBUILD | 29 | ||||
-rw-r--r-- | community/librep/PKGBUILD | 9 | ||||
-rw-r--r-- | community/root/PKGBUILD | 6 | ||||
-rw-r--r-- | community/stone-soup/PKGBUILD | 4 | ||||
-rw-r--r-- | community/sxiv/PKGBUILD | 6 | ||||
-rw-r--r-- | community/sxiv/config.h | 2 |
7 files changed, 47 insertions, 23 deletions
diff --git a/community/coq/PKGBUILD b/community/coq/PKGBUILD index 1054b6853..31077d16d 100644 --- a/community/coq/PKGBUILD +++ b/community/coq/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: George Giorgidze <giorgidze@gmail.com> pkgname=coq -pkgver=8.3pl3 -pkgrel=3 +pkgver=8.3pl4 +pkgrel=1 pkgdesc='Formal proof management system.' arch=('i686' 'x86_64') url='http://coq.inria.fr/' @@ -11,18 +11,12 @@ license=('GPL') options=('!emptydirs') depends=('gtk2' 'lablgtk2' 'ocaml') makedepends=('camlp5-transitional' 'netpbm' 'hevea') -source=("http://coq.inria.fr/distrib/V${pkgver}/files/coq-${pkgver}.tar.gz" - 'camlp5-latest-fix.diff') -md5sums=('37e9a52110a025128667c03fed75f9c2' - '76c55f67f86a3f4b782bbba02ba8893f') +source=("http://coq.inria.fr/distrib/V${pkgver}/files/coq-${pkgver}.tar.gz") +md5sums=('88e2ce021b09eca207e3119d5202a695') build() { cd coq-${pkgver} - # fix compilation bug, remove next bump - # https://coq.inria.fr/bugs/show_bug.cgi?id=2728 - patch -Np0 -i ${srcdir}/camlp5-latest-fix.diff - ./configure \ -prefix '/usr' \ -mandir '/usr/share/man' \ diff --git a/community/kwalletcli/PKGBUILD b/community/kwalletcli/PKGBUILD new file mode 100644 index 000000000..803b85750 --- /dev/null +++ b/community/kwalletcli/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> +# Contributor: Jens Adam (byte/jra) <j_adam@web.de> + +pkgname=kwalletcli +pkgver=2.11 +pkgrel=1 +pkgdesc="Command-Line Interface for the KDE Wallet" +url="http://www.mirbsd.org/kwalletcli.htm" +license=('custom:MirOS' 'LGPL3') +arch=('i686' 'x86_64') +depends=('kdebase-runtime' 'mksh') +optdepends=('gnupg2' 'openssh' 'pinentry') +source=("http://www.mirbsd.org/MirOS/dist/hosted/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('bf5c0bc1608041dd637f0e8e5e4f8586') + +build() { + cd "${srcdir}"/${pkgname} + KDE_VER=4 KDE_INCS="-I/usr/include/Qt -I/usr/include/QtCore" make -e +} + +package() { + cd "${srcdir}"/${pkgname} + install -d "${pkgdir}"/usr/{bin,share/man/man1} + for F in kwalletaskpass kwalletcli kwalletcli_getpin pinentry-kwallet; do + install ${F} "${pkgdir}"/usr/bin/${F} + install -m644 ${F}.1 "${pkgdir}"/usr/share/man/man1/${F}.1 + done + install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENCE +} diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD index 25c1988a7..7bd623c83 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 64157 2012-02-09 14:54:32Z arodseth $ +# $Id: PKGBUILD 68538 2012-03-27 07:09:16Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: stefan-husmann@t-online.de # Contributor: Juergen Hoetzel <juergen@archlinux.org> + pkgname=librep -pkgver=0.92.1b -pkgrel=3 +pkgver=0.92.2 +pkgrel=1 pkgdesc="Lisp system for Sawfish" license=('GPL2') arch=('x86_64' 'i686') @@ -13,7 +14,7 @@ depends=('gmp' 'gdbm' 'libffi') install=$pkgname.install options=('!emptydirs' '!libtool') source=("http://download.tuxfamily.org/$pkgname/$pkgname-$pkgver.tar.xz") -sha256sums=('aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e') +sha256sums=('a54422b42a34bc9d659130b83d2315ae3c3cb74ab6c2a6052459011d05f38740') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD index 386e13018..0a36eab5d 100644 --- a/community/root/PKGBUILD +++ b/community/root/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Sebastian Voecking <voeck@web.de> pkgname=root -pkgver=5.32.01 +pkgver=5.32.02 pkgrel=1 pkgdesc='C++ data analysis framework and interpreter from CERN.' arch=('i686' 'x86_64') url='http://root.cern.ch' license=('LGPL2.1') depends=('avahi' 'desktop-file-utils' 'ftgl' 'giflib' 'glew' 'graphviz' 'gsl' 'libldap' 'libmysqlclient' - 'libxft' 'postgresql-libs' 'python2' 'unixodbc' 'shared-mime-info' 'xmlrpc-c' 'xorg-fonts-75dpi' 'mesa' 'gcc-fortran' 'hicolor-icon-theme') + 'libxft' 'postgresql-libs' 'python2' 'unixodbc' 'shared-mime-info' 'xmlrpc-c' 'xorg-fonts-75dpi' 'mesa' 'gcc-fortran' 'hicolor-icon-theme' 'gtk-update-icon-cache') makedepends=('fftw') install='root.install' options=('!emptydirs') @@ -17,7 +17,7 @@ source=("ftp://root.cern.ch/root/root_v${pkgver}.source.tar.gz" 'root.sh' 'rootd' 'root.xml') -md5sums=('c8f28bb483e0b32208fb153c1ea6af7c' +md5sums=('614a00632ab11fb33d2002800aabdcc7' '0e883ad44f99da9bc7c23bc102800b62' 'efd06bfa230cc2194b38e0c8939e72af' 'e2cf69b204192b5889ceb5b4dedc66f7') diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index be89a662c..232de3609 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakob Gruber <jakob.gruber@gmail.com> pkgname=stone-soup -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=1 pkgdesc='An open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' arch=('i686' 'x86_64') @@ -61,5 +61,5 @@ build() { } # vim: ts=4:sw=4:expandtab -md5sums=('ca360fa13f730f501a0a31b187eeca46' +md5sums=('3afd529a30d73c9ab896e1704c4215a5' 'afdacb4c39342e75674efb88eeb3da21') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 4990e0a51..55dff70e4 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -5,19 +5,19 @@ pkgname=sxiv pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc='simple x image viewer' arch=('i686' 'x86_64') license=('GPL2') install=sxiv.install url='https://github.com/muennich/sxiv' -depends=('libx11' 'xproto' 'imlib2' 'desktop-file-utils') +depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils') source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz" 'sxiv.desktop' 'config.h') md5sums=('c887e0af1e4d5a101b285a46d288c419' '1dda85ff6bed4de337f8fb303075ed11' - '78c71ef924095d7d6fb75222047de0bd') + '67c470b605eae732aed4a8119a70832b') build() { cd "sxiv-${pkgver}" diff --git a/community/sxiv/config.h b/community/sxiv/config.h index 777cb805a..f84629cb4 100644 --- a/community/sxiv/config.h +++ b/community/sxiv/config.h @@ -7,7 +7,7 @@ /* load all frames from gif files and support gif animations? * (requires giflib [-lgif] to be installed) */ -#define GIF_SUPPORT 0 +#define GIF_SUPPORT 1 #endif #ifdef _WINDOW_CONFIG |