mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
rebuild against boost
This commit is contained in:
parent
32750a121e
commit
e929838207
@ -3,7 +3,7 @@ source ../kdeapps.conf
|
||||
|
||||
pkgname=akonadi
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
|
||||
arch=('x86_64')
|
||||
url='http://community.kde.org/KDE_PIM/Akonadi'
|
||||
@ -19,8 +19,8 @@ conflicts=('akonadi-client')
|
||||
provides=('akonadi-client' 'akonadi-qt4')
|
||||
replaces=('akonadi-client' 'akonadi-qt4')
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz"{,.sig})
|
||||
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../kdeapps.sums | cut -d " " -f1`
|
||||
'SKIP')
|
||||
sha256sums=('85509bfb47f29e05b7985d72be633b7dab38dbaf49a3aab1eee6b9b88762a9b1'
|
||||
'SKIP')
|
||||
validpgpkeys=(${Avalidpgpkeys[@]})
|
||||
|
||||
prepare() {
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=fife
|
||||
pkgver=0.4.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_githubname=fifengine
|
||||
pkgdesc="Flexible Isometric Free Engine is a cross platform game creation framework"
|
||||
arch=(x86_64)
|
||||
|
@ -1,5 +1,5 @@
|
||||
pkgname=opencollada
|
||||
pkgver=1.6.25
|
||||
pkgver=1.6.59
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Stream based reader and writer library for COLLADA files"
|
||||
@ -10,7 +10,7 @@ depends=('libxml2' 'pcre' 'boost')
|
||||
makedepends=('cmake')
|
||||
source=("https://github.com/KhronosGroup/OpenCOLLADA/archive/v$pkgver.tar.gz"
|
||||
'opencollada.conf')
|
||||
sha1sums=('0f27a355bb85b881388744164a071163532b3a08'
|
||||
sha1sums=('17f3d2c7f3970163c11234b8e2fe824d41376ca9'
|
||||
'5fe78d788742428856633c65d864aae2977e82a5')
|
||||
|
||||
build() {
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=simon
|
||||
pkgver=0.4.1
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A ready-to-use interface for the julius CSR engine for a handicapped person, which is not able to use the keyboard well."
|
||||
arch=('x86_64')
|
||||
url="https://projects.kde.org/projects/extragear/accessibility/simon"
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=trojita
|
||||
pkgver=0.7
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Trojita is a Qt IMAP e-mail client."
|
||||
arch=('x86_64')
|
||||
url="http://trojita.flaska.net"
|
||||
|
@ -1,6 +1,6 @@
|
||||
pkgname=ufw
|
||||
pkgver=0.35
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter firewall"
|
||||
arch=('x86_64')
|
||||
url="https://launchpad.net/ufw"
|
||||
@ -32,10 +32,10 @@ package() {
|
||||
|
||||
python3 setup.py install --root="$pkgdir"
|
||||
|
||||
rm -rf ${pkgdir}/usr/lib/python3.5/site-packages/ufw/__pycache__
|
||||
rm -rf ${pkgdir}/usr/lib/python3.6/site-packages/ufw/__pycache__
|
||||
|
||||
# Correct iptables location
|
||||
sed -i -e 's|sbin|bin|g' "$pkgdir/usr/lib/python3.5/site-packages/ufw/"*
|
||||
sed -i -e 's|sbin|bin|g' "$pkgdir/usr/lib/python3.6/site-packages/ufw/"*
|
||||
|
||||
install -Dm644 "$srcdir/ufw.service" "$pkgdir/usr/lib/systemd/system/ufw.service"
|
||||
chmod 644 "$pkgdir/etc/ufw/"*.rules
|
||||
|
@ -1,26 +0,0 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=videocatcher
|
||||
pkgver=0.1.8
|
||||
pkgrel=6
|
||||
pkgdesc="A videocast client for KDE. It makes it possible to subscribe to video RSS (and ATOM etc.) feeds and easily download videos"
|
||||
arch=('x86_64')
|
||||
url="http://kde-apps.org/content/show.php/Videocatcher?content=121556"
|
||||
license=('GPL')
|
||||
depends=('kdepimlibs4' 'qt' 'boost' 'docbook-xsl')
|
||||
makedepends=('automoc4')
|
||||
categories=('network' 'multimedia')
|
||||
source=(http://kde-apps.org/CONTENT/content-files/121556-$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('6c3b1f2da7837aa0be576ed68b153c35')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
cmake ./ -DCMAKE_INSTALL_PREFIX="/usr"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
pkgname=yarock
|
||||
_pkgname=Yarock
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A Modern Music Player with collection browser based on cover art."
|
||||
arch=('x86_64')
|
||||
url="https://launchpad.net/yarock"
|
||||
|
Loading…
Reference in New Issue
Block a user