mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:57:16 +08:00
missed boost rebuilds, lyx, libtorrent-rasterbar, qbittorrent
This commit is contained in:
parent
83366d820f
commit
747ebf936f
@ -4,12 +4,10 @@
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# Contributor:Renan Biegelmeyer (RenanBS) <renan.biegel[at]gmail[.dot]com
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=libtorrent-rasterbar
|
||||
pkgver=0.15.6
|
||||
pkgrel=2
|
||||
pkgver=0.15.9
|
||||
pkgrel=1
|
||||
pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
|
||||
url="http://www.rasterbar.com/products/libtorrent/"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -17,16 +15,16 @@ license=('custom')
|
||||
depends=('boost-libs' 'python2')
|
||||
makedepends=('boost')
|
||||
source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
|
||||
sha1sums=('e6f33b139933ec245e8850558efe52e88081fc6d')
|
||||
sha1sums=('d86eb9d4452d07715a355d3a67312f162d6eff3a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr --enable-python-binding
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -D COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
17
lyx/PKGBUILD
17
lyx/PKGBUILD
@ -4,22 +4,19 @@
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=lyx
|
||||
pkgver=2.0.0
|
||||
pkgver=2.0.2
|
||||
pkgrel=2
|
||||
pkgdesc="An advanced open-source document processor."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.lyx.org"
|
||||
depends=('qt' 'texlive-core' 'python' 'perl' 'imagemagick' 'aspell' 'boost-libs')
|
||||
makedepend=('boost')
|
||||
depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'aspell' 'boost-libs' 'icu')
|
||||
makedepends=('boost')
|
||||
optdepends=('texlive-latex3: pdf export')
|
||||
license=('GPL')
|
||||
source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \
|
||||
lyx.desktop)
|
||||
md5sums=('005dc04ad01e1b2bd92ec86b6235f8b1'
|
||||
source=(ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \
|
||||
lyx.desktop)
|
||||
md5sums=('f6421fdf118ace93d259220e6a3c4431'
|
||||
'0a7a76d3d9682f8d18ef0ed002b6d6e8')
|
||||
|
||||
build() {
|
||||
@ -27,7 +24,7 @@ build() {
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--with-frontend=qt4 --without-included-boost
|
||||
make
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
@ -4,23 +4,22 @@
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# Contributor:Renan Biegelmeyer (RenanBS) <renan.biegel[at]gmail[.dot]com
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=qbittorrent
|
||||
pkgver=2.6.7
|
||||
pkgver=2.9.3
|
||||
pkgrel=1
|
||||
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
|
||||
screenshot="http://sourceforge.net/dbimage.php?id=242189"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.qbittorrent.org/"
|
||||
license=('GPL')
|
||||
depends=('qt' 'libtorrent-rasterbar>=0.15.5' 'xdg-utils')
|
||||
depends=('qt' 'libtorrent-rasterbar' 'xdg-utils')
|
||||
makedepends=('boost' 'geoip')
|
||||
optdepends=('python2: needed for search'
|
||||
'geoip: improves peer country resolution')
|
||||
install=qbittorrent.install
|
||||
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('16db152e6147b90f3d5c50969933b6a5')
|
||||
md5sums=('bd35950260f633215db8acd7c22317dc')
|
||||
|
||||
build()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user