mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
kdbg: update to 3.0.0
This commit is contained in:
parent
57b773b8cb
commit
96b131d775
@ -1,16 +1,16 @@
|
||||
pkgname=kdbg
|
||||
pkgver=2.9.1
|
||||
pkgrel=2
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A gdb GUI for KDE."
|
||||
arch=('x86_64')
|
||||
url="http://www.kdbg.org"
|
||||
license=("GPL")
|
||||
depends=('kde-runtime' 'gdb')
|
||||
makedepends=('automoc4' 'cmake' 'optipng')
|
||||
depends=(gdb kxmlgui hicolor-icon-theme)
|
||||
makedepends=(extra-cmake-modules)
|
||||
categories=('programming')
|
||||
screenshots=('http://www.kdbg.org/kdbgtotal.png')
|
||||
source=("http://downloads.sourceforge.net/kdbg/$pkgname-$pkgver.tar.gz")
|
||||
sha1sums=('ee6ac5113ca62574e1f9495eac4122924753f7ff')
|
||||
source=("https://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz")
|
||||
sha1sums=('74405ca81c0d5969b71ee0458680c465b2fba4c7')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
@ -21,7 +21,6 @@ build() {
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
||||
make
|
||||
find -name '*.png' -exec optipng -quiet -force -fix {} \;
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user