mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 15:27:22 +08:00
* update groups in pkgs
This commit is contained in:
parent
622ec9d764
commit
0b03ec6ab1
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=gluon
|
||||
pkgver=0.70.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A high-level game development library for the KDE desktop enviornment."
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://gluon.gamingfreedom.org/"
|
||||
@ -18,6 +18,7 @@ depends=('glew' 'kdelibs' 'libsndfile' 'openal')
|
||||
makedepends=('git' 'eigen' 'cmake' 'automoc4')
|
||||
provides=('gluon')
|
||||
conflicts=('gluon')
|
||||
groups=("kde-uninstall" "kde-support")
|
||||
source=("http://gluon.gamingfreedom.org/sites/default/files/gluon-$pkgver.tar.gz")
|
||||
md5sums=('3f5b6eae22a5c4f41e574b5ef5c66a8e') # gluon-0.70.0.tar.gz
|
||||
install=gluon.install
|
||||
|
@ -9,13 +9,14 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=polkit-kde
|
||||
pkgver=0.95.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='KDE PolicyKit Authentication Agent'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kde.org'
|
||||
license=('GPL')
|
||||
depends=('kdelibs')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
groups=("kde-uninstall" "kde-support")
|
||||
source=("ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/${pkgname}-1-${pkgver}.tar.bz2"
|
||||
'xdg-path.patch'
|
||||
'gcc45.patch')
|
||||
|
@ -19,12 +19,12 @@ _origname=x-kit
|
||||
#
|
||||
pkgname=xkit
|
||||
pkgver=0.4.2
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A kit to manipulate, parse and validate the X.org configuration file (/etc/X11/xorg.conf)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://launchpad.net/x-kit"
|
||||
license=('GPL')
|
||||
groups=('kde' 'kde-complete' 'kde-uninstall' 'kde-tools')
|
||||
groups=('kde' 'kde-complete' 'kde-uninstall' 'kde-tools' 'kde-support')
|
||||
depends=('python' 'xorg-server')
|
||||
options=('!splithdr' '!splitdbg')
|
||||
source=(http://launchpad.net/xorgparser/trunk/0.4.2/+download/$_origname-$pkgver.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user